Skip to content

Commit

Permalink
Fix URLs redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Nov 7, 2024
1 parent 3325389 commit d74f530
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 200 deletions.
2 changes: 1 addition & 1 deletion docs/gsw.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ via the index to these web pages.

Subsets of functions are grouped in subpackages, each of which corresponds
approximately to one or more of the groups in the table on pages
16-19 of http://www.teos-10.org/pubs/Getting_Started.pdf. These
16-19 of https://www.teos-10.org/pubs/Getting_Started.pdf. These
subpackages are particularly useful for finding functions using
tab-completion in IPython.

Expand Down
2 changes: 1 addition & 1 deletion gsw/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
This is a Python implementation of the Gibbs SeaWater (GSW) Oceanographic
Toolbox of TEOS-10. Extensive documentation is available from
http://www.teos-10.org/; users of this Python package are strongly
https://www.teos-10.org/; users of this Python package are strongly
encouraged to study the documents posted there.
This implementation is based on GSW-C for core functions, with
Expand Down
Loading

0 comments on commit d74f530

Please sign in to comment.