Skip to content

Commit

Permalink
Minor fixes for contributing docs. (conda#11404)
Browse files Browse the repository at this point in the history
* fixing Markdown syntax.

* removing override of a[href] visit behavior

* making sure we link to the exact development environment page

Co-authored-by: Travis Hathaway <[email protected]>
  • Loading branch information
jezdez and travishathaway authored Apr 7, 2022
1 parent df770dd commit 6558801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Here are the steps you need to take to contribute to conda:
3. Fork the conda repository to your personal GitHub account by clicking the
"Fork" button on [https://github.com/conda/conda](https://github.com/conda/conda) and follow GitHub's
instructions.
4. Work on your proposed solution. [Visit this page if you need help getting your development environment setup](development-environment)
4. Work on your proposed solution. [Visit this page if you need help getting your development environment setup][development-environment]
5. When you are ready to submit a change, create a new pull request so that we can merge your changes to our repository.

### Issue triaging
Expand All @@ -80,4 +80,4 @@ To see how this process works for this project, read "[The Triaging Process at c
[anaconda-support]: https://anaconda.cloud/support-center
[anaconda-bug-report]: https://anaconda.org/contact/report
[triaging]: https://github.com/conda/infra/blob/main/TRIAGING.md
[development-environment]: https://docs.conda.io/projects/conda/en/latest/dev-guide/index.html
[development-environment]: https://docs.conda.io/projects/conda/en/latest/dev-guide/development-environment.html
4 changes: 0 additions & 4 deletions docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ p {
max-width: 80ch;
}

a:visited {
color: #2980b9;
}

.wy-nav-content {
padding: 1.618em 3.236em;
height: 100%;
Expand Down

0 comments on commit 6558801

Please sign in to comment.