Skip to content

Commit 1dac294

Browse files
authored
Merge pull request #1377 from tdrwenski/fix-docs
2 parents 43df6f1 + 7bc4e07 commit 1dac294

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/site/pages/netcdfJava/developer/DatasetUrls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ This can be more efficient than opening the dataset through the index-based serv
321321

322322
### Collection Datasets
323323

324-
`FeatureDatasetFactoryManager` can open collections of datasets specified with a [collection specification string](https://docs.unidata.ucar.edu/tds/5.0/userguide/collection_spec_string_ref.html){:target="_blank"}.
324+
`FeatureDatasetFactoryManager` can open collections of datasets specified with a [collection specification string](https://docs.unidata.ucar.edu/tds/current/userguide/collection_spec_string_ref.html){:target="_blank"}.
325325
This has the form
326326

327327
`collection:spec`

docs/src/site/pages/netcdfJava/developer/FileTypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To register your format/IOServiceProvider, or to send corrections and additions
4545
| NLDN | National Lightning Detection Network | `cdm-misc` | <http://www.vaisala.com/weather/products/aboutnldn.html> |
4646
| NMCon29 | NMC Office Note 29 | `cdm-misc` | <http://www.emc.ncep.noaa.gov/mmb/data_processing/on29.htm/> |
4747
| OPeNDAP | Open-source Project for a Network Data Access Protocol | `opendap` | <http://opendap.org/> |
48-
| S3 | RandomAccessFile access to CDM datasets on object stores | `cdm-s3` | <https://docs.unidata.ucar.edu/netcdf-java/5.4/userguide/dataset_urls.html#object-stores>
48+
| S3 | RandomAccessFile access to CDM datasets on object stores | `cdm-s3` | <https://docs.unidata.ucar.edu/netcdf-java/{{site.docset_version}}/userguide/dataset_urls.html#object-stores>
4949
| SIGMET | SIGMET-IRIS weather radar | `cdm-radial` | <http://www.vaisala.com/en/defense/products/weatherradar/Pages/IRIS.aspx> |
5050
| UAMIV | CAMx UAM-IV formatted files | `cdm-radial` | <http://www.camx.com/> |
5151
| UniversalRadarFormat | Universal Radar Format | `cdm-radial` | <ftp://ftp.sigmet.com/outgoing/manuals/program/cuf.pdf> |

docs/src/site/pages/netcdfJava_tutorial/writingiosp/iospdetails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,5 +241,5 @@ the coordinate system information is parsed by a [CoordSysBuilder](coord_system_
241241
and Coordinate Transform objects are created and made available through the NetcdfDataset API. In some cases, new Variables,
242242
Dimensions and Attributes may be created. Its very important that the IOSP writer follow an existing Convention and ensure that the
243243
Coordinate System information is correctly interpreted, particularly if you want to take advantage of the capabilities of the CDM Scientific
244-
Datatype Layer, such as serving the data through [WCS](https://docs.unidata.ucar.edu/tds/5.0/userguide/wcs_ref.html){:target="_blank"} or the
244+
Datatype Layer, such as serving the data through [WCS](https://docs.unidata.ucar.edu/tds/current/userguide/wcs_ref.html){:target="_blank"} or the
245245
Netcdf Subset Service.

0 commit comments

Comments
 (0)