Skip to content

Commit df2837d

Browse files
committed
Change docs url to csdms.io
1 parent 33760aa commit df2837d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![PyPI](https://img.shields.io/pypi/v/bmi-topography)](https://pypi.org/project/bmi-topography)
44
[![Build/Test CI](https://github.com/csdms/bmi-topography/actions/workflows/test.yml/badge.svg)](https://github.com/csdms/bmi-topography/actions/workflows/test.yml)
55
[![Coverage Status](https://coveralls.io/repos/github/csdms/bmi-topography/badge.svg?branch=main)](https://coveralls.io/github/csdms/bmi-topography?branch=main)
6-
[![Documentation Status](https://readthedocs.org/projects/bmi-topography/badge/?version=latest)](https://bmi-topography.readthedocs.io/en/latest/?badge=latest)
6+
[![Documentation Status](https://readthedocs.org/projects/bmi-topography/badge/?version=latest)](https://bmi-topography.csdms.io/en/latest/?badge=latest)
77

88
# bmi-topography
99

@@ -187,7 +187,7 @@ included in the [examples][bmi-topo-examples] directory
187187
of the *bmi-topography* repository.
188188

189189
User and developer documentation for *bmi-topography*
190-
is available at https://bmi-topography.readthedocs.io.
190+
is available at https://bmi-topography.csdms.io.
191191

192192
<!-- Links (by alpha) -->
193193

bmi_topography/api_key.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(self, api_key, source="user"):
4747
if self.is_demo_key():
4848
warnings.warn(
4949
"You are using a demo key to fetch data from OpenTopography, functionality "
50-
"will be limited. See https://bmi-topography.readthedocs.io/en/latest/#api-key "
50+
"will be limited. See https://bmi-topography.csdms.io/en/latest/#api-key "
5151
"for more information."
5252
)
5353

docs/source/README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ script, and shell script included in the
214214
directory of the *bmi-topography* repository.
215215
216216
User and developer documentation for *bmi-topography* is available at
217-
https://bmi-topography.readthedocs.io.
217+
https://bmi-topography.csdms.io.
218218
219219
.. raw:: html
220220
@@ -231,4 +231,4 @@ https://bmi-topography.readthedocs.io.
231231
.. |Coverage Status| image:: https://coveralls.io/repos/github/csdms/bmi-topography/badge.svg?branch=main
232232
:target: https://coveralls.io/github/csdms/bmi-topography?branch=main
233233
.. |Documentation Status| image:: https://readthedocs.org/projects/bmi-topography/badge/?version=latest
234-
:target: https://bmi-topography.readthedocs.io/en/latest/?badge=latest
234+
:target: https://bmi-topography.csdms.io/en/latest/?badge=latest

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dynamic = ["readme", "version"]
4747

4848
[project.urls]
4949
Homepage = "https://csdms.colorado.edu"
50-
Documentation = "https://bmi-topography.readthedocs.io/"
50+
Documentation = "https://bmi-topography.csdms.io/"
5151
Repository = "https://github.com/csdms/bmi-topography"
5252
Changelog = "https://github.com/csdms/bmi-topography/blob/main/CHANGES.md"
5353
Forum = "https://forum.csdms.io"

0 commit comments

Comments
 (0)