Przeglądaj źródła

Use Read The Docs for development docs

Ask Solem 12 lat temu
rodzic
commit
9abfd9114c
1 zmienionych plików z 1 dodań i 1 usunięć
  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 %}