From 46bcb831b9e32f825fef459b52bc12ceb3d7a7b3 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Sat, 2 Dec 2017 10:43:46 -0500 Subject: Bug 1417980 - Fix non-HTTPS links and outdated links where possible --- docs/en/rst/integrating/apis.rst | 4 ++-- docs/en/rst/integrating/auth-delegation.rst | 2 +- docs/en/rst/integrating/extensions.rst | 4 ++-- docs/en/rst/integrating/languages.rst | 2 +- docs/en/rst/integrating/templates.rst | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/en/rst/integrating') 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 -`_. +`_. 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 -`_. +`_. 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 `_ +documentation `_ 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 `_. +documentation `_. 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 -`_. Instructions +`_. Instructions for submitting new languages are also available from that location. There's also a `list of 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 `_. + `Developers' Guide `_. 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 -- cgit v1.2.3-24-g4f1b