Skip to content

Commit 0b36877

Browse files
committed
Fixed sphinx error finding changelog
1 parent af76f2c commit 0b36877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/contributing/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repo2docker merged.
1010
community is a great way to save time later.
1111
* Make edits in your fork of the repo2docker repository
1212
* Submit a pull request (this is how all changes are made)
13-
* Edit [the changelog](./../../changelog.html)
13+
* Edit [the changelog](./../../changelog)
1414
by appending your feature / bug fix to the development version.
1515
* Wait for a community member to merge your changes
1616
* (optional) Deploy a new version of repo2docker to mybinder.org by [following these steps](http://mybinder-sre.readthedocs.io/en/latest/deployment/how.html)
@@ -31,7 +31,7 @@ to help you make a contribution.
3131
* describe why you are proposing the changes you are proposing;
3232
* try to not rush changes (the definition of rush depends on how big your
3333
changes are);
34-
* Enter your changes into the [changelog](./../../changelog.html) in `docs/source/changelog.rst`;
34+
* Enter your changes into the [changelog](./../../changelog) in `docs/source/changelog.rst`;
3535
* someone else has to merge your PR;
3636
* new code needs to come with a test;
3737
* apply [PEP8](https://www.python.org/dev/peps/pep-0008/) as much

0 commit comments

Comments
 (0)