From 237f2e615bafbc3fd5b8bc8340898517e41da3c2 Mon Sep 17 00:00:00 2001
From: Jason Altekruse <jaltekruse@usgs.gov>
Date: Thu, 24 Jun 2021 14:36:40 -0600
Subject: [PATCH] update URLs, standardize, formatting

---
 ACKNOWLEDGEMENTS.md | 17 ++++++++++-------
 CODE_OF_CONDUCT.md  |  2 +-
 CONTRIBUTING.md     |  9 +++------
 LICENSE.md          |  7 ++++---
 README.md           |  4 ++--
 5 files changed, 20 insertions(+), 19 deletions(-)

diff --git a/ACKNOWLEDGEMENTS.md b/ACKNOWLEDGEMENTS.md
index c9a3a74f..a5837f66 100644
--- a/ACKNOWLEDGEMENTS.md
+++ b/ACKNOWLEDGEMENTS.md
@@ -1,11 +1,14 @@
-Acknowledgements
-================
+# Acknowledgements
 
 This software was developed to meet the U.S. Geological Survey's need for a
 high-performance probabilistic seismic hazard (PSHA) engine capable of supporting
 increasingly complex earthquake hazard models via web-services. It leverages and
-benefits from many design and performance features found in
-[OpenSHA](http://www.opensha.org) and the legacy [USGS fortran codes](/usgs/nshmp-haz-fortran),
-both of which have been supported by the USGS and others over many years. In particular,
-the Southern California Earthquake Center ([SCEC](https://www.scec.org)) has been instrumental
-in the continued development of OpenSHA, which is in use worldwide.
+benefits from many design and performance features found in [OpenSHA][1] and
+the legacy [USGS fortran codes][2], both of which have been supported by the USGS
+and others over many years. In particular, the Southern California Earthquake
+Center ([SCEC][3]]) has been instrumental in the continued development of OpenSHA,
+which is in use worldwide.
+
+[1]: http://www.opensha.org
+[2]: https://github.com/usgs/nshmp-haz-fortran
+[3]: https://www.scec.org
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index adc2dc1b..aaf77a37 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 c8c8187c..8f7bf6af 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -12,12 +12,9 @@ into the project you can [fork this repository][2] and
 
 ## Style Guide
 
-This project loosely adheres to
-[Google Java Style][4] and is informed by
-[Effective Java][5].
-All source files and documentation are encoded using
-[UTF-8][6]].
- Developers should also consider the following:
+This project loosely adheres to [Google Java Style][4] and is informed by
+[Effective Java][5]. All source files and documentation are encoded using
+[UTF-8][6]]. Developers should also consider the following:
 
 * Line lengths:
   * code: __100__, but shorter is better.
diff --git a/LICENSE.md b/LICENSE.md
index e98788f3..b2c7f0d8 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -4,15 +4,14 @@ 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>
+<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)][1].
 
 ### 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.
+
+[1]: https://creativecommons.org/publicdomain/zero/1.0/legalcode
diff --git a/README.md b/README.md
index 6e4656c0..14cae859 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@ services found in the [*nshmp-haz*](https://code.usgs.gov/ghsc/nshmp/nshmp-haz)
 
 See also:
 
-* [*nshmp-haz*](https://code.usgs.gov/ghsc/nshmp/nshmp-haz) and related
-  [documentation](https://code.usgs.gov/ghsc/nshmp/nshmp-haz/docs).
+* [*nshmp-haz*](https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2) and related
+  [documentation](https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/-/tree/master/doc).
 * Project Javadocs [link? TODO]
 
 ## Dependencies
-- 
GitLab