Skip to content

Commit

Permalink
docs(spanner): fix incorrect doc links in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hengfengli authored and quartzmo committed Jan 17, 2020
1 parent 16607ae commit f117831
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions google-cloud-spanner/CONTRIBUTING.md
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.

0 comments on commit f117831

Please sign in to comment.