summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-07-08 12:37:00 +0200
committerLudovic Courtès <ludo@gnu.org>2015-07-08 12:37:00 +0200
commit840bd1d358fd7270cf61dc03998eaf08fa110fdb (patch)
tree58ceb962b64d0d371495010fe6bb716fe8fb5660 /doc
parentd8b6fcdeda5c409c7cf89ea769b34cc7d6983ed8 (diff)
downloadguix-patches-840bd1d358fd7270cf61dc03998eaf08fa110fdb.tar
guix-patches-840bd1d358fd7270cf61dc03998eaf08fa110fdb.tar.gz
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.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 585017f5cf..e59353b7c5 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -3885,15 +3885,15 @@ information. Currently the supported repositories and their identifiers
are:
@itemize -
@item
-@uref{"http://elpa.gnu.org/packages", GNU}, selected by the @code{gnu}
+@uref{http://elpa.gnu.org/packages, GNU}, selected by the @code{gnu}
identifier. This is the default.
@item
-@uref{"http://stable.melpa.org/packages", MELPA-Stable}, selected by the
+@uref{http://stable.melpa.org/packages, MELPA-Stable}, selected by the
@code{melpa-stable} identifier.
@item
-@uref{"http://melpa.org/packages", MELPA}, selected by the @code{melpa}
+@uref{http://melpa.org/packages, MELPA}, selected by the @code{melpa}
identifier.
@end itemize
@end table