From e8f37d30aa920df4896067ee1190d26ae59e59fa Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Thu, 5 May 2022 14:00:43 -0600 Subject: [PATCH] fix links --- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index aaf77a3..ce3bee9 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -3,4 +3,4 @@ All contributions to and interactions surrounding this project will abide by the [USGS Code of Scientific Conduct][1]. -[1]: https://www.usgs.gov/about/organization/science-support/office-science-quality-and-integrity/code-scientific-conduct +[1]: https://www.usgs.gov/office-of-science-quality-and-integrity/fundamental-science-practices diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6464ce0..8ba000b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ Contributions are welcome from the community. Questions can be asked on the [issues page][1]. Before creating a new issue, please take a moment to search and make sure a similar issue does not already exist. If one does exist, you -can comment (most simply even with just a :+1: ) to show your support for that +can comment (most simply even with just a :+1:) to show your support for that issue. If you have direct contributions you would like considered for incorporation @@ -11,5 +11,5 @@ into the project you can [fork this repository][2] and [submit a merge request][3] for review. [1]: https://code.usgs.gov/ghsc/nshmp/nshmp-ws/-/issues -[2]: https://docs.gitlab.com/ee/gitlab-basics/fork-project.html -[3]: https://docs.gitlab.com/ee/gitlab-basics/add-merge-request.html +[2]: https://docs.gitlab.com/ee/user/project/repository/forking_workflow.html#creating-a-fork +[3]: https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html -- GitLab