Skip to content

Commit

Permalink
Update contributing markdown links
Browse files Browse the repository at this point in the history
  • Loading branch information
dabacon committed May 13, 2020
1 parent 6d72b98 commit e907109
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The basic process for setting up a fork is
Forking creates a new github repo at the location
```https://github.com/USERNAME/cirq``` where ```USERNAME``` is
your github id. Use the directions on the
[development page](docs/development.md) to download a copy to
[development page](docs/dev/development.md) to download a copy to
your local machine. You need only do this once.
1. Checkout master and create a new branch from this master
```shell
Expand Down Expand Up @@ -75,8 +75,8 @@ the same process as above.
When a pull request is created or updated, various automatic checks will run to ensure that the change won't break Cirq and meets our coding standards.

Cirq contains a continuous integration tool to verify testing. See our
[development page](docs/development.md) on how to run the continuous integration
checks locally.
[development page](docs/dev/development.md) on how to run the continuous
integration checks locally.

Please be aware of the following code standards that will be applied to any
new changes.
Expand Down
1 change: 1 addition & 0 deletions docs/dev/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ See the previous section for instructions.

```bash
mkvirtualenv cirq-py3 --python=/usr/bin/python3
workon cirq-py3
python -m pip install --upgrade pip
python -m pip install -e .[dev_env]
python -m pip install -r dev_tools/conf/pip-list-dev-tools.txt
Expand Down

0 comments on commit e907109

Please sign in to comment.