From 4c8967c3223e38edd6c3f9ebdf792eca59183110 Mon Sep 17 00:00:00 2001 From: Kaviraj Date: Mon, 22 Feb 2021 14:02:29 +0100 Subject: [PATCH] Remove extra space between broken link (#3352) --- docs/sources/maintaining/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/maintaining/release.md b/docs/sources/maintaining/release.md index 573f2dd96c..226b039ee6 100644 --- a/docs/sources/maintaining/release.md +++ b/docs/sources/maintaining/release.md @@ -104,7 +104,7 @@ Once the previous two steps are completed, you can publish your draft! Loki docs are versioned. Follow the below steps to version Loki docs for this release. -1. Clone Grafana website [repo] (https://github.com/grafana/website) +1. Clone Grafana website [repo](https://github.com/grafana/website) 1. Create new branch `git checkout -b loki-v1.2.3` (replace `v1.2.3` with current release version) 1. Run `make project-doc-release` 1. It prompts for two things. `Project name` and `version`. Project name is `loki` and version is current release version.