docs: fix broken link to contributing guidelines (#393)

This commit is contained in:
Sanchith Hegde
2023-01-17 16:28:34 +05:30
committed by GitHub
parent a48caef836
commit dd061ed368
4 changed files with 3 additions and 4 deletions

1
.github/CODEOWNERS vendored
View File

@ -4,7 +4,6 @@ docs/ @juspay/orca-maintainers
*.md @juspay/orca-maintainers
LICENSE @juspay/orca-maintainers
NOTICE @juspay/orca-maintainers
contrib/ @juspay/orca-maintainers
.github/ @juspay/orca-maintainers
.gitignore @juspay/orca-maintainers
Makefile @juspay/orca-maintainers

View File

@ -89,7 +89,7 @@ body:
attributes:
label: Have you read the Contributing Guidelines?
options:
- label: I have read the [Contributing Guidelines](https://github.com/juspay/hyperswitch/blob/main/contrib/CONTRIBUTING.md)
- label: I have read the [Contributing Guidelines](https://github.com/juspay/hyperswitch/blob/main/docs/CONTRIBUTING.md)
required: true
- type: dropdown

View File

@ -42,7 +42,7 @@ body:
attributes:
label: Have you read the Contributing Guidelines?
options:
- label: I have read the [Contributing Guidelines](https://github.com/juspay/hyperswitch/blob/main/contrib/CONTRIBUTING.md)
- label: I have read the [Contributing Guidelines](https://github.com/juspay/hyperswitch/blob/main/docs/CONTRIBUTING.md)
required: true
- type: dropdown

View File

@ -152,7 +152,7 @@ It was born from our struggle to understand and integrate various payment option
This project is created and currently maintained by [Juspay](https://juspay.io/juspay-router).
We welcome contributions from the open source community.
Please read through our [contributing guidelines](contrib/CONTRIBUTING.md).
Please read through our [contributing guidelines](/docs/CONTRIBUTING.md).
Included are directions for opening issues, coding standards, and notes on development.
Important note for Rust developers: We aim for contributions from the community across a broad range of tracks.