Skip to content

Commit 526e843

Browse files
authored
Fix broken link to contributors guide (#96)
* Fix broken link to contributors guide * Ignore README changes in CI tests
1 parent 976b5f9 commit 526e843

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- README.md
79
pull_request:
10+
paths-ignore:
11+
- README.md
812
jobs:
913
build:
1014
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Reductionist provides the following features:
4040

4141
## Contributing
4242

43-
See the [contributor guide](https://stackhpc.github.io/reductionist-rs/contributing.html) for information about contributing to Reductionist.
43+
See the [contributor guide](https://stackhpc.github.io/reductionist-rs/contributing/) for information about contributing to Reductionist.
4444

4545
## License
4646

0 commit comments

Comments
 (0)