From 866329712a967728b9c94ab1a8e82d6de46de6f1 Mon Sep 17 00:00:00 2001 From: Brian McCutchon <8671821+bmccutchon@users.noreply.github.com> Date: Tue, 19 Feb 2019 11:01:22 -0800 Subject: [PATCH 1/2] Fix broken link to DEVELOPING.md It looks as though someone forgot to add the other half of the Markdown hyperlink. This fixes that. --- google-cloud-clients/google-cloud-bigtable/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/google-cloud-clients/google-cloud-bigtable/README.md b/google-cloud-clients/google-cloud-bigtable/README.md index 6e91df70c569..a32e5fa8d880 100644 --- a/google-cloud-clients/google-cloud-bigtable/README.md +++ b/google-cloud-clients/google-cloud-bigtable/README.md @@ -162,6 +162,7 @@ codebase. Apache 2.0 - See [LICENSE] for more information. [CONTRIBUTING]:https://github.com/googleapis/google-cloud-java/blob/master/CONTRIBUTING.md +[DEVELOPING]:https://github.com/googleapis/google-cloud-java/blob/master/google-cloud-clients/google-cloud-bigtable/DEVELOPING.md [LICENSE]: https://github.com/googleapis/google-cloud-java/blob/master/LICENSE [cloud-platform]: https://cloud.google.com/ [cloud-bigtable]: https://cloud.google.com/bigtable/ From a8024df7e1c6e9696da80b12aae0ba46084d7601 Mon Sep 17 00:00:00 2001 From: Brian McCutchon <8671821+bmccutchon@users.noreply.github.com> Date: Tue, 19 Feb 2019 11:08:37 -0800 Subject: [PATCH 2/2] Use relative path This makes it so that it will point to the right file in a fork or if the directory is moved. --- google-cloud-clients/google-cloud-bigtable/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cloud-clients/google-cloud-bigtable/README.md b/google-cloud-clients/google-cloud-bigtable/README.md index a32e5fa8d880..deff3a9debe4 100644 --- a/google-cloud-clients/google-cloud-bigtable/README.md +++ b/google-cloud-clients/google-cloud-bigtable/README.md @@ -162,7 +162,7 @@ codebase. Apache 2.0 - See [LICENSE] for more information. [CONTRIBUTING]:https://github.com/googleapis/google-cloud-java/blob/master/CONTRIBUTING.md -[DEVELOPING]:https://github.com/googleapis/google-cloud-java/blob/master/google-cloud-clients/google-cloud-bigtable/DEVELOPING.md +[DEVELOPING]:DEVELOPING.md [LICENSE]: https://github.com/googleapis/google-cloud-java/blob/master/LICENSE [cloud-platform]: https://cloud.google.com/ [cloud-bigtable]: https://cloud.google.com/bigtable/