From aefdd02473f4f45af7a7d4145350701204a9ea0d Mon Sep 17 00:00:00 2001 From: Ivan Shcheklein Date: Mon, 27 Apr 2020 21:02:37 -0700 Subject: [PATCH] blog: fix broken link --- ...19-04-23-dvc-project-ideas-for-google-summer-of-docs-2019.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2019-04-23-dvc-project-ideas-for-google-summer-of-docs-2019.md b/content/blog/2019-04-23-dvc-project-ideas-for-google-summer-of-docs-2019.md index 729bb706fd..91d0132e1d 100644 --- a/content/blog/2019-04-23-dvc-project-ideas-for-google-summer-of-docs-2019.md +++ b/content/blog/2019-04-23-dvc-project-ideas-for-google-summer-of-docs-2019.md @@ -95,7 +95,7 @@ is built with Node.js + React, including the documentation engine (built in-house). Each documentation page is a static Markdown file in the repository, e.g. -[example here](https://github.com/iterative/dvc.org/blob/master/static/docs/get-started/example-versioning.md.). +[example here](https://github.com/iterative/dvc.org/blob/master/content/docs/command-reference/index.md). It is rendered dynamically in the browser, no preprocessing is required. It means that tech writers or contributors need to write/edit a Markdown file, create a pull request and merge it into the master branch of the