Show More
@@ -220,13 +220,13 b' continuous hammering from the internet.' | |||
|
220 | 220 | .. _Python: http://www.python.org/ |
|
221 | 221 | .. _Gunicorn: http://gunicorn.org/ |
|
222 | 222 | .. _Gevent: http://www.gevent.org/ |
|
223 | .. _Waitress: http://waitress.readthedocs.org/en/latest/ | |
|
224 | .. _Gearbox: http://turbogears.readthedocs.io/en/latest/turbogears/gearbox.html | |
|
223 | .. _Waitress: https://docs.pylonsproject.org/projects/waitress/ | |
|
224 | .. _Gearbox: https://turbogears.readthedocs.io/en/latest/turbogears/gearbox.html | |
|
225 | 225 | .. _PyPI: https://pypi.python.org/pypi |
|
226 | 226 | .. _Apache httpd: http://httpd.apache.org/ |
|
227 | 227 | .. _mod_wsgi: https://code.google.com/p/modwsgi/ |
|
228 | 228 | .. _isapi-wsgi: https://github.com/hexdump42/isapi-wsgi |
|
229 |
.. _uWSGI: https://uwsgi-docs.readthedocs.o |
|
|
229 | .. _uWSGI: https://uwsgi-docs.readthedocs.io/ | |
|
230 | 230 | .. _nginx: http://nginx.org/en/ |
|
231 | 231 | .. _iis: http://en.wikipedia.org/wiki/Internet_Information_Services |
|
232 | 232 | .. _pip: http://en.wikipedia.org/wiki/Pip_%28package_manager%29 |
@@ -232,7 +232,7 b' Setting up Whoosh full text search' | |||
|
232 | 232 | |
|
233 | 233 | Kallithea provides full text search of repositories using `Whoosh`__. |
|
234 | 234 | |
|
235 |
.. __: https://whoosh.readthedocs.io/ |
|
|
235 | .. __: https://whoosh.readthedocs.io/ | |
|
236 | 236 | |
|
237 | 237 | For an incremental index build, run:: |
|
238 | 238 |
@@ -89,8 +89,8 b' a name and an address in the following f' | |||
|
89 | 89 | References |
|
90 | 90 | ---------- |
|
91 | 91 | |
|
92 |
- `Error Middleware (Pylons documentation) <http://pylons-webframework.readthedocs.o |
|
|
93 |
- `ErrorHandler (Pylons modules documentation) <http://pylons-webframework.readthedocs.o |
|
|
92 | - `Error Middleware (Pylons documentation) <https://pylons-webframework.readthedocs.io/en/latest/debugging.html#error-middleware>`_ | |
|
93 | - `ErrorHandler (Pylons modules documentation) <https://pylons-webframework.readthedocs.io/en/latest/modules/middleware.html#pylons.middleware.ErrorHandler>`_ | |
|
94 | 94 | |
|
95 | 95 | |
|
96 | 96 | .. _backlash: https://github.com/TurboGears/backlash |
@@ -75,7 +75,7 b' echo "Rebuild readthedocs for docs.kalli' | |||
|
75 | 75 | xdg-open https://readthedocs.org/projects/kallithea/ |
|
76 | 76 | curl -X POST http://readthedocs.org/build/kallithea |
|
77 | 77 | xdg-open https://readthedocs.org/projects/kallithea/builds |
|
78 | xdg-open http://docs.kallithea-scm.org/en/latest/ # or whatever the branch is | |
|
78 | xdg-open https://docs.kallithea-scm.org/en/latest/ # or whatever the branch is | |
|
79 | 79 | |
|
80 | 80 | twine upload dist/* |
|
81 | 81 | xdg-open https://pypi.python.org/pypi/Kallithea |
General Comments 0
You need to be logged in to leave comments.
Login now