From 4b8c4b2826a548d792f0461fcc6e7264c0a1d1f0 Mon Sep 17 00:00:00 2001 From: Chad Date: Sat, 23 May 2020 06:46:20 -0400 Subject: [PATCH] Fix URL of CLA in CONTRIBUTING doc (#24962) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a535fd904c3..74e4de0de9c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,7 @@ When you're ready to contribute, it's time to [Create a pull request](/contribut #### Contributor License Agreement (CLA) -Before we can accept your pull request, you need to [sign our CLA](https://grafana.com/docs/contribute/cla/). If you haven't, our CLA assistant prompts you to when you create your pull request. +Before we can accept your pull request, you need to [sign our CLA](https://grafana.com/docs/grafana/latest/developers/cla/). If you haven't, our CLA assistant prompts you to when you create your pull request. ## Where do I go from here?