From cfec7b560583b2cd5f9538a1b68745d98ffddc81 Mon Sep 17 00:00:00 2001 From: mtail Date: Thu, 14 Jun 2018 07:23:04 -0700 Subject: [PATCH] Redirect users to update bug entry page. --- Makefile | 4 ++-- content/help/bugs.md | 4 ++-- content_zh/search/_index.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 9eb3b1d639..74ff01e1fe 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ prep_lint: lint: .tools/node/node_modules/markdown-spellcheck/bin/mdspell --en-us --ignore-acronyms --ignore-numbers --no-suggestions --report content/*.md content/*/*.md content/*/*/*.md content/*/*/*/*.md content/*/*/*/*/*.md content/*/*/*/*/*/*.md content/*/*/*/*/*/*/*.md mdl --ignore-front-matter --style mdl_style.rb . - htmlproofer ./public --check-html --assume-extension --timeframe 2d --storage-dir .htmlproofer --url-ignore "/localhost/,/github.com/istio/istio.github.io/edit/master/" + htmlproofer ./public --check-html --assume-extension --timeframe 2d --storage-dir .htmlproofer --url-ignore "/localhost/,/github.com/istio/istio.github.io/edit/master/,/github.com/istio/istio/issues/new/choose/" prep_lint_local: npm install --prefix .tools/node markdown-spellcheck @@ -50,4 +50,4 @@ prep_lint_local: lint_local: .tools/node/node_modules/markdown-spellcheck/bin/mdspell --en-us --ignore-acronyms --ignore-numbers --no-suggestions --report content/*.md content/*/*.md content/*/*/*.md content/*/*/*/*.md content/*/*/*/*/*.md content/*/*/*/*/*/*.md content/*/*/*/*/*/*/*.md .tools/bin/mdl --ignore-front-matter --style mdl_style.rb . - .tools/bin/htmlproofer ./public --check-html --assume-extension --timeframe 2d --storage-dir .htmlproofer --url-ignore "/localhost/,/github.com/istio/istio.github.io/edit/master/" + .tools/bin/htmlproofer ./public --check-html --assume-extension --timeframe 2d --storage-dir .htmlproofer --url-ignore "/localhost/,/github.com/istio/istio.github.io/edit/master/,/github.com/istio/istio/issues/new/choose/" diff --git a/content/help/bugs.md b/content/help/bugs.md index 54caa66d74..23cde2e2a7 100644 --- a/content/help/bugs.md +++ b/content/help/bugs.md @@ -9,8 +9,8 @@ aliases: Oh no! You found a bug? -Search our [issue database](https://github.com/istio/issues/issues/) to see if we already know about +Search our [issue database](https://github.com/istio/istio/issues/) to see if we already know about your problem and learn about when -we think we can fix it. If you don't find your problem in the database, please open a [new issue](https://github.com/istio/issues/issues/new) +we think we can fix it. If you don't find your problem in the database, please open a [new issue](https://github.com/istio/istio/issues/new/choose) and let us know what's going on. diff --git a/content_zh/search/_index.md b/content_zh/search/_index.md index f785720521..ebb3efeea0 100644 --- a/content_zh/search/_index.md +++ b/content_zh/search/_index.md @@ -1,6 +1,6 @@ --- title: 搜索结果 -url: /cn/search.html +url: /zh/search.html sidebar_none: true type: search toc: false