Skip to content

Commit 99c7af4

Browse files
authored
*: use a more specific more info link, org domain (#17699)
Mass update for more specific "more info" links
1 parent d534f2e commit 99c7af4

37 files changed

+64
-64
lines changed

pages/common/clangd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Language server that provides IDE-like features to editors.
44
> It should be used via an editor plugin rather than invoked directly.
5-
> More information: <https://clangd.llvm.org/>.
5+
> More information: <https://manpages.ubuntu.com/manpages/focal/man1/clangd.1.html>.
66
77
- Display available options:
88

pages/common/composer.md

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

33
> A package-based dependency manager for PHP projects.
4-
> More information: <https://getcomposer.org/>.
4+
> More information: <https://getcomposer.org/doc/03-cli.md>.
55
66
- Interactively create a `composer.json` file:
77

pages/common/cryfs.md

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

33
> A cryptographic filesystem for the cloud.
4-
> More information: <https://www.cryfs.org/>.
4+
> More information: <https://manned.org/cryfs>.
55
66
- Mount an encrypted filesystem. The initialization wizard will be started on the first execution:
77

pages/common/dillo.md

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

33
> A lightweight web browser intended for slow computers.
4-
> More information: <https://www.dillo.org/>.
4+
> More information: <https://manned.org/dillo>.
55
66
- Launch Dillo:
77

pages/common/espanso.md

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

33
> Cross-platform Text Expander written in Rust.
4-
> More information: <https://espanso.org>.
4+
> More information: <https://espanso.org/docs/command%20lIne/cli_list/>.
55
66
- Check status:
77

pages/common/fossil-commit.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
66
- Create a new version containing all the changes in the current checkout; user will be prompted for a comment:
77

8-
`fossil commit`
8+
`fossil {{[ci|commit]}}`
99

1010
- Create a new version containing all the changes in the current checkout, using the specified [m]essage:
1111

12-
`fossil commit {{[-m|--comment]}} "{{comment}}"`
12+
`fossil {{[ci|commit]}} {{[-m|--comment]}} "{{comment}}"`
1313

1414
- Create a new version containing all the changes in the current checkout with a comment read from a specific file:
1515

16-
`fossil commit {{[-M|--message-file]}} {{path/to/commit_message_file}}`
16+
`fossil {{[ci|commit]}} {{[-M|--message-file]}} {{path/to/commit_message_file}}`
1717

1818
- Create a new version containing changes from the specified files; user will be prompted for a comment:
1919

20-
`fossil commit {{path/to/file1 path/to/file2 ...}}`
20+
`fossil {{[ci|commit]}} {{path/to/file1 path/to/file2 ...}}`

pages/common/fossil-delete.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# fossil delete
22

3-
> This command is an alias of `fossil rm`.
3+
> Remove files or directories from Fossil version control.
4+
> See also: `fossil forget`.
5+
> More information: <https://fossil-scm.org/home/help/rm>.
46
5-
- View documentation for the original command:
7+
- Remove a file or directory from Fossil version control:
68

7-
`tldr fossil rm`
9+
`fossil {{[rm|delete]}} {{path/to/file_or_directory}}`
10+
11+
- Remove a file or directory from Fossil version control, and also delete it from the disk:
12+
13+
`fossil {{[rm|delete]}} --hard {{path/to/file_or_directory}}`
14+
15+
- Re-add all previously removed and uncommitted files to Fossil version control:
16+
17+
`fossil {{[rm|delete]}} --reset`

pages/common/fossil-rm.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
# fossil rm
22

3-
> Remove files or directories from Fossil version control.
4-
> See also: `fossil forget`.
5-
> More information: <https://fossil-scm.org/home/help/rm>.
3+
> This command is an alias of `fossil delete`.
64
7-
- Remove a file or directory from Fossil version control:
5+
- View documentation for the original command:
86

9-
`fossil rm {{path/to/file_or_directory}}`
10-
11-
- Remove a file or directory from Fossil version control, and also delete it from the disk:
12-
13-
`fossil rm --hard {{path/to/file_or_directory}}`
14-
15-
- Re-add all previously removed and uncommitted files to Fossil version control:
16-
17-
`fossil rm --reset`
7+
`tldr fossil delete`

pages/common/fossil.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Distributed version control system.
44
> Some subcommands such as `commit` have their own usage documentation.
5-
> More information: <https://fossil-scm.org/>.
5+
> More information: <https://fossil-scm.org/home/help>.
66
77
- Execute a Fossil subcommand:
88

pages/common/godoc.md

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

33
> View documentation for go packages.
4-
> More information: <https://godoc.org/>.
4+
> More information: <https://pkg.go.dev/golang.org/x/tools/cmd/godoc>.
55
66
- Display help for a specific package:
77

0 commit comments

Comments
 (0)