File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ quick-lint-js finds many bugs, including:
16
16
17
17
## Installing
18
18
19
- See [ installation instructions] ( https://quick-lint-js.com/install.html ) for how
19
+ See [ installation instructions] ( https://quick-lint-js.com/install/ ) for how
20
20
to install quick-lint-js' CLI, LSP server, and editor plugins.
21
21
22
22
See [ build instructions] ( docs/BUILDING.md ) for how to build quick-lint-js for
Original file line number Diff line number Diff line change 1
1
# Installing quick-lint-js
2
2
3
3
For quick-lint-js installation instructions, see the [ installation
4
- instructions] ( https://quick-lint-js.com/install.html ) on the website.
4
+ instructions] ( https://quick-lint-js.com/install/ ) on the website.
5
5
6
6
For instructions on building quick-lint-js, see [ BUILDING
7
7
instructions] ( BUILDING.md ) for developers
Original file line number Diff line number Diff line change @@ -426,10 +426,10 @@ void print_help_message() {
426
426
#endif
427
427
if (mention_man_page) {
428
428
std::cout << " \n For more information, run 'man quick-lint-js' or visit\n "
429
- " https://quick-lint-js.com/cli.html \n " ;
429
+ " https://quick-lint-js.com/cli/ \n " ;
430
430
} else {
431
431
std::cout
432
- << " \n For more information, visit https://quick-lint-js.com/cli.html \n " ;
432
+ << " \n For more information, visit https://quick-lint-js.com/cli/ \n " ;
433
433
}
434
434
}
435
435
Original file line number Diff line number Diff line change @@ -1034,7 +1034,7 @@ <h2>
1034
1034
< p > Open a terminal, and run the following commands:</ p >
1035
1035
< blockquote >
1036
1036
< pre > < code > < kbd > curl https://c.quick-lint-js.com/quick-lint-js-release.key | sudo apt-key add -</ kbd >
1037
- < div class ="long-shell-command-line "> < kbd > printf '\n# https://quick-lint-js.com/install.html #debian\ndeb https://c.quick-lint-js.com/debian experimental main\n' | sudo tee -a /etc/apt/sources.list.d/quick-lint-js.list</ kbd > </ div >
1037
+ < div class ="long-shell-command-line "> < kbd > printf '\n# https://quick-lint-js.com/install/ #debian\ndeb https://c.quick-lint-js.com/debian experimental main\n' | sudo tee -a /etc/apt/sources.list.d/quick-lint-js.list</ kbd > </ div >
1038
1038
< kbd > sudo apt-get update</ kbd >
1039
1039
1040
1040
# < img class ="install-logo " src ="../gnome-terminal.svg " alt ="" /> CLI and LSP server
You can’t perform that action at this time.
0 commit comments