From c29a94d108267fdb48ed052d934ce8796c86800b Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Thu, 13 Apr 2017 07:48:14 +0800 Subject: [PATCH] Fix broken link (#3343) * Fix broken link Fix broken link * delete redundant tags delete redundant tags --- docs/home/contribute/stage-documentation-changes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/home/contribute/stage-documentation-changes.md b/docs/home/contribute/stage-documentation-changes.md index 38a7f4f44c..7d1a0b4205 100644 --- a/docs/home/contribute/stage-documentation-changes.md +++ b/docs/home/contribute/stage-documentation-changes.md @@ -64,7 +64,7 @@ web server: docker run -ti --rm -v "$PWD":/k8sdocs -p 4000:4000 gcr.io/google-samples/k8sdocs:1.1 1. View your staged content at -[http://localhost:4000](http://localhost:4000){: target="_blank"}. +http://localhost:4000. ## Staging locally without Docker @@ -88,7 +88,7 @@ web server: jekyll serve 1. View your staged content at -[http://localhost:4000](http://localhost:4000){: target="_blank"}. +http://localhost:4000. NOTE: If you do not want Jekyll to interfere with your other globally installed gems, you can use `bundler`: @@ -96,7 +96,7 @@ web server: bundle install bundler exec jekyll serve - Regardless of whether you use `bundler` or not, your copy of the site will then be viewable at: [http://localhost:4000](http://localhost:4000) + Regardless of whether you use `bundler` or not, your copy of the site will then be viewable at: http://localhost:4000 {% endcapture %}