docs migration, part 2

This commit is contained in:
Jennifer Oxelson 2021-11-11 10:55:52 -07:00
parent a11349482c
commit 5b7ddcca06
7 changed files with 8 additions and 8 deletions

View File

@ -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>

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/