doc: Remove extra quotes around URLs.
* doc/guix.texi (Invoking guix import): Remove extraneous quotes around URLs.
This commit is contained in:
parent
d8b6fcdeda
commit
840bd1d358
|
@ -3885,15 +3885,15 @@ information. Currently the supported repositories and their identifiers
|
||||||
are:
|
are:
|
||||||
@itemize -
|
@itemize -
|
||||||
@item
|
@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.
|
identifier. This is the default.
|
||||||
|
|
||||||
@item
|
@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.
|
@code{melpa-stable} identifier.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
@uref{"http://melpa.org/packages", MELPA}, selected by the @code{melpa}
|
@uref{http://melpa.org/packages, MELPA}, selected by the @code{melpa}
|
||||||
identifier.
|
identifier.
|
||||||
@end itemize
|
@end itemize
|
||||||
@end table
|
@end table
|
||||||
|
|
Loading…
Reference in New Issue