소스 검색

Fix link to conda constructor

Thomas Kluyver 8 년 전
부모
커밋
f4bc510b0c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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