Skip to content

Commit fc3a8d0

Browse files
Managordmmqz
andauthored
*: use a more specific more info link, io domain (#17676)
Co-authored-by: Dylan <[email protected]>
1 parent 67b1190 commit fc3a8d0

File tree

16 files changed

+16
-18
lines changed

16 files changed

+16
-18
lines changed

pages/common/babel.md

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

33
> A transpiler which converts code from JavaScript ES6/ES7 syntax to ES5 syntax.
4-
> More information: <https://babeljs.io/>.
4+
> More information: <https://babeljs.io/docs/babel-cli>.
55
66
- Transpile a specified input file and output to `stdout`:
77

pages/common/bower.md

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

33
> A package manager optimized for front-end web development.
44
> A package can be a GitHub user/repo shorthand, a Git endpoint, a URL or a registered package.
5-
> More information: <https://bower.io/>.
5+
> More information: <https://bower.io/#getting-started>.
66
77
- Install a project's dependencies, listed in its bower.json:
88

pages/common/codecrafters.md

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

33
> Practice writing complex software.
4-
> More information: <https://codecrafters.io/>.
4+
> More information: <https://docs.codecrafters.io/cli/usage>.
55
66
- Run tests without committing changes:
77

pages/common/conan.md

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

33
> The open source, decentralized and cross-platform package manager to create and share all your native binaries.
44
> Some subcommands such as `frogarian` have their own usage documentation.
5-
> More information: <https://conan.io/>.
5+
> More information: <https://docs.conan.io/2/reference/commands.html>.
66
77
- Install packages based on `conanfile.txt`:
88

pages/common/ctags.md

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

33
> Generate an index (or tag) file of language objects found in source files for many popular programming languages.
4-
> More information: <https://ctags.io/>.
4+
> More information: <https://docs.ctags.io/en/latest/man/ctags.1.html>.
55
66
- Generate tags for a single file, and output them to a file named "tags" in the current directory, overwriting the file if it exists:
77

pages/common/esbuild.md

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

33
> JavaScript bundler and minifier built for speed.
4-
> More information: <https://esbuild.github.io/>.
4+
> More information: <https://esbuild.github.io/api/#general-options>.
55
66
- Bundle a JavaScript application and print to `stdout`:
77

pages/common/hexo.md

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

33
> A fast, simple & powerful blog framework.
4-
> More information: <https://hexo.io/>.
4+
> More information: <https://hexo.io/docs/commands>.
55
66
- Initialize a website:
77

pages/common/hugo.md

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

33
> Template-based static site generator. Uses modules, components, and themes.
44
> Some subcommands such as `server` have their own usage documentation.
5-
> More information: <https://gohugo.io>.
5+
> More information: <https://gohugo.io/commands/>.
66
77
- Create a new Hugo site:
88

pages/common/packer.md

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

33
> Build automated machine images.
4-
> More information: <https://www.packer.io/>.
4+
> More information: <https://developer.hashicorp.com/packer/docs/commands>.
55
66
- Build an image:
77

pages/common/prettier.md

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

33
> An opinionated code formatter for JavaScript, JSON, CSS, YAML, and more.
4-
> More information: <https://prettier.io/>.
4+
> More information: <https://prettier.io/docs/cli>.
55
66
- Format a file and print the result to `stdout`:
77

0 commit comments

Comments
 (0)