Forráskód Böngészése

Fix link to conda constructor

Thomas Kluyver 8 éve
szülő
commit
f4bc510b0c
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      doc/faq.rst

+ 1 - 1
doc/faq.rst

@@ -87,7 +87,7 @@ Pynsist could do the same thing, but in my experience, this detection is complex
 misses things, so for now it expects an explicit list of the packages
 misses things, so for now it expects an explicit list of the packages
 your application needs.
 your application needs.
 
 
-Another alternative is `conda constructor https://github.com/conda/constructor`__,
+Another alternative is `conda constructor <https://github.com/conda/constructor>`__,
 which builds an installer out of conda packages. Conda packages are more
 which builds an installer out of conda packages. Conda packages are more
 flexible than PyPI packages, and many libraries are already packaged, but you
 flexible than PyPI packages, and many libraries are already packaged, but you
 have to make a conda package of your own code as well before using conda
 have to make a conda package of your own code as well before using conda