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:
@@ -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}}`
|
||||
|
||||
|
@@ -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}}`
|
||||
|
||||
|
@@ -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}}`
|
||||
|
@@ -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`
|
||||
|
@@ -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`
|
||||
|
||||
|
@@ -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`
|
||||
|
||||
|
@@ -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}}`
|
||||
|
||||
|
@@ -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}}`
|
||||
|
||||
|
@@ -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/}}`
|
||||
|
||||
|
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user