summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2017-12-02 16:43:46 +0100
committerDylan William Hardison <dylan@hardison.net>2017-12-02 16:43:46 +0100
commit46bcb831b9e32f825fef459b52bc12ceb3d7a7b3 (patch)
treec7c51335a074f1ec47ca377ba5537e4e173f1db0 /docs
parent19c3c22d1c4615cff0016cc7ea5efbcdd9e69294 (diff)
downloadbugzilla-46bcb831b9e32f825fef459b52bc12ceb3d7a7b3.tar.gz
bugzilla-46bcb831b9e32f825fef459b52bc12ceb3d7a7b3.tar.xz
Bug 1417980 - Fix non-HTTPS links and outdated links where possible
Diffstat (limited to 'docs')
-rw-r--r--docs/en/rst/about/index.rst4
-rw-r--r--docs/en/rst/integrating/apis.rst4
-rw-r--r--docs/en/rst/integrating/auth-delegation.rst2
-rw-r--r--docs/en/rst/integrating/extensions.rst4
-rw-r--r--docs/en/rst/integrating/languages.rst2
-rw-r--r--docs/en/rst/integrating/templates.rst2
-rw-r--r--docs/en/rst/using/tips.rst4
7 files changed, 11 insertions, 11 deletions
diff --git a/docs/en/rst/about/index.rst b/docs/en/rst/about/index.rst
index 239c6ecea..cdcea4d15 100644
--- a/docs/en/rst/about/index.rst
+++ b/docs/en/rst/about/index.rst
@@ -10,7 +10,7 @@ that tracks millions of bugs and issues for thousands of organizations around
the world.
The most current version of this document can always be found on the
-`Bugzilla website <http://www.bugzilla.org/docs/>`_.
+`Bugzilla website <https://www.bugzilla.org/docs/>`_.
.. _evaluating:
@@ -36,7 +36,7 @@ Google Group. Please
first, and then ask your question there.
If you need a guaranteed response, commercial support is
-`available <http://www.bugzilla.org/support/consulting.html>`_ for Bugzilla
+`available <https://www.bugzilla.org/support/consulting.html>`_ for Bugzilla
from a number of people and organizations.
.. _conventions:
diff --git a/docs/en/rst/integrating/apis.rst b/docs/en/rst/integrating/apis.rst
index 6067c12df..a02bc1a21 100644
--- a/docs/en/rst/integrating/apis.rst
+++ b/docs/en/rst/integrating/apis.rst
@@ -24,7 +24,7 @@ XML-RPC
=======
Bugzilla has an `XML-RPC API
-<http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Server/XMLRPC.html>`_.
+<https://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Server/XMLRPC.html>`_.
This will receive no further updates and will be removed in a future version
of Bugzilla.
@@ -34,7 +34,7 @@ JSON-RPC
========
Bugzilla has a `JSON-RPC API
-<http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Server/JSONRPC.html>`_.
+<https://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Server/JSONRPC.html>`_.
This will receive no further updates and will be removed in a future version
of Bugzilla.
diff --git a/docs/en/rst/integrating/auth-delegation.rst b/docs/en/rst/integrating/auth-delegation.rst
index bff460e4a..325f802a8 100644
--- a/docs/en/rst/integrating/auth-delegation.rst
+++ b/docs/en/rst/integrating/auth-delegation.rst
@@ -14,7 +14,7 @@ The authentication process begins by directing the user to th the Bugzilla site'
For the sake of this example, our application's URL is `http://app.example.org`
and the Bugzilla site is `http://bugzilla.mozilla.org`.
-1. Provide a link or redirect the user to `http://bugzilla.mozilla.org/auth.cgi?callback=http://app.example.org/callback&description=app%description`
+1. Provide a link or redirect the user to `https://bugzilla.mozilla.org/auth.cgi?callback=http://app.example.org/callback&description=app%description`
2. Assuming the user is agreeable, the following will happen:
1. Bugzilla will issue a POST request to `http://app.example.org/callback`
with a the request body data being a JSON object with keys `client_api_key` and `client_api_login`.
diff --git a/docs/en/rst/integrating/extensions.rst b/docs/en/rst/integrating/extensions.rst
index 18c5341d3..50f204746 100644
--- a/docs/en/rst/integrating/extensions.rst
+++ b/docs/en/rst/integrating/extensions.rst
@@ -12,7 +12,7 @@ written by other people on our wiki. You would need to
make sure that the extension in question works with your version of Bugzilla.
Or, you can write your own extension. See the `Bugzilla Extension
-documentation <http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/Extension.html>`_
+documentation <https://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/Extension.html>`_
for the core documentation on how to do that. It would make sense to read
the section on :ref:`templates`. There is also a sample extension in
:file:`$BUGZILLA_HOME/extensions/Example/` which gives examples of how to
@@ -184,7 +184,7 @@ bugs, except to comment and add themselves to the CC list.
Because this kind of change is such a common request, we have added a
specific hook for it that :ref:`extensions` can call. It's called
``bug_check_can_change_field``, and it's documented `in the Hooks
-documentation <http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/Hook.html#bug_check_can_change_field>`_.
+documentation <https://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/Hook.html#bug_check_can_change_field>`_.
Checking Syntax
===============
diff --git a/docs/en/rst/integrating/languages.rst b/docs/en/rst/integrating/languages.rst
index 01586d3fe..4d087a721 100644
--- a/docs/en/rst/integrating/languages.rst
+++ b/docs/en/rst/integrating/languages.rst
@@ -12,7 +12,7 @@ choice will override the ``Accept-Language`` header.
Many language templates can be obtained from
`the localization section of the Bugzilla website
-<http://www.bugzilla.org/download.html#localizations>`_. Instructions
+<https://www.bugzilla.org/download.html#localizations>`_. Instructions
for submitting new languages are also available from that location. There's
also a `list of localization teams
<https://wiki.mozilla.org/Bugzilla:L10n:Localization_Teams>`_; you might
diff --git a/docs/en/rst/integrating/templates.rst b/docs/en/rst/integrating/templates.rst
index f30b4a848..b477a9553 100644
--- a/docs/en/rst/integrating/templates.rst
+++ b/docs/en/rst/integrating/templates.rst
@@ -92,7 +92,7 @@ How To Edit Templates
.. note:: If you are making template changes that you intend on submitting
back for inclusion in standard Bugzilla, you should read the relevant
sections of the
- `Developers' Guide <http://www.bugzilla.org/docs/developer.html>`_.
+ `Developers' Guide <https://www.bugzilla.org/docs/developer.html>`_.
Bugzilla uses a templating system called Template Toolkit. The syntax of the
language is beyond the scope of this guide. It's reasonably easy to pick up by
diff --git a/docs/en/rst/using/tips.rst b/docs/en/rst/using/tips.rst
index 34274f728..53516a854 100644
--- a/docs/en/rst/using/tips.rst
+++ b/docs/en/rst/using/tips.rst
@@ -13,8 +13,8 @@ Bugzilla comments are plain text - so typing <U> will
produce less-than, U, greater-than rather than underlined text.
However, Bugzilla will automatically make hyperlinks out of certain
sorts of text in comments. For example, the text
-``http://www.bugzilla.org`` will be turned into a link:
-`<http://www.bugzilla.org>`_.
+``https://www.bugzilla.org`` will be turned into a link:
+`<https://www.bugzilla.org>`_.
Other strings which get linkified in the obvious manner are:
+ bug 12345