Skip to content

Commit

Permalink
fix more broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed May 18, 2023
1 parent 3e27d85 commit b902a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compliance_checker/cf/cf_1_6.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def check_child_attr_data_types(self, ds):
- add_offset
- _FillValue
the data type of the attribute must match the type of its parent variable as specified in the
NetCDF User Guide (NUG) https://www.unidata.ucar.edu/software/netcdf/docs/attribute_conventions.html,
NetCDF User Guide (NUG) https://docs.unidata.ucar.edu/netcdf-c/current/attribute_conventions.html,
referenced in the CF Conventions in Section 2.5.2
(http://cfconventions.org/Data/cf-conventions/cf-conventions-1.7/cf-conventions.html#missing-data)
Expand Down
2 changes: 1 addition & 1 deletion compliance_checker/ioos.py
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ def check_platform_vocabulary(self, ds):
"""
The platform_vocabulary attribute is recommended to be a URL to
https://mmisw.org/ont/ioos/platform or
http://vocab.nerc.ac.uk/collection/L06/current/. However,
https://vocab.nerc.ac.uk/collection/L06/current/. However,
it is required to at least be a URL.
Args:
Expand Down

0 comments on commit b902a7b

Please sign in to comment.