Skip to content

Commit

Permalink
Fix broken links to UDUNITS docs (#147)
Browse files Browse the repository at this point in the history
* Fix broken links to UDUNITS docs

* Bump versions of checkout and setup-python actions

(cherry picked from commit 2642b7a)
  • Loading branch information
mdpiper committed Apr 29, 2024
1 parent e2c89d7 commit 0ace1bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5

- name: Install dependencies
run: pip install nox
Expand Down
4 changes: 2 additions & 2 deletions docs/source/bmi.spec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ grouped by functional category.
Links
.. _UDUNITS: https://www.unidata.ucar.edu/software/udunits/
.. _The Units Database: https://www.unidata.ucar.edu/software/udunits/udunits-current/doc/udunits/udunits2.html#Database
.. _time unit conventions: https://www.unidata.ucar.edu/software/udunits/udunits-current/udunits/udunits2-accepted.xml
.. _The Units Database: https://docs.unidata.ucar.edu/udunits/current/#Database
.. _time unit conventions: https://docs.unidata.ucar.edu/udunits/current/udunits2-accepted.xml
.. _primitive types: https://docs.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html
.. _wrapper classes: https://docs.oracle.com/javase/tutorial/java/data/numberclasses.html

0 comments on commit 0ace1bf

Please sign in to comment.