Skip to content

Commit 326bd08

Browse files
authored
*: use a more specific more info link, com domain (#17694)
Updated more information links with more specific URL
1 parent 0854529 commit 326bd08

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

pages/common/argos-translate.md

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

33
> An open-source offline translation library and CLI tool written in Python.
4-
> More information: <https://www.argosopentech.com/>.
4+
> More information: <https://argos-translate.readthedocs.io/en/latest/source/cli.html>.
55
66
- Install translation pairs for Spanish to English translation:
77

pages/common/flake8.md

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

33
> Check the style and quality of Python code.
4-
> More information: <https://flake8.pycqa.org/>.
4+
> More information: <https://flake8.pycqa.org/en/latest/user/options.html>.
55
66
- Lint a file or directory recursively:
77

pages/common/heroku.md

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

33
> Create and manage Heroku apps.
4-
> More information: <https://www.heroku.com/>.
4+
> More information: <https://devcenter.heroku.com/articles/heroku-cli#get-started-with-the-heroku-cli>.
55
66
- Log in to your Heroku account:
77

pages/common/linkchecker.md

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

33
> Client to check HTML documents and websites for broken links.
4-
> More information: <https://linkchecker.github.io/linkchecker/>.
4+
> More information: <https://linkchecker.github.io/linkchecker/man/linkchecker.html>.
55
66
- Find broken links on <https://example.com/>:
77

pages/common/monodevelop.md

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

33
> Cross platform IDE for C#, F# and more.
4-
> More information: <https://www.monodevelop.com/>.
4+
> More information: <https://www.monodevelop.com/documentation/>.
55
66
- Start MonoDevelop:
77

pages/common/pinta.md

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

33
> A free, open source program for drawing and image editing.
4-
> More information: <https://www.pinta-project.com/>.
4+
> More information: <https://www.pinta-project.com/user-guide/overview/#>.
55
66
- Start Pinta:
77

pages/common/serverless.md

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

33
> Toolkit for deploying and operating serverless architectures on AWS, Google Cloud, Azure and IBM OpenWhisk.
44
> Commands can be run either using the `serverless` command or its alias, `sls`.
5-
> More information: <https://serverless.com/>.
5+
> More information: <https://www.serverless.com/framework/docs/providers/aws/cli-reference>.
66
77
- Create a serverless project:
88

pages/common/tcpreplay.md

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

33
> Replay network traffic stored in a `pcap` file.
4-
> More information: <https://tcpreplay.appneta.com/>.
4+
> More information: <https://tcpreplay.appneta.com/wiki/tcpreplay-man.html>.
55
66
- List available network interfaces:
77

pages/linux/etckeeper.md

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

33
> Track system configuration files in Git.
4-
> More information: <https://etckeeper.branchable.com/>.
4+
> More information: <https://manned.org/etckeeper>.
55
66
- Set up a Git repo and perform various setup tasks (run from `/etc`):
77

pages/linux/links.md

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

33
> Command-line web browser.
4-
> More information: <http://links.twibright.com/>.
4+
> More information: <http://links.twibright.com/user_en.html#subch-browser_calibration>.
55
66
- Visit a website:
77

0 commit comments

Comments
 (0)