Fix syntax of "More information" links (#5050)

translation-badges
Waldir Pimenta 2020-12-29 11:46:54 +00:00 committed by GitHub
parent 8b80cf08b8
commit 5430739f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 17 additions and 17 deletions

View File

@ -1,7 +1,7 @@
# arc
> Arcanist: A CLI for Phabricator.
> More information <https://secure.phabricator.com/book/phabricator/article/arcanist/>.
> More information: <https://secure.phabricator.com/book/phabricator/article/arcanist/>.
- Send the changes to Differential for review:

View 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 an UI using the API.
> More Information: <https://deemix.app>.
> More information: <https://deemix.app>.
- Download a track or playlist:

View File

@ -1,7 +1,7 @@
# eva
> Simple calculator REPL, similar to `bc`, with syntax highlighting and persistent history.
> More information <https://github.com/NerdyPepper/eva>.
> More information: <https://github.com/NerdyPepper/eva>.
- Run the calculator in interactive mode:

View File

@ -2,7 +2,7 @@
> Fast Node.js version manager.
> Install, uninstall or switch between Node.js versions.
> More info: <https://github.com/Schniz/fnm>.
> More information: <https://github.com/Schniz/fnm>.
- Install a specific version of Node.js:

View File

@ -1,7 +1,7 @@
# glow
> Render Markdown in the terminal.
> More infomration: <https://github.com/charmbracelet/glow>.
> More information: <https://github.com/charmbracelet/glow>.
- Run glow and select a file to view:

View File

@ -1,7 +1,7 @@
# IPython
> A Python shell with automatic history, dynamic object introspection, easier configuration, command completion, access to the system shell and more.
> More information: https://ipython.org/documentation.html.
> More information: <https://ipython.org/documentation.html>.
- Start an interactive IPython session:

View File

@ -1,7 +1,7 @@
# kotlin
> Kotlin Application Launcher.
> More information <https://kotlinlang.org>.
> More information: <https://kotlinlang.org>.
- Run a jar file:

View File

@ -1,7 +1,7 @@
# nativefier
> Command-line tool to create a desktop app for any web site with minimal configuration.
> More information <https://github.com/jiahaog/nativefier>.
> More information: <https://github.com/jiahaog/nativefier>.
- Make a desktop app for a website:

View File

@ -1,7 +1,7 @@
# notmuch
> Command-line based program for indexing, searching, reading, and tagging large collections of email messages.
> More Information: <https://notmuchmail.org/manpages/>.
> More information: <https://notmuchmail.org/manpages/>.
- Configure for first use:

View File

@ -1,8 +1,8 @@
# virsh
> Manage virsh guest domains.
> More information: <https://libvirt.org/virshcmdref.html>.
> NOTE: 'guest_id' can be the id, name or UUID of the guest.
> More information: <https://libvirt.org/virshcmdref.html>.
- Connect to a hypervisor session:

View File

@ -1,7 +1,7 @@
# efibootmgr
> Manipulate the UEFI Boot Manager (the Bootoptions).
> More information: https://linux.die.net/man/8/efibootmgr.
> More information: <https://linux.die.net/man/8/efibootmgr>.
- List the current settings / bootnums:

View File

@ -1,7 +1,7 @@
# Homeshick
# homeshick
> Synchronize Git dotfiles.
> More information <https://github.com/andsens/homeshick/wiki>.
> More information: <https://github.com/andsens/homeshick/wiki>.
- Create a new castle:

View File

@ -1,7 +1,7 @@
# netselect
> Speed test for choosing a fast network server.
> More information: <https://github.com/apenwarr/netselect> .
> More information: <https://github.com/apenwarr/netselect>.
- Choose the server with the lowest latency:

View File

@ -1,7 +1,7 @@
# rofi
> An application launcher and window switcher.
> More Information: <https://github.com/davatorium/rofi>.
> More information: <https://github.com/davatorium/rofi>.
- Show the list of apps:

View File

@ -1,7 +1,7 @@
# vgs
> Display information about LVM volume groups.
> More information: https://man7.org/linux/man-pages/man8/vgs.8.html .
> More information: <https://man7.org/linux/man-pages/man8/vgs.8.html>.
- Display information about volume groups:

View File

@ -2,7 +2,7 @@
> Prompts the user to select one item from a list of single-character choices in a batch program, and then returns the index of the selected choice.
> If used without parameters, choice displays the default choices Y and N.
> More Information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/choice>.
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/choice>.
- A,B and C as list of choices to be used: