From fda7fcd73dba91bcd1016e3beffc47a4e692fad9 Mon Sep 17 00:00:00 2001
From: "Adam J. Stewart" <ajstewart426@gmail.com>
Date: Tue, 23 Aug 2016 13:58:33 -0500
Subject: [PATCH] Fix #1594, duplicate explicit target name

---
 lib/spack/docs/basic_usage.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/spack/docs/basic_usage.rst b/lib/spack/docs/basic_usage.rst
index 342c93d609..ae7a3762c6 100644
--- a/lib/spack/docs/basic_usage.rst
+++ b/lib/spack/docs/basic_usage.rst
@@ -906,7 +906,7 @@ Integration with module systems
    versions.
 
 Spack provides some integration with
-`Environment Modules <http://modules.sourceforge.net/>`_
+`Environment Modules <http://modules.sourceforge.net/>`__
 and `Dotkit <https://computing.llnl.gov/?set=jobs&page=dotkit>`_ to make
 it easier to use the packages it installed.
 
@@ -972,7 +972,7 @@ When you install a package with Spack, it automatically generates a module file
 that lets you add the package to your environment.
 
 Currently, Spack supports the generation of `Environment Modules
-<http://wiki.tcl.tk/12999>`_ and `Dotkit
+<http://wiki.tcl.tk/12999>`__ and `Dotkit
 <https://computing.llnl.gov/?set=jobs&page=dotkit>`_.  Generated
 module files for each of these systems can be found in these
 directories:
-- 
GitLab