diff --git a/google-cloud-spanner/CONTRIBUTING.md b/google-cloud-spanner/CONTRIBUTING.md index c4dd3b7b5466..b88e685b5014 100644 --- a/google-cloud-spanner/CONTRIBUTING.md +++ b/google-cloud-spanner/CONTRIBUTING.md @@ -53,7 +53,7 @@ there is a small amount of setup: In order to run code interactively, you can automatically load google-cloud-spanner and its dependencies in IRB. This requires that your developer environment has already been configured by following the steps -described in the {file:AUTHENTICATION.md Authentication Guide}. An IRB console +described in the [Authentication Guide](AUTHENTICATION.md). An IRB console can be created with: ```sh @@ -119,16 +119,16 @@ If you alter an example's title, you may encounter breaking tests. ### Spanner Acceptance Tests The Spanner acceptance tests interact with the live service API. Follow the -instructions in the {file:AUTHENTICATION.md Authentication guide} for enabling +instructions in the [Authentication Guide](AUTHENTICATION.md) for enabling the Spanner API. Occasionally, some API features may not yet be generally available, making it difficult for some contributors to successfully run the entire acceptance test suite. However, please ensure that you do successfully run acceptance tests for any code areas covered by your pull request. To run the acceptance tests, first create and configure a project in the Google -Developers Console, as described in the {file:AUTHENTICATION.md Authentication -guide}. Be sure to download the JSON KEY file. Make note of the PROJECT_ID and -the KEYFILE location on your system. +Developers Console, as described in the +[Authentication Guide](AUTHENTICATION.md). Be sure to download the JSON KEY +file. Make note of the PROJECT_ID and the KEYFILE location on your system. Before you can run the Spanner acceptance tests, you must first create indexes used in the tests. @@ -185,4 +185,4 @@ $ bundle exec rake rubocop Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See -{file:CODE_OF_CONDUCT.md Code of Conduct} for more information. +[Code of Conduct](CODE_OF_CONDUCT.md) for more information.