Skip to content

Commit

Permalink
docs migration, part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Oxelson committed Nov 11, 2021
1 parent a113494 commit 5b7ddcc
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ is being built.

Note that for shared libraries, you may need to add the install
directory to the LD_LIBRARY_PATH environment variable. See
the <a href="https://www.unidata.ucar.edu/netcdf/docs/faq.html#Shared%20Libraries">netCDF
the <a href="https://docs.unidata.ucar.edu/netcdf-c/current/faq.html#Shared%20Libraries">netCDF
FAQ</a> for more details on using shared libraries.

If you are building HDF5 with szip, then include the <CODE>--with-szlib=</CODE>
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ NC\_FORMAT\_UNDEFINED | NC\_FORMATX\_UNDEFINED

* Reduced minimum cmake version to `2.8.11` from `2.8.12`. This will allow for cmake use on a broader set of popular linux platforms without having to do a custom cmake install. See https://github.com/Unidata/netcdf-c/issues/135 for more information.

* The documentation section `The Default Chunking Scheme` has been updated with more information. This lives in the `guide.dox` file in the `docs/` directory, or can be found online in the appropriate location (typically https://www.unidata.ucar.edu/netcdf/docs/), once this release has been published.
* The documentation section `The Default Chunking Scheme` has been updated with more information. This lives in the `guide.dox` file in the `docs/` directory, or can be found online in the appropriate location (typically https://docs.unidata.ucar.edu/netcdf-c/), once this release has been published.

### 4.4.0-RC3 2015-10-08

Expand Down
2 changes: 1 addition & 1 deletion docs/known_problems.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ conditions are met:
fixed-size variable in a file with no record variables or the last
record variable, because otherwise it would violate the format
constraints for netCDF classic or 64-bit offset formats described
[here](https://www.unidata.ucar.edu/netcdf/docs/netcdf/NetCDF-Classic-Format-Limitations.html).
[here](https://docs.unidata.ucar.edu/netcdf-current/NetCDF-Classic-Format-Limitations.html).
Note that the bug involves number of values, not bytes, so if the
variable is of type integer or float, for example, it would require
more than 17 Gbytes.
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial.dox
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@ C, C++, Fortran 77, Fortran 90, and Java APIs:

Man pages for the C, F77, and F90 interfaces, and ncgen and ncdump,
are available on the documentation page of the netCDF web site
(https://www.unidata.ucar.edu/netcdf/docs), and are installed with the
(https://docs.unidata.ucar.edu/netcdf-c), and are installed with the
libraries.

The latest version of all netCDF documentation can always be found at
the <a href="https://www.unidata.ucar.edu/netcdf/docs">netCDF
the <a href="https://docs.unidata.ucar.edu/netcdf-c">netCDF
documentation page</a>.

\page netcdf_data_model The NetCDF Data Model
Expand Down
2 changes: 1 addition & 1 deletion examples/C/simple_xy_nc4_rd.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* to illustrate the use of the netCDF C API.
*
* Full documentation for netCDF can be found at:
* https://www.unidata.ucar.edu/netcdf/docs.
* https://docs.unidata.ucar.edu/netcdf-c.
*
* @author Ed Hartnett
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/C/simple_xy_nc4_wr.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* dimensions, "x" and "y".
*
* Full documentation for netCDF can be found at:
* https://www.unidata.ucar.edu/netcdf/docs.
* https://docs.unidata.ucar.edu/netcdf-c.
*
* @author Ed Hartnett
*/
Expand Down
2 changes: 1 addition & 1 deletion examples/C/simple_xy_rd.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* of the netCDF C API.
*
* Full documentation for netCDF can be found at:
* https://www.unidata.ucar.edu/netcdf/docs.
* https://docs.unidata.ucar.edu/netcdf-c.
*
* @author Ed Hartnett
*/
Expand Down

0 comments on commit 5b7ddcc

Please sign in to comment.