pages/*: add < > around links in example descriptions (#10594)

* pages/*: add `< >` around links in example descriptions

* Apply suggestions from code review

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* apm: add `< >` to the English page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Lena
2023-09-10 15:21:33 +02:00
committed by GitHub
parent 1dae6c83ab
commit 8d3737dcbf
26 changed files with 31 additions and 31 deletions

View File

@@ -4,7 +4,7 @@
> See `atom`.
> More information: <https://github.com/atom/apm>.
- Install a package from http://atom.io/packages or a theme from http://atom.io/themes:
- Install a package from <http://atom.io/packages> or a theme from <http://atom.io/themes>:
`apm install {{package}}`

View File

@@ -4,11 +4,11 @@
> Note: e-books must already be imported into the library using the GUI or the `calibredb` CLI.
> More information: <https://manual.calibre-ebook.com/generated/en/calibre-server.html>.
- Start a server to distribute e-books. Access at http://localhost:8080:
- Start a server to distribute e-books. Access at <http://localhost:8080>:
`calibre-server`
- Start server on different port. Access at http://localhost:port:
- Start server on different port. Access at <http://localhost:port>:
`calibre-server --port {{port}}`

View File

@@ -23,6 +23,6 @@
`elm reactor`
- Install Elm package from https://package.elm-lang.org:
- Install Elm package from <https://package.elm-lang.org>:
`elm install {{author}}/{{package}}`

View File

@@ -15,6 +15,6 @@
`etcd --name {{my_etcd_cluster}}`
- Start a single-node etcd cluster with extensive metrics available at http://localhost:2379/debug/pprof/:
- Start a single-node etcd cluster with extensive metrics available at <http://localhost:2379/debug/pprof/>:
`etcd --enable-pprof --metrics extensive`

View File

@@ -7,7 +7,7 @@
`gh auth login`
- Log in with a token from `stdin` (created in https://github.com/settings/tokens):
- Log in with a token from `stdin` (created in <https://github.com/settings/tokens>):
`echo {{your_token}} | gh auth login --with-token`

View File

@@ -12,7 +12,7 @@
`gh configure`
- List notifications for the current account (as would be seen in https://github.com/notifications):
- List notifications for the current account (as would be seen in <https://github.com/notifications>):
`gh notifications`

View File

@@ -7,7 +7,7 @@
`hugo new site {{path/to/site}}`
- Create a new Hugo theme (themes may also be downloaded from https://themes.gohugo.io/):
- Create a new Hugo theme (themes may also be downloaded from <https://themes.gohugo.io/>):
`hugo new theme {{theme_name}}`

View File

@@ -23,7 +23,7 @@
`jhipster entity {{entity_name}}`
- Import a JDL file to configure your application (see: https://start.jhipster.tech/jdl-studio/):
- Import a JDL file to configure your application (see: <https://start.jhipster.tech/jdl-studio/>):
`jhipster import-jdl {{first_file.jh second_file.jh ... n_file.jh}}`

View File

@@ -3,7 +3,7 @@
> Command-line client to check HTML documents and websites for broken links.
> More information: <https://linkchecker.github.io/linkchecker/>.
- Find broken links on https://example.com/:
- Find broken links on <https://example.com/>:
`linkchecker {{https://example.com/}}`

View File

@@ -31,6 +31,6 @@
`wpscan --url {{url}} --usernames {{username|path/to/usernames.txt}} --passwords {{path/to/passwords.txt}} threads {{20}}`
- Scan a WordPress website, collecting vulnerability data from the WPVulnDB (https://wpvulndb.com/):
- Scan a WordPress website, collecting vulnerability data from the WPVulnDB (<https://wpvulndb.com/>):
`wpscan --url {{url}} --api-token {{token}}`