From fc3a8d07a14807e843c053b5cca47293823a27e2 Mon Sep 17 00:00:00 2001
From: Managor <42655600+Managor@users.noreply.github.com>
Date: Sat, 16 Aug 2025 10:32:10 +0300
Subject: [PATCH] *: use a more specific more info link, io domain (#17676)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
---
pages/common/babel.md | 2 +-
pages/common/bower.md | 2 +-
pages/common/codecrafters.md | 2 +-
pages/common/conan.md | 2 +-
pages/common/ctags.md | 2 +-
pages/common/esbuild.md | 2 +-
pages/common/hexo.md | 2 +-
pages/common/hugo.md | 2 +-
pages/common/packer.md | 2 +-
pages/common/prettier.md | 2 +-
pages/common/streamlit.md | 2 +-
pages/common/todoman.md | 4 +---
pages/common/tqdm.md | 2 +-
pages/common/typeorm.md | 2 +-
pages/linux/abrt-cli.md | 2 +-
pages/linux/pivpn.md | 2 +-
16 files changed, 16 insertions(+), 18 deletions(-)
diff --git a/pages/common/babel.md b/pages/common/babel.md
index fe75c6968d..9fadc3323b 100644
--- a/pages/common/babel.md
+++ b/pages/common/babel.md
@@ -1,7 +1,7 @@
# babel
> A transpiler which converts code from JavaScript ES6/ES7 syntax to ES5 syntax.
-> More information: .
+> More information: .
- Transpile a specified input file and output to `stdout`:
diff --git a/pages/common/bower.md b/pages/common/bower.md
index b486d418ae..f4abefab3c 100644
--- a/pages/common/bower.md
+++ b/pages/common/bower.md
@@ -2,7 +2,7 @@
> A package manager optimized for front-end web development.
> A package can be a GitHub user/repo shorthand, a Git endpoint, a URL or a registered package.
-> More information: .
+> More information: .
- Install a project's dependencies, listed in its bower.json:
diff --git a/pages/common/codecrafters.md b/pages/common/codecrafters.md
index 284bcba5e0..2c95fc2818 100644
--- a/pages/common/codecrafters.md
+++ b/pages/common/codecrafters.md
@@ -1,7 +1,7 @@
# codecrafters
> Practice writing complex software.
-> More information: .
+> More information: .
- Run tests without committing changes:
diff --git a/pages/common/conan.md b/pages/common/conan.md
index 9e8ea691fd..6e48878992 100644
--- a/pages/common/conan.md
+++ b/pages/common/conan.md
@@ -2,7 +2,7 @@
> The open source, decentralized and cross-platform package manager to create and share all your native binaries.
> Some subcommands such as `frogarian` have their own usage documentation.
-> More information: .
+> More information: .
- Install packages based on `conanfile.txt`:
diff --git a/pages/common/ctags.md b/pages/common/ctags.md
index 2455c21d36..4bc32c1d0e 100644
--- a/pages/common/ctags.md
+++ b/pages/common/ctags.md
@@ -1,7 +1,7 @@
# ctags
> Generate an index (or tag) file of language objects found in source files for many popular programming languages.
-> More information: .
+> More information: .
- Generate tags for a single file, and output them to a file named "tags" in the current directory, overwriting the file if it exists:
diff --git a/pages/common/esbuild.md b/pages/common/esbuild.md
index 7ddfc02232..9fb7fc2354 100644
--- a/pages/common/esbuild.md
+++ b/pages/common/esbuild.md
@@ -1,7 +1,7 @@
# esbuild
> JavaScript bundler and minifier built for speed.
-> More information: .
+> More information: .
- Bundle a JavaScript application and print to `stdout`:
diff --git a/pages/common/hexo.md b/pages/common/hexo.md
index 521f316720..1d2a29761a 100644
--- a/pages/common/hexo.md
+++ b/pages/common/hexo.md
@@ -1,7 +1,7 @@
# hexo
> A fast, simple & powerful blog framework.
-> More information: .
+> More information: .
- Initialize a website:
diff --git a/pages/common/hugo.md b/pages/common/hugo.md
index 68f42cbf48..4155fc81b1 100644
--- a/pages/common/hugo.md
+++ b/pages/common/hugo.md
@@ -2,7 +2,7 @@
> Template-based static site generator. Uses modules, components, and themes.
> Some subcommands such as `server` have their own usage documentation.
-> More information: .
+> More information: .
- Create a new Hugo site:
diff --git a/pages/common/packer.md b/pages/common/packer.md
index 53979df146..ed45f67f83 100644
--- a/pages/common/packer.md
+++ b/pages/common/packer.md
@@ -1,7 +1,7 @@
# packer
> Build automated machine images.
-> More information: .
+> More information: .
- Build an image:
diff --git a/pages/common/prettier.md b/pages/common/prettier.md
index 309ccdb463..2439b4b2c1 100644
--- a/pages/common/prettier.md
+++ b/pages/common/prettier.md
@@ -1,7 +1,7 @@
# prettier
> An opinionated code formatter for JavaScript, JSON, CSS, YAML, and more.
-> More information: .
+> More information: .
- Format a file and print the result to `stdout`:
diff --git a/pages/common/streamlit.md b/pages/common/streamlit.md
index feef02114e..419af4d6b5 100644
--- a/pages/common/streamlit.md
+++ b/pages/common/streamlit.md
@@ -1,7 +1,7 @@
# streamlit
> Framework for creating interactive, data-driven web apps in Python.
-> More information: .
+> More information: .
- Check for the Streamlit installation:
diff --git a/pages/common/todoman.md b/pages/common/todoman.md
index 3546d61989..fd8d2763bb 100644
--- a/pages/common/todoman.md
+++ b/pages/common/todoman.md
@@ -1,8 +1,6 @@
# todoman
-> A simple, standards-based, cli todo manager.
-> `todoman` is a common name for the command `todo`, but not a command itself.
-> More information: .
+> This command is an alias of `todo`.
- View documentation for the original command:
diff --git a/pages/common/tqdm.md b/pages/common/tqdm.md
index 75887425af..2c5e380624 100644
--- a/pages/common/tqdm.md
+++ b/pages/common/tqdm.md
@@ -1,7 +1,7 @@
# tqdm
> Show progress over time of a command.
-> More information: .
+> More information: .
- Show iterations per second and use `stdout` afterwards:
diff --git a/pages/common/typeorm.md b/pages/common/typeorm.md
index a510c29818..644596ee57 100644
--- a/pages/common/typeorm.md
+++ b/pages/common/typeorm.md
@@ -1,7 +1,7 @@
# typeorm
> A JavaScript ORM that can run on Node.js, browser, Cordova, Ionic, React Native, NativeScript, and Electron platforms.
-> More information: .
+> More information: .
- Generate a new initial TypeORM project structure:
diff --git a/pages/linux/abrt-cli.md b/pages/linux/abrt-cli.md
index e3863d4b71..7b5984f212 100644
--- a/pages/linux/abrt-cli.md
+++ b/pages/linux/abrt-cli.md
@@ -2,7 +2,7 @@
> Automatic Bug Reporting Tool for Fedora-based systems.
> Used to detect, analyze, and report application crashes.
-> More information: .
+> More information: .
- List detected problems:
diff --git a/pages/linux/pivpn.md b/pages/linux/pivpn.md
index 38333e14dc..33c693c1e7 100644
--- a/pages/linux/pivpn.md
+++ b/pages/linux/pivpn.md
@@ -2,7 +2,7 @@
> Easy security-hardened OpenVPN setup and manager.
> Originally designed for the Raspberry Pi, but works on other Linux devices too.
-> More information: .
+> More information: .
- Add a new client device: