Skip to content

Commit

Permalink
Fix pylint doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Mar 21, 2024
1 parent a09747b commit 469c973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"miniforge3": ("https://github.com/conda-forge/miniforge/%s", "%s"),
"mypy": ("https://mypy.readthedocs.io/en/stable/%s", "%s"),
"noaa": ("https://www.noaa.gov/%s", "%s"),
"pylint": ("https://pylint.readthedocs.io/en/v3.0.3/%s", "%s"),
"pylint": ("https://pylint.readthedocs.io/en/stable/%s", "%s"),
"pytest": ("https://docs.pytest.org/en/7.4.x/%s", "%s"),
"rocoto": ("https://christopherwharrop.github.io/rocoto/%s", "%s"),
"rst": ("https://www.sphinx-doc.org/en/master/usage/restructuredtext/%s", "%s"),
Expand Down

0 comments on commit 469c973

Please sign in to comment.