Skip to content

Commit

Permalink
Adjusting GitHub project links.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Sep 27, 2023
1 parent 466db49 commit ba6a62d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/config/.markdown-link-check/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@
},
{
"pattern": "https://www.bottlecaps.de/rex/"
},
{
"pattern": "https://github.com/orgs/usnistgov/projects/"
}
],
"replacementPatterns": [
{
"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"
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit ba6a62d

Please sign in to comment.