pages/common/*: fix broken links (#12821)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# bru
|
||||
|
||||
> CLI for Bruno, an Opensource IDE for exploring and testing APIs.
|
||||
> More information: <https://docs.usebruno.com/cli/overview.html>.
|
||||
> More information: <https://docs.usebruno.com/bru-cli/overview>.
|
||||
|
||||
- Run all request files from the current directory:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Command-line interface to the Haskell package infrastructure (Cabal).
|
||||
> Manage Haskell projects and Cabal packages from the Hackage package repository.
|
||||
> More information: <https://cabal.readthedocs.io/en/latest/intro.html>.
|
||||
> More information: <https://cabal.readthedocs.io/en/latest/getting-started.html>.
|
||||
|
||||
- Search and list packages from Hackage:
|
||||
|
||||
|
@@ -1,12 +0,0 @@
|
||||
# clash
|
||||
|
||||
> A rule-based tunnel in Go.
|
||||
> More information: <https://github.com/Dreamacro/clash/wiki>.
|
||||
|
||||
- Specify a configuration [d]irectory:
|
||||
|
||||
`clash -d {{path/to/directory}}`
|
||||
|
||||
- Specify a configuration [f]ile:
|
||||
|
||||
`clash -f {{path/to/configuration_file}}`
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> A barebone deezer downloader library built from the ashes of Deezloader Remix.
|
||||
> It can be used as a standalone CLI app or implemented in a UI using the API.
|
||||
> More information: <https://deemix.app>.
|
||||
> More information: <https://gitlab.com/RemixDev/deemix-py>.
|
||||
|
||||
- Download a track or playlist:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# docker-machine
|
||||
|
||||
> Create and manage machines running Docker.
|
||||
> More information: <https://docs.docker.com/machine/reference/>.
|
||||
> More information: <https://github.com/docker/machine>.
|
||||
|
||||
- List currently running Docker machines:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# gcloud info
|
||||
|
||||
> Display information about the current `gcloud` environment.
|
||||
> More information: <https://cloud.google.com/sdk/gcloud/reference/topic/info>.
|
||||
> More information: <https://cloud.google.com/sdk/gcloud/reference/info>.
|
||||
|
||||
- Display `gcloud` environment information:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# golangci-lint
|
||||
|
||||
> Parallelized, smart and fast Go linters runner that integrates with all major IDEs and supports YAML configuration.
|
||||
> More information: <https://golangci-lint.run/usage/quick-start/>.
|
||||
> More information: <https://golangci-lint.run/welcome/quick-start/>.
|
||||
|
||||
- Run linters in the current folder:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# hub browse
|
||||
|
||||
> Open a GitHub repository in the browser or print the URL.
|
||||
> More information: <https://cli.github.com/manual/hub_browse>.
|
||||
> More information: <https://hub.github.com/hub-browse.1.html>.
|
||||
|
||||
- Open the homepage of the current repository in the default web browser:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Check internet-drafts for submission nits.
|
||||
> Looks for violations of Section 2.1 and 2.2 of the requirements listed on <https://www.ietf.org/id-info/checklist>.
|
||||
> More information: <https://tools.ietf.org/tools/idnits/>.
|
||||
> More information: <https://github.com/ietf-tools/idnits>.
|
||||
|
||||
- Check a file for nits:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# jdupes
|
||||
|
||||
> A powerful duplicate file finder and an enhanced fork of fdupes.
|
||||
> More information: <https://github.com/jbruchon/jdupes>.
|
||||
> More information: <https://codeberg.org/jbruchon/jdupes>.
|
||||
|
||||
- Search a single directory:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# nf-core
|
||||
|
||||
> The nf-core framework tools, to create, check and develop best-practice guidelines for Nextflow.
|
||||
> More information: <https://nf-co.re/tools>.
|
||||
> More information: <https://nf-co.re/docs/nf-core-tools>.
|
||||
|
||||
- List existing pipelines on nf-core:
|
||||
|
||||
|
@@ -1,7 +1,8 @@
|
||||
# pnpx
|
||||
|
||||
> Directly execute binaries from npm packages, using `pnpm` instead of `npm`.
|
||||
> More information: <https://pnpm.io/pnpx-cli>.
|
||||
> Note: This command is deprecated! Use `pnpm exec` and `pnpm dlx` instead.
|
||||
> More information: <https://web.archive.org/web/20220117192755/https://pnpm.io/pnpx-cli>.
|
||||
|
||||
- Execute the binary from a given npm module:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# qemu-img
|
||||
|
||||
> Create and manipulate Quick Emulator Virtual HDD images.
|
||||
> More information: <https://qemu.readthedocs.io/en/latest/tools/qemu-img.html>.
|
||||
> More information: <https://qemu.readthedocs.io/en/master/tools/qemu-img.html>.
|
||||
|
||||
- Create disk image with a specific size (in gigabytes):
|
||||
|
||||
|
Reference in New Issue
Block a user