From 4caf9fc7fab314b08c053e2697569361238e4ad5 Mon Sep 17 00:00:00 2001 From: Jesse Seldess Date: Fri, 7 Jul 2017 15:07:59 +0200 Subject: [PATCH] Documentation/learning/why: Update link to CockroachDB Since we implemented docs versioning, the default url is https://cockroachlabs.com/docs/stable instead of https://cockroachlabs.com/docs. We have a redirect in place from /docs to /docs/stable, so existing links aren't broken, but it's a better user experience to bypass the redirect. --- Documentation/learning/why.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/learning/why.md b/Documentation/learning/why.md index ac61a5838..0c2c830f5 100644 --- a/Documentation/learning/why.md +++ b/Documentation/learning/why.md @@ -107,7 +107,7 @@ For distributed coordination, choosing etcd can help prevent operational headach [etcd-rbac]: ../op-guide/authentication.md#working-with-roles [zk-acl]: https://zookeeper.apache.org/doc/r3.1.2/zookeeperProgrammers.html#sc_ZooKeeperAccessControl [consul-acl]: https://www.consul.io/docs/internals/acl.html -[cockroach-grant]: https://www.cockroachlabs.com/docs/grant.html +[cockroach-grant]: https://www.cockroachlabs.com/docs/stable/grant.html [spanner-roles]: https://cloud.google.com/spanner/docs/iam#roles [zk-bindings]: https://zookeeper.apache.org/doc/r3.1.2/zookeeperProgrammers.html#ch_bindings [container-linux]: https://coreos.com/why