Skip to content

Commit

Permalink
Fix broken link to contributors guide (#96)
Browse files Browse the repository at this point in the history
* Fix broken link to contributors guide

* Ignore README changes in CI tests
  • Loading branch information
sd109 authored Dec 9, 2024
1 parent 976b5f9 commit 526e843
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
push:
branches:
- main
paths-ignore:
- README.md
pull_request:
paths-ignore:
- README.md
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Reductionist provides the following features:

## Contributing

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

## License

Expand Down

0 comments on commit 526e843

Please sign in to comment.