mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
docs: fix broken link to contributing guidelines (#393)
This commit is contained in:
1
.github/CODEOWNERS
vendored
1
.github/CODEOWNERS
vendored
@ -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
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -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
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user