Skip to content

Commit

Permalink
Add .md extension to make contributing instructions pretty (#123)
Browse files Browse the repository at this point in the history
Review: @dabacon
  • Loading branch information
maffoo authored Feb 16, 2018
1 parent 4d4f0b6 commit 7005127
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ See [here](cirq/docs/table_of_contents.md) or jump straight to the

## Contributing

We welcome contributions. Please follow [these](CONTRIBUTING) guidelines.
We welcome contributions. Please follow these [guidelines](CONTRIBUTING.md).

## Disclaimer

Expand Down
2 changes: 1 addition & 1 deletion cirq/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ If you want to install Cirq and change Cirq code, then you should add the
Note that Cirq will be copied into the ```src```directory of your
virtual environment, so use this as the base of
your git repo. For contributing to Cirq you should use git and
follow [teste guidelines](../CONTRIBUTING). See these
follow these [guidelines](../../CONTRIBUTING.md). See these
[instructions](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
for installing git.

Expand Down

0 comments on commit 7005127

Please sign in to comment.