Skip to content

Commit

Permalink
Update documentation after move to ufs-community (#594)
Browse files Browse the repository at this point in the history
After ufs-utils was moved from NOAA-EMC to ufs-community,
some of the documentation referred to the old url.

Fixes #593
  • Loading branch information
GeorgeGayno-NOAA authored Oct 22, 2021
1 parent 3f85872 commit 005d210
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- You may delete any sections labeled "optional".

- If you are unclear on what should be written here, see https://github.com/NOAA-EMC/UFS_UTILS/wiki/9.-Creating-a-Pull-Request for some guidance.
- If you are unclear on what should be written here, see https://github.com/ufs-community/UFS_UTILS/wiki/9.-Creating-a-Pull-Request for some guidance.

- The title of this pull request should be a brief summary (ideally less than 100 characters) of the changes included in this PR. Please also include the branch to which this PR is being issued.

Expand All @@ -19,7 +19,7 @@ State whether the contingency tests were run or are pending, and if they were al
## DEPENDENCIES:
Add any links to pending PRs that are required prior to merging this PR. For example:

NOAA-EMC/UFS_UTILS/pull/<pr_number>
ufs-community/UFS_UTILS/pull/<pr_number>

## DOCUMENTATION:
If this PR is contributing new capabilities that need to be documented, please also include updates to the RST files in the docs/source directory as supporting material.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Copyright 2020 National Oceanic and Atmospheric Administration (by assignment fr

The ufs_utils code incorporated in the Unified Forecast System (UFS) was jointly developed by the
National Oceanic and Atmospheric Administration and the I. M. Systems Group. The gold standard copy
of the Code will be maintained by NOAA at https://github.com/NOAA-EMC/UFS_UTILS
of the Code will be maintained by NOAA at https://github.com/ufs-community/UFS_UTILS

The National Oceanic and Atmospheric Administration is releasing this code under the GNU Lesser
General Public License v3.0 (the "License"); you may not use this code except in compliance
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Documentation for chgres_cube and other utilities can be found at
https://noaa-emcufs-utils.readthedocs.io/en/latest/.

Complete documentation can be found at
https://noaa-emc.github.io/UFS_UTILS/.
https://ufs-community.github.io/UFS_UTILS/.

## Authors

Expand Down
4 changes: 2 additions & 2 deletions docs/source/chgres_cube.rst
Original file line number Diff line number Diff line change
Expand Up @@ -407,12 +407,12 @@ Running the program stand alone
Making changes to the chgres_cube program
-----------------------------------------

chgres_cube is part of the UFS_UTILS repository (https://github.com/NOAA-EMC/UFS_UTILS). When wanting to contribute to this repository developers shall follow the Gitflow software development process
chgres_cube is part of the UFS_UTILS repository (https://github.com/ufs-community/UFS_UTILS). When wanting to contribute to this repository developers shall follow the Gitflow software development process

* Developers shall create their own fork of the UFS_UTILS repository
* Developers shall create a ‘feature’ branch off ‘develop’ in their fork for all changes.
* Developers shall open an issue and reference it in all commits.

For more details, see the UFS_UTILS wiki page: https://github.com/NOAA-EMC/UFS_UTILS/wiki
For more details, see the UFS_UTILS wiki page: https://github.com/ufs-community/UFS_UTILS/wiki

Changes that support current or future NCEP operations will be given priority for inclusion into the authoritative repository.
2 changes: 1 addition & 1 deletion docs/source/ufs_utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Introduction
****************************

The Unified Forecast Systems (UFS) Utilities repository contains pre-processing programs for the UFS weather model. These programs set up the model grid and create coldstart initial conditions. The repository is hosted on `Github <https://github.com/NOAA-EMC/UFS_UTILS>`_. Information on checking out the code and making changes to it is available on the repository `wiki page <https://github.com/NOAA-EMC/UFS_UTILS/wiki>`_.
The Unified Forecast Systems (UFS) Utilities repository contains pre-processing programs for the UFS weather model. These programs set up the model grid and create coldstart initial conditions. The repository is hosted on `Github <https://github.com/ufs-community/UFS_UTILS>`_. Information on checking out the code and making changes to it is available on the repository `wiki page <https://github.com/ufs-community/UFS_UTILS/wiki>`_.

***********************************
Grid Generation
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Utilities for the NCEP models. This is part of the
[NCEPLIBS](https://github.com/NOAA-EMC/NCEPLIBS) project.

The UFS_UTILS code can be found here:
https://github.com/NOAA-EMC/UFS_UTILS.
https://github.com/ufs-community/UFS_UTILS.

## The Utilities

Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ the unit test framework.

### QUESTIONS

Please contact the repository managers: https://github.com/NOAA-EMC/UFS_UTILS/wiki
Please contact the repository managers: https://github.com/ufs-community/UFS_UTILS/wiki

0 comments on commit 005d210

Please sign in to comment.