Skip to content

Commit b16a779

Browse files
committed
Update links to website
https://quick-lint-js.com/cli.html has moved to https://quick-lint-js.com/cli/. Similar for install.html. Update references to these URLs.
1 parent 29f860e commit b16a779

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ quick-lint-js finds many bugs, including:
1616

1717
## Installing
1818

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
2020
to install quick-lint-js' CLI, LSP server, and editor plugins.
2121

2222
See [build instructions](docs/BUILDING.md) for how to build quick-lint-js for

docs/INSTALLING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Installing quick-lint-js
22

33
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.
55

66
For instructions on building quick-lint-js, see [BUILDING
77
instructions](BUILDING.md) for developers

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,10 +426,10 @@ void print_help_message() {
426426
#endif
427427
if (mention_man_page) {
428428
std::cout << "\nFor 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";
430430
} else {
431431
std::cout
432-
<< "\nFor more information, visit https://quick-lint-js.com/cli.html\n";
432+
<< "\nFor more information, visit https://quick-lint-js.com/cli/\n";
433433
}
434434
}
435435

website/public/install/index.ejs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ <h2>
10341034
<p>Open a terminal, and run the following commands:</p>
10351035
<blockquote>
10361036
<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>
10381038
<kbd>sudo apt-get update</kbd>
10391039

10401040
# <img class="install-logo" src="../gnome-terminal.svg" alt="" /> CLI and LSP server

0 commit comments

Comments
 (0)