Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Explicitly state what tests were run on these changes, or if any are still pendi
## DEPENDENCIES:
Add any links to external PRs (e.g. regional_workflow and/or UFS PRs). For example:
- NOAA-EMC/regional_workflow/pull/<pr_number>
- NOAA-EMC/UFS_UTILS/pull/<pr_number>
- ufs-community/UFS_UTILS/pull/<pr_number>
- ufs-community/ufs-weather-model/pull/<pr_number>

## DOCUMENTATION:
Expand Down
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ required = True

[ufs_utils]
protocol = git
repo_url = https://github.com/NOAA-EMC/UFS_UTILS
repo_url = https://github.com/ufs-community/UFS_UTILS
# Specify either a branch name or a hash but not both.
#branch = develop
hash = ea821358
Expand Down
2 changes: 1 addition & 1 deletion docs/UsersGuide/source/CodeReposAndDirs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repositories associated with this umbrella repo (see :numref:`Table %s <top_leve
| Repository for the regional | https://github.com/NOAA-EMC/regional_workflow |
| workflow | |
+---------------------------------+---------------------------------------------------------+
| Repository for UFS utilities, | https://github.com/NOAA-EMC/UFS_UTILS |
| Repository for UFS utilities, | https://github.com/ufs-community/UFS_UTILS |
| including pre-processing, | |
| chgres_cube, and more | |
+---------------------------------+---------------------------------------------------------+
Expand Down