Unverified Commit 7ab08200 authored by Isaac Seessel's avatar Isaac Seessel Committed by GitHub
Browse files

Fix broken links in contribution guide (#1361)

parent 301a6e3d
...@@ -75,7 +75,7 @@ pip install typing pytest scipy numpy parameterized ...@@ -75,7 +75,7 @@ pip install typing pytest scipy numpy parameterized
If you plan to modify the code or documentation, please follow the steps below: If you plan to modify the code or documentation, please follow the steps below:
1. Fork the repository and create your branch from `master`: `$ git checkout master && git checkout -b my_cool_feature` 1. Fork the repository and create your branch from `master`: `$ git checkout master && git checkout -b my_cool_feature`
2. If you have modified the code (new feature or bug-fix), [please add tests](.test/torchaudio_unittest/). 2. If you have modified the code (new feature or bug-fix), [please add tests](test/torchaudio_unittest/).
3. If you have changed APIs, [update the documentation](#Documentation). 3. If you have changed APIs, [update the documentation](#Documentation).
For more details about pull requests, For more details about pull requests,
...@@ -87,7 +87,7 @@ If you would like to contribute a new dataset, please see [here](#New-dataset). ...@@ -87,7 +87,7 @@ If you would like to contribute a new dataset, please see [here](#New-dataset).
## Testing ## Testing
Please refer to our [testing guidelines](.test/torchaudio_unittest/) for more Please refer to our [testing guidelines](test/torchaudio_unittest/) for more
details. details.
## Documentation ## Documentation
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment