diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2015-07-08 12:37:00 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-08 12:37:00 +0200 |
| commit | 840bd1d358fd7270cf61dc03998eaf08fa110fdb (patch) | |
| tree | 58ceb962b64d0d371495010fe6bb716fe8fb5660 /doc | |
| parent | d8b6fcdeda5c409c7cf89ea769b34cc7d6983ed8 (diff) | |
doc: Remove extra quotes around URLs.
* doc/guix.texi (Invoking guix import): Remove extraneous quotes around URLs.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 585017f5cff..e59353b7c5c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -3885,15 +3885,15 @@ information. Currently the supported repositories and their identifiers | |||
| 3885 | are: | 3885 | are: |
| 3886 | @itemize - | 3886 | @itemize - |
| 3887 | @item | 3887 | @item |
| 3888 | @uref{"http://elpa.gnu.org/packages", GNU}, selected by the @code{gnu} | 3888 | @uref{http://elpa.gnu.org/packages, GNU}, selected by the @code{gnu} |
| 3889 | identifier. This is the default. | 3889 | identifier. This is the default. |
| 3890 | 3890 | ||
| 3891 | @item | 3891 | @item |
| 3892 | @uref{"http://stable.melpa.org/packages", MELPA-Stable}, selected by the | 3892 | @uref{http://stable.melpa.org/packages, MELPA-Stable}, selected by the |
| 3893 | @code{melpa-stable} identifier. | 3893 | @code{melpa-stable} identifier. |
| 3894 | 3894 | ||
| 3895 | @item | 3895 | @item |
| 3896 | @uref{"http://melpa.org/packages", MELPA}, selected by the @code{melpa} | 3896 | @uref{http://melpa.org/packages, MELPA}, selected by the @code{melpa} |
| 3897 | identifier. | 3897 | identifier. |
| 3898 | @end itemize | 3898 | @end itemize |
| 3899 | @end table | 3899 | @end table |
