From c05b795b1bcd08d878df0367f43041258e19c023 Mon Sep 17 00:00:00 2001 From: Jason Altekruse <jaltekruse@usgs.gov> Date: Thu, 24 Jun 2021 13:51:17 -0600 Subject: [PATCH] fix URLs --- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 2 +- LICENSE.md | 9 +++++---- README.md | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index adc2dc1bb..aaf77a377 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://www2.usgs.gov/fsp/fsp_code_of_scientific_conduct.asp +[1]: https://www.usgs.gov/about/organization/science-support/office-science-quality-and-integrity/code-scientific-conduct diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d391f6d24..a23926423 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,6 +10,6 @@ If you have direct contributions you would like considered for incorporation into the project you can [fork this repository][2] and [submit a merge request][3] for review. -[1]: https://code.usgs.gov/ghsc/nshmp/nshm-fault-sections/issues +[1]: https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/issues [2]: https://docs.gitlab.com/ee/gitlab-basics/fork-project.html [3]: https://docs.gitlab.com/ee/gitlab-basics/add-merge-request.html diff --git a/LICENSE.md b/LICENSE.md index e98788f39..946e28d0f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -3,16 +3,15 @@ Unless otherwise noted, this project is in the public domain in the United States because it contains materials that originally came from the United States Geological Survey, an agency of the United States Department of -Interior. For more information, see the official USGS copyright policy at -<https://www2.usgs.gov/visual-id/credit_usgs.html#copyright> +Interior. For more information, see the official USGS copyright policy: +<https://www.usgs.gov/information-policies-and-instructions/copyrights-and-credits>. Additionally, we waive copyright and related rights in the work worldwide through the CC0 1.0 Universal public domain dedication. ## CC0 1.0 Universal Summary -This is a human-readable summary of the -[Legal Code (read the full text)](https://creativecommons.org/publicdomain/zero/1.0/legalcode). +This is a human-readable summary of the [Legal Code (read the full text)][2]. ### No Copyright @@ -35,3 +34,5 @@ this deed makes no warranties about the work, and disclaims liability for all uses of the work, to the fullest extent permitted by applicable law. When using or citing the work, you should not imply endorsement by the author or the affirmer. + +[2]: https://creativecommons.org/publicdomain/zero/1.0/legalcode diff --git a/README.md b/README.md index c9e65afd9..c6523b5ba 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ command line applications and web service classes and relies on the [*nshmp-lib*](https://code.usgs.gov/ghsc/nshmp/nshmp-lib) hazard library, among other dependencies. -Please see the [docs](https://code.usgs.gov/ghsc/nshmp/nshmp-haz/docs) for more information. +Please see the [docs](https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/-/tree/master/docs) for more information. -- GitLab