summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Akulich <akulichalexander@gmail.com>2019-11-08 23:00:22 +0300
committerAlexander Akulich <akulichalexander@gmail.com>2019-11-09 01:09:11 +0300
commit05920f59374f3751313e94af826e2696dec5eb29 (patch)
tree26796fb1c77479d6285890dad89bcb55b3fab908
parentaea1aa34b223c1bdd5e232b4c33c057a13a51d6e (diff)
Docs: Use https rather than http
-rw-r--r--TelepathyQt/main.dox30
-rw-r--r--doxygen.cfg.in20
2 files changed, 25 insertions, 25 deletions
diff --git a/TelepathyQt/main.dox b/TelepathyQt/main.dox
index b2e49605..0cd6a38f 100644
--- a/TelepathyQt/main.dox
+++ b/TelepathyQt/main.dox
@@ -1,7 +1,7 @@
/*
* This file is part of TelepathyQt
*
- * @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/>
+ * @copyright Copyright (C) 2008 Collabora Ltd. <https://www.collabora.co.uk/>
* @copyright Copyright (C) 2008 Nokia Corporation
*
* This library is free software; you can redistribute it and/or
@@ -30,8 +30,8 @@
* messaging, voice calls and video calls. It abstracts differences between protocols to
* provide a unified interface for applications.
*
- * [Releases](http://telepathy.freedesktop.org/releases/telepathy-qt) -
- * [Git repository](http://cgit.freedesktop.org/telepathy/telepathy-qt/)
+ * [Releases](https://telepathy.freedesktop.org/releases/telepathy-qt) -
+ * [Git repository](https://cgit.freedesktop.org/telepathy/telepathy-qt/)
*
* \section documentation Documentation
* Getting started:
@@ -72,20 +72,20 @@
* \subsection installation_from_source_requirements Requirements
*
* Building TelepathyQt requires:
- * - Qt, including QtDBus <http://www.qt.io/>
- * - GNU make <http://www.gnu.org/software/make/>
- * - pkg-config <http://ftp.gnome.org/pub/GNOME/sources/pkg-config/>
- * - libxslt, xsltproc <http://xmlsoft.org/XSLT/>
- * - Python <http://www.python.org/>
+ * - Qt, including QtDBus <https://www.qt.io/>
+ * - GNU make <https://www.gnu.org/software/make/>
+ * - pkg-config <https://ftp.gnome.org/pub/GNOME/sources/pkg-config/>
+ * - libxslt, xsltproc <https://xmlsoft.org/XSLT/>
+ * - Python <https://www.python.org/>
*
* For the full set of regression tests to run, you'll also need:
- * - telepathy-glib <http://telepathy.freedesktop.org/releases/telepathy-glib/>
+ * - telepathy-glib <https://telepathy.freedesktop.org/releases/telepathy-glib/>
*
* and to build the example VoIP call UI (examples/call), you'll need:
- * - telepathy-glib <http://telepathy.freedesktop.org/releases/telepathy-glib/>
+ * - telepathy-glib <https://telepathy.freedesktop.org/releases/telepathy-glib/>
* - telepathy-farstream
- * <http://telepathy.freedesktop.org/releases/telepathy-farstream/>
- * - GStreamer <http://gstreamer.freedesktop.org/>
+ * <https://telepathy.freedesktop.org/releases/telepathy-farstream/>
+ * - GStreamer <https://gstreamer.freedesktop.org/>
*
* Building also requires the cmake build system.
*
@@ -117,16 +117,16 @@
/**
* \page mailing_lists Mailing Lists
*
- * [General discussion list](http://lists.freedesktop.org/mailman/listinfo/telepathy)
+ * [General discussion list](https://lists.freedesktop.org/mailman/listinfo/telepathy)
* \n
* This list should be used for general discussion about \telepathy usage,
* development.
*
- * [Commits list](http://lists.freedesktop.org/mailman/listinfo/telepathy-commits)
+ * [Commits list](https://lists.freedesktop.org/mailman/listinfo/telepathy-commits)
* \n
* Subscribe to this list to follow the commits.
*
- * [Bugs list](http://lists.freedesktop.org/mailman/listinfo/telepathy-bugs)
+ * [Bugs list](https://lists.freedesktop.org/mailman/listinfo/telepathy-bugs)
* \n
* Subscribe to this list to follow the bug reports.
*/
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index 314b2603..69872134 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -279,15 +279,15 @@ ALIASES = "intern=\par<b>Internal use only.</b>" \
"short=@brief " \
"FIXME=\xrefitem fixme \"Fixme\" \"Fixme\"" \
"bc=\xrefitem bc \"Binary Compatible\" \"Binary Compatible\"" \
- "telepathy=<a href=\"http://telepathy.freedesktop.org\">Telepathy</a>" \
- "telepathy_spec=<a href=\"http://telepathy.freedesktop.org/spec/\">Telepathy specification</a>" \
- "dbus=<a href=\"http://dbus.freedesktop.org\">D-Bus</a>" \
- "artistic=<a href=\"http://www.opensource.org/licenses/artistic-license.php\">Artistic</a>" \
- "bsd=<a href=\"http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5\">BSD</a>" \
- "x11=<a href=\"http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3\">X11</a>" \
- "gpl=<a href=\"http://www.fsf.org/licensing/licenses/gpl.html#SEC1\">GPL</a>" \
- "lgpl=<a href=\"http://www.fsf.org/licensing/licenses/lgpl.html#SEC1\">LGPL</a>" \
- "qpl=<a href=\"http://www.trolltech.com/products/qt/licenses\">QPL</a>"
+ "telepathy=<a href=\"https://telepathy.freedesktop.org\">Telepathy</a>" \
+ "telepathy_spec=<a href=\"https://telepathy.freedesktop.org/spec/\">Telepathy specification</a>" \
+ "dbus=<a href=\"https://dbus.freedesktop.org\">D-Bus</a>" \
+ "artistic=<a href=\"https://www.opensource.org/licenses/artistic-license.php\">Artistic</a>" \
+ "bsd=<a href=\"https://www.xfree86.org/3.3.6/COPYRIGHT2.html#5\">BSD</a>" \
+ "x11=<a href=\"https://www.xfree86.org/3.3.6/COPYRIGHT2.html#3\">X11</a>" \
+ "gpl=<a href=\"https://www.fsf.org/licensing/licenses/gpl.html#SEC1\">GPL</a>" \
+ "lgpl=<a href=\"https://www.fsf.org/licensing/licenses/lgpl.html#SEC1\">LGPL</a>" \
+ "qpl=<a href=\"https://www.trolltech.com/products/qt/licenses\">QPL</a>"
# This tag can be used to specify a number of word-keyword mappings (TCL only).
# A mapping has the form "name=value". For example adding "class=itcl::class"
@@ -1613,7 +1613,7 @@ MATHJAX_FORMAT = HTML-CSS
# The default value is: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/.
# This tag requires that the tag USE_MATHJAX is set to YES.
-MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
+MATHJAX_RELPATH = https://cdn.mathjax.org/mathjax/latest
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
# extension names that should be enabled during MathJax rendering. For example