From 878b54c83c1268f519887ecbdfb8106690751d64 Mon Sep 17 00:00:00 2001 From: Dan Cech Date: Tue, 21 Sep 2021 10:21:27 -0400 Subject: [PATCH] update links in README.md (#33195) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update links in README.md * Switch links to use HEAD url Co-authored-by: Richard Hartmann Co-authored-by: Richard Hartmann Co-authored-by: Torkel Ödegaard --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a5ac19a0c57..f4873c5b0e4 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ The Grafana documentation is available at [grafana.com/docs](https://grafana.com If you're interested in contributing to the Grafana project: -- Start by reading the [Contributing guide](/CONTRIBUTING.md). -- Learn how to set up your local environment, in our [Developer guide](/contribute/developer-guide.md). +- Start by reading the [Contributing guide](https://github.com/grafana/grafana/blob/HEAD/CONTRIBUTING.md). +- Learn how to set up your local environment, in our [Developer guide](https://github.com/grafana/grafana/blob/HEAD/contribute/developer-guide.md). - Explore our [beginner-friendly issues](https://github.com/grafana/grafana/issues?q=is%3Aopen+is%3Aissue+label%3A%22beginner+friendly%22). - Look through our [style guide and Storybook](https://developers.grafana.com/ui/latest/index.html). @@ -40,8 +40,8 @@ If you're interested in contributing to the Grafana project: - Follow [@grafana on Twitter](https://twitter.com/grafana/). - Read and subscribe to the [Grafana blog](https://grafana.com/blog/). - If you have a specific question, check out our [discussion forums](https://community.grafana.com/). -- For general discussions, join us on the [official Slack](http://slack.raintank.io/) team. +- For general discussions, join us on the [official Slack](https://slack.grafana.com) team. ## License -Grafana is distributed under [AGPL-3.0-only](LICENSE). For Apache-2.0 exceptions, see [LICENSING.md](LICENSING.md). +Grafana is distributed under [AGPL-3.0-only](LICENSE). For Apache-2.0 exceptions, see [LICENSING.md](https://github.com/grafana/grafana/blob/HEAD/LICENSING.md).