Kaynağa Gözat

Fix link to conda constructor

Thomas Kluyver 8 yıl önce
ebeveyn
işleme
f4bc510b0c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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
 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
 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