Browse Source

Use Read The Docs for development docs

Ask Solem 12 năm trước cách đây
mục cha
commit
9abfd9114c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/.templates/page.html

+ 1 - 1
docs/.templates/page.html

@@ -12,7 +12,7 @@
         {% else %}
         <p>
         This document describes Celery {{ version }}. For development docs,
-        <a href="http://celery.github.com/celery/{{ pagename }}{{ file_suffix }}">go here</a>.
+        <a href="http://docs.celeryproject.org/en/master/{{ pagename }}{{ file_suffix }}">go here</a>.
         </p>
     {% endif %}