Skip to content

Commit d56e3da

Browse files
authored
*: use a more specific more info link (#17675)
1 parent 0e6e14e commit d56e3da

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

pages/common/alr.md

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

33
> Ada package manager.
44
> Manage Ada toolchains, dependencies, tools and libraries.
5-
> More information: <https://alire.ada.dev/>.
5+
> More information: <https://alire.ada.dev/docs/#first-steps>.
66
77
- Create a binary or library project:
88

pages/common/bird.md

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

33
> BIRD Internet Routing Daemon.
44
> Routing daemon with support for BGP, OSPF, Babel and others.
5-
> More information: <https://bird.network.cz/>.
5+
> More information: <https://bird.network.cz/?get_doc&v=30&f=bird-1.html#ss1.3>.
66
77
- Start Bird with a specific configuration file:
88

pages/common/birdc.md

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

33
> BIRD remote control.
44
> Retrieve information like routes from bird and perform configurations during runtime.
5-
> More information: <https://bird.network.cz/>.
5+
> More information: <https://bird.network.cz/?get_doc&v=30&f=bird-4.html>.
66
77
- Open the remote control console:
88

pages/common/browsh.md

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

33
> View webpages on the terminal using a Firefox backend.
4-
> More information: <https://www.brow.sh/>.
4+
> More information: <https://www.brow.sh/docs/keybindings/>.
55
66
- Start browsh:
77

pages/common/crontab.md

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

33
> Schedule cron jobs to run on a time interval for the current user.
4-
> More information: <https://crontab.guru/>.
4+
> More information: <https://manned.org/crontab>.
55
66
- Edit the crontab file for the current user:
77

pages/common/devcontainer.md

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

33
> Use a Docker container as a development environment.
4-
> More information: <https://containers.dev/>.
4+
> More information: <https://containers.dev/implementors/reference/>.
55
66
- Create and run a Dev Container:
77

pages/common/gnuplot.md

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

33
> A graph plotter that outputs in several formats.
4-
> More information: <http://www.gnuplot.info/>.
4+
> More information: <https://manned.org/gnuplot>.
55
66
- Start the interactive graph plotting shell:
77

pages/common/go.md

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

33
> Manage Go source code.
44
> Some subcommands such as `build` have their own usage documentation.
5-
> More information: <https://go.dev/>.
5+
> More information: <https://pkg.go.dev/cmd/go>.
66
77
- Download and install a package, specified by its import path:
88

pages/common/helm.md

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

33
> A package manager for Kubernetes.
44
> Some subcommands such as `install` have their own usage documentation.
5-
> More information: <https://helm.sh/>.
5+
> More information: <https://helm.sh/docs/helm/>.
66
77
- Create a helm chart:
88

pages/common/htop.md

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

33
> Display dynamic real-time information about running processes. An enhanced version of `top`.
4-
> More information: <https://htop.dev/>.
4+
> More information: <https://manned.org/htop>.
55
66
- Start `htop`:
77

0 commit comments

Comments
 (0)