Skip to content

Commit f1b2f4f

Browse files
authored
Docs: Remove references to retired online scanner
Close #5690
1 parent 25483c2 commit f1b2f4f

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ webhint is a customizable linting tool that helps you improve your site's
1010
accessibility, speed, cross-browser compatibility, and more by checking your
1111
code for best practices and common errors.
1212

13-
It can be run from the command line (CLI), via a [browser extension][], as a
14-
[VS Code extension][], and from the [online service][].
13+
It can be run from the command line (CLI), via a [browser extension][], and as
14+
a [VS Code extension][].
1515

1616
To use it from the CLI you will need to install [`Node.js`][node]
1717
(v14.x or later) on your machine, and you can use [`npx`][npx] to test it.
@@ -126,7 +126,6 @@ The code is available under the [Apache 2.0 license][license].
126126
[node]: https://nodejs.org/en/download/current/
127127
[npx]: https://github.com/zkat/npx
128128
[ojs coc]: https://code-of-conduct.openjsf.org/
129-
[online service]: https://webhint.io/scanner/
130129
[user guide]: https://webhint.io/docs/user-guide/
131130
[VS Code extension]: https://webhint.io/docs/user-guide/extensions/vscode-webhint/
132131
[yarn]: http://yarnpkg.com/

packages/hint/docs/about/FAQ.md

-12
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,6 @@ currently available. It utilizes the [Language Server Protocol][lsp]
5656
which makes it suitable for porting to other editors if there's
5757
community interest.
5858

59-
## Is there an online service?
60-
61-
Yes! You can scan an online website in [here][scanner].
62-
63-
If you have any feedback on the results page, please open an
64-
issue in the [website repository][scanner-issues]. If the issue is
65-
related to the results themselves, then open an issue in the [webhint
66-
repository][webhint-issues].
67-
6859
## What is the logo?
6960

7061
Our logo is Nellie the narwhal. Narwhals are not only [awesome][narwhal
@@ -97,7 +88,4 @@ telling us what you think can be improved.
9788
[narwhal echolocation]: http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0162069
9889
[narwhal song]: https://www.youtube.com/watch?v=ykwqXuMPsoc
9990
[new issue]: https://github.com/webhintio/hint/issues/new
100-
[scanner]: https://webhint.io/scanner/
101-
[scanner-issues]: https://github.com/webhintio/webhint.io/issues/new
102-
[webhint-issues]: https://github.com/webhintio/hint/issues/new
10391
[ssllabs]: https://www.ssllabs.com/ssltest/

0 commit comments

Comments
 (0)