Skip to content
Snippets Groups Projects
Unverified Commit 789cf38d authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs: use relative links for development docs (#15559)

parent d50856bd
No related branches found
Tags 38.47.0
No related merge requests found
...@@ -66,6 +66,6 @@ If you add configuration options to your `package.json` then these will override ...@@ -66,6 +66,6 @@ If you add configuration options to your `package.json` then these will override
## Configuration Options ## Configuration Options
Please see [https://docs.renovatebot.com/configuration-options/](https://docs.renovatebot.com/configuration-options/) for a list of user-facing configuration options. Please read [our list of user-facing configuration options](https://docs.renovatebot.com/configuration-options/).
For further options when running your own instance of Renovate, please see the full config options file at `lib/config/options/index.ts`. For further options when running your own instance of Renovate, please see the full config options file at `lib/config/options/index.ts`.
...@@ -18,10 +18,10 @@ These labels should also map approximately to our Conventional Commit scopes. ...@@ -18,10 +18,10 @@ These labels should also map approximately to our Conventional Commit scopes.
You should know about platforms, package managers, datasources and versioning to label issues effectively. You should know about platforms, package managers, datasources and versioning to label issues effectively.
- To learn about platforms, read the [Renovate docs on Platforms](https://docs.renovatebot.com/modules/platform/). - To learn about platforms, read the [Renovate docs on Platforms](https://docs.renovatebot.com/modules/platform/)
- To learn about managers, read the [Renovate docs on Managers](https://docs.renovatebot.com/modules/manager/). - To learn about managers, read the [Renovate docs on Managers](https://docs.renovatebot.com/modules/manager/)
- To learn about datasources, read the [Renovate docs on Datasources](https://docs.renovatebot.com/modules/datasource/). - To learn about datasources, read the [Renovate docs on Datasources](https://docs.renovatebot.com/modules/datasource/)
- To learn more about versioning, read the [Renovate docs on Versioning](https://docs.renovatebot.com/modules/versioning/). - To learn more about versioning, read the [Renovate docs on Versioning](https://docs.renovatebot.com/modules/versioning/)
Most issues should have a label relating to either a platform, manager, datasource, versioning or worker topic. Most issues should have a label relating to either a platform, manager, datasource, versioning or worker topic.
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
### What type of package files and names does it use? ### What type of package files and names does it use?
### What [fileMatch](https://renovatebot.com/docs/configuration-options/#filematch) pattern(s) should be used? ### What [fileMatch](../usage/configuration-options.md/#filematch) pattern(s) should be used?
### Is it likely that many users would need to extend this pattern for custom file names? ### Is it likely that many users would need to extend this pattern for custom file names?
......
...@@ -56,7 +56,7 @@ Don't be afraid to ask for help. ...@@ -56,7 +56,7 @@ Don't be afraid to ask for help.
### Apply labels to issues ### Apply labels to issues
All issues should have labels attached to them. All issues should have labels attached to them.
Read the [issue-labeling guide](https://github.com/renovatebot/renovate/blob/main/docs/development/issue-labeling.md) to get all the necessary info. Read the [issue-labeling guide](./issue-labeling.md) to get all the necessary info.
In general try to make a good-faith effort to label issues correctly. In general try to make a good-faith effort to label issues correctly.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment