From ba6a62d0ed192ca3047b1dbaead8d163b85bd211 Mon Sep 17 00:00:00 2001 From: David Waltermire Date: Wed, 27 Sep 2023 17:35:00 -0400 Subject: [PATCH] Adjusting GitHub project links. --- .github/workflows/config/.markdown-link-check/config.json | 7 +++---- CONTRIBUTING.md | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/config/.markdown-link-check/config.json b/.github/workflows/config/.markdown-link-check/config.json index 15376ad33..40294962d 100644 --- a/.github/workflows/config/.markdown-link-check/config.json +++ b/.github/workflows/config/.markdown-link-check/config.json @@ -11,6 +11,9 @@ }, { "pattern": "https://www.bottlecaps.de/rex/" + }, + { + "pattern": "https://github.com/orgs/usnistgov/projects/" } ], "replacementPatterns": [ @@ -18,10 +21,6 @@ "pattern": "^../../issues", "replacement": "https://github.com/usnistgov/metaschema/issues" }, - { - "pattern": "^../../projects", - "replacement": "https://github.com/usnistgov/metaschema/projects" - }, { "pattern": "^../../releases", "replacement": "https://github.com/usnistgov/metaschema/releases" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7269e37cb..c5adbaf9d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ This page is for potential contributors to this project. It provides basic infor This project uses an agile approach for development. We’re trying to focus on the core capabilities that are needed to provide the greatest amount of benefit. Because we’re working on a small set of capabilities, this allows us to make very fast progress. We’re building the features that we believe solve the biggest problems to provide the most value to the most people. We provide extension points that allow uncovered cases to be supported by others. -We track our current work items using GitHub [project cards](../../projects). +We track our current work items using GitHub [project cards](https://github.com/orgs/usnistgov/projects/44). ## Making Contributions @@ -45,7 +45,7 @@ This repository consists of the following directories and files pertaining to th ## Contributing as a Developer -This project is using the GitHub [project cards](../../projects) feature to track development activities as part of the core project work stream. +This project is using the GitHub [project cards](https://github.com/orgs/usnistgov/projects/44) feature to track development activities as part of the core project work stream. ### User Stories