From d35fa005f2e7c68cbcecd2b408687c4c3141a071 Mon Sep 17 00:00:00 2001 From: Jason Altekruse <jaltekruse@usgs.gov> Date: Thu, 24 Jun 2021 16:36:36 -0600 Subject: [PATCH] gitlab urls have - --- CONTRIBUTING.md | 2 +- code.json | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a23926423..eaac6832b 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/nshmp-haz-v2/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/code.json b/code.json index b23b531c1..900a2a7d2 100644 --- a/code.json +++ b/code.json @@ -12,15 +12,15 @@ "licenses": [ { "name": "Public Domain, CC0-1.0", - "URL": "https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/blob/master/LICENSE.md" + "URL": "https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/-/blob/master/LICENSE.md" } ] }, "repositoryURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/", "homepageURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/-/tree/master/docs", - "downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/releases/tag/v#.#.#", - "disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/blob/master/DISCLAIMER.md", + "downloadURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/-/releases/tag/v#.#.#", + "disclaimerURL": "https://code.usgs.gov/ghsc/nshmp/nshmp-haz-v2/-/blob/master/DISCLAIMER.md", "vcs": "git", "laborHours": 1200, @@ -31,6 +31,7 @@ "Earthquake Hazards", "Geologic Hazards Science Center", "psha", + "nshmp-haz", "seismic-hazard", "seismic-source", "earthquake-hazard", -- GitLab