From 267417d6a8d27fe908375c63693310b6340bc022 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 14 Oct 2015 14:00:25 -0400 Subject: [PATCH] docs(): Fix changelog link in whats-new-in-v2-1 The quotes turn the value into a title attribute rather than href attribute, thus on http://docs.grafana.org/guides/whats-new-in-v2-1/ this link was rendered as CHANGELOG.md which when clicked goes back to itself (not to GitHub). --- docs/sources/guides/whats-new-in-v2-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/guides/whats-new-in-v2-1.md b/docs/sources/guides/whats-new-in-v2-1.md index 6a6ebba98de..27285d08857 100644 --- a/docs/sources/guides/whats-new-in-v2-1.md +++ b/docs/sources/guides/whats-new-in-v2-1.md @@ -126,5 +126,5 @@ string values. ### Changelog For a detailed list and link to github issues for everything included in the 2.1 release please -view the [CHANGELOG.md]("https://github.com/grafana/grafana/blob/master/CHANGELOG.md") file. +view the [CHANGELOG.md](https://github.com/grafana/grafana/blob/master/CHANGELOG.md) file.