mirror of https://github.com/istio/istio.io.git
Redirect users to the new bug entry page.
This commit is contained in:
parent
257cfdd280
commit
be77aabb68
4
Makefile
4
Makefile
|
@ -40,7 +40,7 @@ prep_lint:
|
||||||
lint:
|
lint:
|
||||||
.tools/node/node_modules/markdown-spellcheck/bin/mdspell --en-us --ignore-acronyms --ignore-numbers --no-suggestions --report */*.md */*/*.md */*/*/*.md */*/*/*/*.md */*/*/*/*/*.md */*/*/*/*/*/*.md */*/*/*/*/*/*/*.md
|
.tools/node/node_modules/markdown-spellcheck/bin/mdspell --en-us --ignore-acronyms --ignore-numbers --no-suggestions --report */*.md */*/*.md */*/*/*.md */*/*/*/*.md */*/*/*/*/*.md */*/*/*/*/*/*.md */*/*/*/*/*/*/*.md
|
||||||
mdl --ignore-front-matter --style mdl_style.rb .
|
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:
|
prep_lint_local:
|
||||||
npm install --prefix .tools/node markdown-spellcheck
|
npm install --prefix .tools/node markdown-spellcheck
|
||||||
|
@ -50,4 +50,4 @@ prep_lint_local:
|
||||||
lint_local:
|
lint_local:
|
||||||
.tools/node/node_modules/markdown-spellcheck/bin/mdspell --en-us --ignore-acronyms --ignore-numbers --no-suggestions --report */*.md */*/*.md */*/*/*.md */*/*/*/*.md */*/*/*/*/*.md */*/*/*/*/*/*.md */*/*/*/*/*/*/*.md
|
.tools/node/node_modules/markdown-spellcheck/bin/mdspell --en-us --ignore-acronyms --ignore-numbers --no-suggestions --report */*.md */*/*.md */*/*/*.md */*/*/*/*.md */*/*/*/*/*.md */*/*/*/*/*/*.md */*/*/*/*/*/*/*.md
|
||||||
.tools/bin/mdl --ignore-front-matter --style mdl_style.rb .
|
.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/"
|
||||||
|
|
|
@ -9,8 +9,8 @@ aliases:
|
||||||
|
|
||||||
Oh no! You found a bug?
|
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
|
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
|
and let us know what's
|
||||||
going on.
|
going on.
|
||||||
|
|
Loading…
Reference in New Issue