File tree 2 files changed +2
-15
lines changed
2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ webhint is a customizable linting tool that helps you improve your site's
10
10
accessibility, speed, cross-browser compatibility, and more by checking your
11
11
code for best practices and common errors.
12
12
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] [ ] .
15
15
16
16
To use it from the CLI you will need to install [ ` Node.js ` ] [ node ]
17
17
(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].
126
126
[ node ] : https://nodejs.org/en/download/current/
127
127
[ npx ] : https://github.com/zkat/npx
128
128
[ ojs coc ] : https://code-of-conduct.openjsf.org/
129
- [ online service ] : https://webhint.io/scanner/
130
129
[ user guide ] : https://webhint.io/docs/user-guide/
131
130
[ VS Code extension ] : https://webhint.io/docs/user-guide/extensions/vscode-webhint/
132
131
[ yarn ] : http://yarnpkg.com/
Original file line number Diff line number Diff line change @@ -56,15 +56,6 @@ currently available. It utilizes the [Language Server Protocol][lsp]
56
56
which makes it suitable for porting to other editors if there's
57
57
community interest.
58
58
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
-
68
59
## What is the logo?
69
60
70
61
Our logo is Nellie the narwhal. Narwhals are not only [ awesome] [ narwhal
@@ -97,7 +88,4 @@ telling us what you think can be improved.
97
88
[ narwhal echolocation ] : http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0162069
98
89
[ narwhal song ] : https://www.youtube.com/watch?v=ykwqXuMPsoc
99
90
[ 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
103
91
[ ssllabs ] : https://www.ssllabs.com/ssltest/
You can’t perform that action at this time.
0 commit comments