Skip to content

Commit 9178c75

Browse files
authored
Update pydap link in installation guide (#10885)
The old link doesn't work anymore.
1 parent 8b13682 commit 9178c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/getting-started-guide/installing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For netCDF and IO
2828
- `netCDF4 <https://github.com/Unidata/netcdf4-python>`__: recommended if you
2929
want to use xarray for reading or writing netCDF files
3030
- `scipy <https://scipy.org>`__: used as a fallback for reading/writing netCDF3
31-
- `pydap <https://www.pydap.org>`__: used as a fallback for accessing OPeNDAP
31+
- `pydap <https://pydap.github.io/pydap/en/intro.html>`__: used as a fallback for accessing OPeNDAP
3232
- `h5netcdf <https://github.com/h5netcdf/h5netcdf>`__: an alternative library for
3333
reading and writing netCDF4 files that does not use the netCDF-C libraries
3434
- `zarr <https://zarr.readthedocs.io>`__: for chunked, compressed, N-dimensional arrays.

0 commit comments

Comments
 (0)