From c9f73f11e88badb1c8b1fadec13b6005e66ec85f Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Wed, 2 Mar 2022 09:17:39 -0700 Subject: [PATCH] fixed broken links --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c4a6678f..31f3ead4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,8 +25,8 @@ This project loosely adheres to [Google Java Style][4] and is informed by * `com.google.common.base.Preconditions` [1]: https://code.usgs.gov/ghsc/nshmp/nshmp-lib/-/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 [4]: https://google.github.io/styleguide/javaguide.html [5]: http://en.wikipedia.org/wiki/Joshua_Bloch#Effective_Java [6]: https://en.wikipedia.org/?title=UTF-8 -- GitLab