diff --git a/docs/index.html b/docs/index.html index 377e45741..f120d187c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1352,7 +1352,7 @@
rc_get(key)
Returns the internal netcdf-c rc table value corresponding to key. -See https://docs.unidata.ucar.edu/netcdf-c/current/auth.html +See https://docs.unidata.ucar.edu/netcdf-c/current/md_auth.html for more information on rc files and values.
@@ -1361,7 +1361,7 @@ Functions
rc_set(key, value)
Sets the internal netcdf-c rc table value corresponding to key.
-See https://docs.unidata.ucar.edu/netcdf-c/current/auth.html
+See https://docs.unidata.ucar.edu/netcdf-c/current/md_auth.html
for more information on rc files and values.
diff --git a/src/netCDF4/_netCDF4.pyx b/src/netCDF4/_netCDF4.pyx
index d4c6f7d53..6023406c9 100644
--- a/src/netCDF4/_netCDF4.pyx
+++ b/src/netCDF4/_netCDF4.pyx
@@ -1323,7 +1323,7 @@ def rc_get(key):
**```rc_get(key)```**
Returns the internal netcdf-c rc table value corresponding to key.
-See
+See
for more information on rc files and values.
"""
cdef int ierr
@@ -1347,7 +1347,7 @@ def rc_set(key, value):
**```rc_set(key, value)```**
Sets the internal netcdf-c rc table value corresponding to key.
-See
+See
for more information on rc files and values.
"""
cdef int ierr