From 945752f49d1d422581ec581eb5e51dfabe02cca0 Mon Sep 17 00:00:00 2001 From: Jennifer Oxelson Date: Tue, 9 Nov 2021 16:43:57 -0700 Subject: [PATCH] fixed doc references --- CMakeInstallation.cmake | 6 +++--- examples/pres_temp_4D_plugin_rd.cpp | 4 ++-- examples/pres_temp_4D_plugin_wr.cpp | 4 ++-- examples/pres_temp_4D_rd.cpp | 4 ++-- examples/pres_temp_4D_wr.cpp | 4 ++-- examples/sfc_pres_temp_rd.cpp | 4 ++-- examples/sfc_pres_temp_wr.cpp | 4 ++-- examples/simple_xy_rd.cpp | 4 ++-- examples/simple_xy_wr.cpp | 4 ++-- examples/simple_xy_wr_formats.cpp | 4 ++-- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/CMakeInstallation.cmake b/CMakeInstallation.cmake index 2ec604a..c663b45 100644 --- a/CMakeInstallation.cmake +++ b/CMakeInstallation.cmake @@ -47,9 +47,9 @@ IF(WIN32) SET(CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL ON) SET(CPACK_NSIS_MENU_LINKS "https://www.unidata.ucar.edu/netcdf" "Unidata Website" - "https://www.unidata.ucar.edu/netcdf/docs" "NetCDF Stable Documentation" - "https://www.unidata.ucar.edu/netcdf/docs/cxx4" "NetCDF CXX4 Stable Documentation" - "https://www.unidata.ucar.edu/netcdf/docs_rc" "NetCDF Unstable Documentation") + "https://docs.unidata.ucar.edu/netcdf-c" "NetCDF Stable Documentation" + "https://docs.unidata.ucar.edu/netcdf-cxx4" "NetCDF CXX4 Stable Documentation" + "https://docs.unidata.ucar.edu/netcdf-c" "NetCDF Unstable Documentation") ENDIF() diff --git a/examples/pres_temp_4D_plugin_rd.cpp b/examples/pres_temp_4D_plugin_rd.cpp index 56dcd6c..2f094ae 100644 --- a/examples/pres_temp_4D_plugin_rd.cpp +++ b/examples/pres_temp_4D_plugin_rd.cpp @@ -8,10 +8,10 @@ the use of the netCDF C++ API. This program is part of the netCDF tutorial: - https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-tutorial + https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html Full documentation of the netCDF C++ API can be found at: - https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-cxx + https://docs.unidata.ucar.edu/netcdf-cxx $Id: pres_temp_4D_rd.cpp,v 1.5 2010/02/11 22:36:42 russ Exp $ */ diff --git a/examples/pres_temp_4D_plugin_wr.cpp b/examples/pres_temp_4D_plugin_wr.cpp index 404cdc5..d0a6d08 100644 --- a/examples/pres_temp_4D_plugin_wr.cpp +++ b/examples/pres_temp_4D_plugin_wr.cpp @@ -6,10 +6,10 @@ temperatures. This example demonstrates the netCDF C++ API. This is part of the netCDF tutorial: - https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-tutorial + https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html Full documentation of the netCDF C++ API can be found at: - https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-cxx + https://docs.unidata.ucar.edu/netcdf-cxx $Id: pres_temp_4D_wr.cpp,v 1.6 2010/02/11 22:36:42 russ Exp $ */ diff --git a/examples/pres_temp_4D_rd.cpp b/examples/pres_temp_4D_rd.cpp index 56dcd6c..2f094ae 100644 --- a/examples/pres_temp_4D_rd.cpp +++ b/examples/pres_temp_4D_rd.cpp @@ -8,10 +8,10 @@ the use of the netCDF C++ API. This program is part of the netCDF tutorial: - https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-tutorial + https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html Full documentation of the netCDF C++ API can be found at: - https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-cxx + https://docs.unidata.ucar.edu/netcdf-cxx $Id: pres_temp_4D_rd.cpp,v 1.5 2010/02/11 22:36:42 russ Exp $ */ diff --git a/examples/pres_temp_4D_wr.cpp b/examples/pres_temp_4D_wr.cpp index cf04920..c41e5f3 100644 --- a/examples/pres_temp_4D_wr.cpp +++ b/examples/pres_temp_4D_wr.cpp @@ -6,10 +6,10 @@ temperatures. This example demonstrates the netCDF C++ API. This is part of the netCDF tutorial: - https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-tutorial + https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html Full documentation of the netCDF C++ API can be found at: - https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-cxx + https://docs.unidata.ucar.edu/netcdf-cxx $Id: pres_temp_4D_wr.cpp,v 1.6 2010/02/11 22:36:42 russ Exp $ */ diff --git a/examples/sfc_pres_temp_rd.cpp b/examples/sfc_pres_temp_rd.cpp index a67a2ef..d735a78 100644 --- a/examples/sfc_pres_temp_rd.cpp +++ b/examples/sfc_pres_temp_rd.cpp @@ -8,10 +8,10 @@ illustrate the use of the netCDF C++ API. This program is part of the netCDF tutorial: - https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-tutorial + https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html Full documentation of the netCDF C++ API can be found at: - https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-cxx + https://docs.unidata.ucar.edu/netcdf-cxx $Id: sfc_pres_temp_rd.cpp,v 1.6 2010/02/11 22:36:42 russ Exp $ */ diff --git a/examples/sfc_pres_temp_wr.cpp b/examples/sfc_pres_temp_wr.cpp index 7f2a73f..f9a333a 100644 --- a/examples/sfc_pres_temp_wr.cpp +++ b/examples/sfc_pres_temp_wr.cpp @@ -8,10 +8,10 @@ This example demonstrates the netCDF C++ API. This is part of the netCDF tutorial: - https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-tutorial + https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html Full documentation of the netCDF C++ API can be found at: - https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-cxx + https://docs.unidata.ucar.edu/netcdf-cxx $Id: sfc_pres_temp_wr.cpp,v 1.6 2010/02/11 22:36:42 russ Exp $ */ diff --git a/examples/simple_xy_rd.cpp b/examples/simple_xy_rd.cpp index bb85c7c..b6df10a 100644 --- a/examples/simple_xy_rd.cpp +++ b/examples/simple_xy_rd.cpp @@ -6,10 +6,10 @@ sample data produced by simple_xy_wr.cpp. This example is part of the netCDF tutorial: - https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-tutorial + https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html Full documentation of the netCDF C++ API can be found at: - https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-cxx + https://docs.unidata.ucar.edu/netcdf-cxx $Id: simple_xy_rd.cpp,v 1.5 2010/02/11 22:36:43 russ Exp $ */ diff --git a/examples/simple_xy_wr.cpp b/examples/simple_xy_wr.cpp index 093e1c7..f2b6255 100644 --- a/examples/simple_xy_wr.cpp +++ b/examples/simple_xy_wr.cpp @@ -7,10 +7,10 @@ dimensions, "x" and "y", and a netCDF variable, called "data". This example is part of the netCDF tutorial: - https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-tutorial + https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html Full documentation of the netCDF C++ API can be found at: - https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-cxx + https://docs.unidata.ucar.edu/netcdf-cxx $Id: simple_xy_wr.cpp,v 1.5 2010/02/11 22:36:43 russ Exp $ */ diff --git a/examples/simple_xy_wr_formats.cpp b/examples/simple_xy_wr_formats.cpp index 9304204..b9d4655 100644 --- a/examples/simple_xy_wr_formats.cpp +++ b/examples/simple_xy_wr_formats.cpp @@ -7,10 +7,10 @@ dimensions, "x" and "y", and a netCDF variable, called "data". This example is part of the netCDF tutorial: - https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-tutorial + https://docs.unidata.ucar.edu/netcdf-c/current/tutorial_8dox.html Full documentation of the netCDF C++ API can be found at: - https://www.unidata.ucar.edu/software/netcdf/docs/netcdf-cxx + https://docs.unidata.ucar.edu/netcdf-cxx $Id: simple_xy_wr_formats.cpp,v 1.1 2010/04/09 02:15:05 russ Exp $ */