diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6dcef56e776..c9b7c6bfa2e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,7 +73,7 @@ Unsure where to begin contributing to Grafana? Start by browsing issues labeled If you're looking to make a code change, see how to set up your environment for [local development](contribute/developer-guide.md). -When you're ready to contribute, it's time to [Create a pull request](/contribute/create-pull-request.md). +When you're ready to contribute, it's time to [create a pull request](/contribute/create-pull-request.md). #### Contributor License Agreement (CLA) @@ -82,6 +82,6 @@ Before we can accept your pull request, you need to [sign our CLA](https://grafa ## Where do I go from here? - Set up your [development environment](contribute/developer-guide.md). -- Learn how to [contribute documentation](contribute/README.md). +- Learn how to [contribute to our documentation](contribute/documentation/README.md). - Get started [developing plugins](https://grafana.com/docs/grafana/latest/developers/plugins/) for Grafana. - Look through the resources in the [contribute](contribute) folder. diff --git a/contribute/README.md b/contribute/README.md index 1bf5d75f4fb..3c0ac98d9ca 100644 --- a/contribute/README.md +++ b/contribute/README.md @@ -3,7 +3,7 @@ This directory contains guides for contributors to the Grafana project. - [Create a pull request](create-pull-request.md) -- [Contribute documentation](../contribute/documentation/README.md) +- [Contribute to our documentation](../contribute/documentation/README.md) - [Developer guide](developer-guide.md) - [Triage issues](triage-issues.md) - [Merge a pull request](merge-pull-request.md)