Skip to content

Commit da6d29a

Browse files
authored
chore: update naming (#2227)
1 parent 96337ab commit da6d29a

34 files changed

+94
-94
lines changed

.build_rtd_docs/MAINPAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
The documentation here is extracted from the source code by [doxygen](https://www.doxygen.nl/index.html).
44

5-
The source code repository is hosted [on GitHub](https://github.com/MODFLOW-USGS/modflow6).
5+
The source code repository is hosted [on GitHub](https://github.com/MODFLOW-ORG/modflow6).
66

77
This documentation is intended for MODFLOW 6 contributors and users of the MODFLOW 6 library/API. MODFLOW 6 usage documentation can be found [on ReadTheDocs](https://modflow6.readthedocs.io/en/latest/).

.build_rtd_docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
]
204204

205205
# html_theme_options = {
206-
# "github_url": "https://github.com/MODFLOW-USGS/modflow6",
206+
# "github_url": "https://github.com/MODFLOW-ORG/modflow6",
207207
# "use_edit_page_button": False
208208
# }
209209

.build_rtd_docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Contents:
1111
.. toctree::
1212
:maxdepth: 2
1313

14-
API Reference <https://modflow-usgs.github.io/modflow6/>
14+
API Reference <https://MODFLOW-ORG.github.io/modflow6/>
1515
_mf6run/run-time-comparison.md
1616
_mf6run/deprecations.md
1717
mf6io

.build_rtd_docs/mf6io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Input Guide
22
-----------
33

44
The latest version of the complete MODFLOW 6 input/output guide can be found
5-
`here <https://github.com/MODFLOW-USGS/modflow6-nightly-build/releases/>`_.
5+
`here <https://github.com/MODFLOW-ORG/modflow6-nightly-build/releases/>`_.
66
This section enumerates and describes MODFLOW 6 input files.
77

88
Simulation

.doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
# Settings for GitHub actions integration
8383
if on_rtd:
8484
extensions.append("rtds_action")
85-
rtds_action_github_repo = "MODFLOW-USGS/modflow6"
85+
rtds_action_github_repo = "MODFLOW-ORG/modflow6"
8686
rtds_action_path = "."
8787
rtds_action_artifact_prefix = "rtd-files-for-"
8888
rtds_action_github_token = os.environ.get("GITHUB_TOKEN", None)

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Checklist of items for pull request
1010
- [ ] Formatted new and modified Fortran source files with `fprettify`
1111
- [ ] Added doxygen comments to new and modified procedures
1212
- [ ] Updated meson files, makefiles, and Visual Studio project files for new source files
13-
- [ ] Updated [definition files](/MODFLOW-USGS/modflow6/tree/develop/doc/mf6io/mf6ivar)
14-
- [ ] Updated [develop.tex](/MODFLOW-USGS/modflow6/doc/ReleaseNotes/develop.tex) with a plain-language description of the bug fix, change, feature; required for changes that may affect users
15-
- [ ] Updated [input and output guide](/MODFLOW-USGS/modflow6/doc/mf6io)
13+
- [ ] Updated [definition files](/MODFLOW-ORG/modflow6/tree/develop/doc/mf6io/mf6ivar)
14+
- [ ] Updated [develop.tex](/MODFLOW-ORG/modflow6/doc/ReleaseNotes/develop.tex) with a plain-language description of the bug fix, change, feature; required for changes that may affect users
15+
- [ ] Updated [input and output guide](/MODFLOW-ORG/modflow6/doc/mf6io)
1616
- [ ] Removed checklist items not relevant to this pull request
1717

18-
For additional information see [instructions for contributing](/MODFLOW-USGS/modflow6/.github/CONTRIBUTING.md) and [instructions for developing](/MODFLOW-USGS/modflow6/.github/DEVELOPER.md).
18+
For additional information see [instructions for contributing](/MODFLOW-ORG/modflow6/.github/CONTRIBUTING.md) and [instructions for developing](/MODFLOW-ORG/modflow6/.github/DEVELOPER.md).

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,13 @@ jobs:
231231
- name: Checkout test models
232232
uses: actions/checkout@v4
233233
with:
234-
repository: MODFLOW-USGS/modflow6-testmodels
234+
repository: MODFLOW-ORG/modflow6-testmodels
235235
path: modflow6-testmodels
236236

237237
- name: Checkout examples
238238
uses: actions/checkout@v4
239239
with:
240-
repository: MODFLOW-USGS/modflow6-examples
240+
repository: MODFLOW-ORG/modflow6-examples
241241
path: modflow6-examples
242242

243243
- name: Setup ${{ env.FC }} ${{ env.FC_V }}
@@ -335,7 +335,7 @@ jobs:
335335
if: runner.os == 'Linux'
336336
uses: actions/checkout@v4
337337
with:
338-
repository: MODFLOW-USGS/usgslatex
338+
repository: MODFLOW-ORG/usgslatex
339339
path: usgslatex
340340

341341
- name: Install TeX Live
@@ -397,13 +397,13 @@ jobs:
397397
- name: Checkout test models
398398
uses: actions/checkout@v4
399399
with:
400-
repository: MODFLOW-USGS/modflow6-testmodels
400+
repository: MODFLOW-ORG/modflow6-testmodels
401401
path: modflow6-testmodels
402402

403403
- name: Checkout examples
404404
uses: actions/checkout@v4
405405
with:
406-
repository: MODFLOW-USGS/modflow6-examples
406+
repository: MODFLOW-ORG/modflow6-examples
407407
path: modflow6-examples
408408

409409
- name: Setup pixi

.github/workflows/compilers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ jobs:
7878
- name: Checkout modflow6-testmodels
7979
uses: actions/checkout@v4
8080
with:
81-
repository: MODFLOW-USGS/modflow6-testmodels
81+
repository: MODFLOW-ORG/modflow6-testmodels
8282
path: modflow6-testmodels
8383

8484
- name: Checkout modflow6-examples
8585
uses: actions/checkout@v4
8686
with:
87-
repository: MODFLOW-USGS/modflow6-examples
87+
repository: MODFLOW-ORG/modflow6-examples
8888
path: modflow6-examples
8989

9090
- name: Setup ${{ matrix.compiler }} ${{ matrix.version }}

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ jobs:
5353
- name: Checkout modflow6-examples
5454
uses: actions/checkout@v4
5555
with:
56-
repository: MODFLOW-USGS/modflow6-examples
56+
repository: MODFLOW-ORG/modflow6-examples
5757
path: modflow6-examples
5858

5959
- name: Checkout usgslatex
6060
uses: actions/checkout@v4
6161
with:
62-
repository: MODFLOW-USGS/usgslatex
62+
repository: MODFLOW-ORG/usgslatex
6363
path: usgslatex
6464

6565
- name: Setup pixi
@@ -201,7 +201,7 @@ jobs:
201201
name: rtd-trigger
202202
needs: rtd_build
203203
runs-on: ubuntu-22.04
204-
if: github.repository_owner == 'MODFLOW-USGS' && github.event_name == 'push'
204+
if: github.repository_owner == 'MODFLOW-ORG' && github.event_name == 'push'
205205
steps:
206206
- name: Checkout repo
207207
uses: actions/checkout@v4

.github/workflows/large.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Checkout modflow6-largetestmodels
6464
uses: actions/checkout@v4
6565
with:
66-
repository: MODFLOW-USGS/modflow6-largetestmodels
66+
repository: MODFLOW-ORG/modflow6-largetestmodels
6767
path: modflow6-largetestmodels
6868

6969
- name: Setup pixi

0 commit comments

Comments
 (0)