Commit b76cae14 authored by Michal Čihař's avatar Michal Čihař

Fix several external links

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 99b94ec7
......@@ -9,7 +9,7 @@ Requirements
------------
Python (2.7)
http://www.python.org/
https://www.python.org/
Django (>= 1.5) (Django 1.6 is supported since Weblate 1.9)
https://www.djangoproject.com/
Translate-toolkit (>= 1.9.0, 1.10.0 or newer strongly recommended)
......@@ -23,7 +23,7 @@ python-social-auth (>= 0.1.17, < 0.1.24)
Whoosh (>= 2.5, 2.5.2 is recommended)
http://bitbucket.org/mchaput/whoosh/
PIL or Pillow library
http://python-imaging.github.io/
https://python-pillow.github.io/
lxml (>= 3.1.0)
http://lxml.de/
South (>= 1.0)
......
......@@ -88,7 +88,7 @@ To enable this service, add ``trans.machine.google.GoogleWebTranslation`` to
.. seealso::
http://translate.google.com/
https://translate.google.com/
.. _ms-translate:
......@@ -105,7 +105,7 @@ To enable this service, add ``trans.machine.microsoft.MicrosoftTranslation`` to
.. seealso::
:setting:`MT_MICROSOFT_ID`, :setting:`MT_MICROSOFT_SECRET`,
http://www.microsofttranslator.com/,
http://www.bing.com/translator/,
https://datamarket.azure.com/developer/applications/
.. _mymemory:
......
......@@ -44,7 +44,7 @@ Using prebuilt appliance
Adding translation
------------------
#. Open admin interface (http://example.org/admin/) and create project you
#. Open admin interface (http://localhost/admin/) and create project you
want to translate. See :ref:`project` for more details.
All you need to specify here is project name and it's website.
......
......@@ -32,21 +32,31 @@ repository has been updated.
Weblate service hook in repository settings and set URL to URL of your
Weblate installation.
.. seealso:: http://help.github.com/post-receive-hooks/ :setting:`ENABLE_HOOKS`
.. seealso::
https://help.github.com/articles/creating-webhooks
:setting:`ENABLE_HOOKS`
.. describe:: POST /hooks/gitlab/
Special hook for handling GitLab notifications and automatically updating
matching subprojects.
.. seealso:: http://doc.gitlab.com/ce/web_hooks/web_hooks.html :setting:`ENABLE_HOOKS`
.. seealso::
http://doc.gitlab.com/ce/web_hooks/web_hooks.html
:setting:`ENABLE_HOOKS`
.. describe:: POST /hooks/bitbucket/
Special hook for handling Bitbucket notifications and automatically
updating matching subprojects.
.. seealso:: https://confluence.atlassian.com/display/BITBUCKET/POST+Service+Management https://confluence.atlassian.com/display/BITBUCKET/Writing+Brokers+for+Bitbucket :setting:`ENABLE_HOOKS`
.. seealso::
https://confluence.atlassian.com/display/BITBUCKET/Write+brokers+%28hooks%29+for+Bitbucket
https://confluence.atlassian.com/display/BITBUCKET/POST+hook+management
:setting:`ENABLE_HOOKS`
.. _exports:
......
......@@ -19,6 +19,6 @@ Travis <https://travis-ci.org/nijel/weblate> and coverage on Coveralls
Translating
-----------
Weblate is being translated using Weblate on <http://l10n.cihar.com/>, feel
Weblate is being translated using Weblate on <https://l10n.cihar.com/>, feel
free to join us in effort to make Weblate available in as many world languages
as possible.
......@@ -29,25 +29,25 @@ Shields.IO badge often used to quickly see status of a project:
.. image:: ../images/weblate-shields-badge.svg
:alt: Translation status
:target: http://l10n.cihar.com/engage/weblate/?utm_source=widget
:target: https://l10n.cihar.com/engage/weblate/?utm_source=widget
Small badge often used to quickly see status of a project:
.. image:: ../images/weblate-status-badge.png
:alt: Translation status
:target: http://l10n.cihar.com/engage/weblate/?utm_source=widget
:target: https://l10n.cihar.com/engage/weblate/?utm_source=widget
Big badge with status details useful for inclusion on a web page:
.. image:: ../images/weblate-287x66-white.png
:alt: Translation status
:target: http://l10n.cihar.com/engage/weblate/?utm_source=widget
:target: https://l10n.cihar.com/engage/weblate/?utm_source=widget
Small badge with status useful for inclusion on a web page:
.. image:: ../images/weblate-88x31-grey.png
:alt: Translation status
:target: http://l10n.cihar.com/engage/weblate/?utm_source=widget
:target: https://l10n.cihar.com/engage/weblate/?utm_source=widget
All these badges come with links to simple page which explains users how to
translate using Weblate:
......
......@@ -161,9 +161,9 @@ Omitting format string from translation usually cause severe problems, so you
should really keep the format string matching the original one.
.. seealso::
`Python string formatting <http://docs.python.org/2.7/library/stdtypes.html#string-formatting>`_,
`Python brace format <http://docs.python.org/3.3/library/string.html#string-formatting>`_,
`PHP format strings <http://www.php.net/manual/en/function.sprintf.php>`_,
`Python string formatting <https://docs.python.org/2.7/library/stdtypes.html#string-formatting>`_,
`Python brace format <https://docs.python.org/3.3/library/string.html#string-formatting>`_,
`PHP format strings <https://php.net/manual/en/function.sprintf.php>`_,
`C printf format <https://en.wikipedia.org/wiki/Printf_format_string>`_
.. _check-plurals:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment