docs: Fix reference in SSL link

While reading the docs, I found a broken link to docs for gRPC. This PR fixes the
link.
This commit is contained in:
Micah Lerner 2019-02-06 15:01:53 -08:00 коммит произвёл Connor Peet
Родитель ca42632640
Коммит 93c71293bd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,7 @@ export interface IOptions {
* Optional client cert credentials for talking to etcd. Describe more
* {@link https://coreos.com/etcd/docs/latest/op-guide/security.html here},
* passed into the createSsl function in GRPC
* {@link http://www.grpc.io/grpc/node/module-src_credentials.html#.createSsl here}.
* {@link https://grpc.io/grpc/node/grpc.credentials.html#.createSsl__anchor here}.
*/
credentials?: {
rootCertificate: Buffer;