Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jan 4, 2021
1 parent 46030dc commit 2899530
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ In case you've encountered a bug, please make sure:
- You are using the [latest version](https://github.com/release-it/release-it/releases).
- You have read the [documentation](https://github.com/release-it/release-it/blob/master/README.md) first, and
double-checked your configuration.
- You have acknowledged from [Troubleshooting & debugging](README.md#troubleshooting--debugging) the errors are likely a
bug in this project, and not coming from e.g. your environment or custom scripts/commands.
- You have acknowledged from [Troubleshooting & debugging](../README.md#troubleshooting--debugging) the errors are
likely a bug in this project, and not coming from e.g. your environment or custom scripts/commands.
- In your issue description, please include:
- What you expected to see, and what happened instead.
- Your operating system and other environment information.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: ./markdown-link-checker.json
config-file: .github/workflows/markdown-link-checker.json

0 comments on commit 2899530

Please sign in to comment.