From d02f4ea64b7f282b6dbff0785bd6bc06214ce341 Mon Sep 17 00:00:00 2001 From: Dave <18599599+dgarberj@users.noreply.github.com> Date: Mon, 18 Nov 2019 19:16:22 -0500 Subject: [PATCH] Docs: Fix developer guide link (#20434) Fixes #20410 --- docs/sources/project/building_from_source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/project/building_from_source.md b/docs/sources/project/building_from_source.md index d9280abdaac..eba286e3d2a 100644 --- a/docs/sources/project/building_from_source.md +++ b/docs/sources/project/building_from_source.md @@ -8,4 +8,4 @@ weight = 700 # Building Grafana from source -Refer to the [Grafana developer guide](contribute\developer-guide.md) for information about building Grafana from the source code. \ No newline at end of file +Refer to the [Grafana developer guide](https://github.com/grafana/grafana/blob/master/contribute/developer-guide.md) for information about building Grafana from the source code.