summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2013-12-17 12:51:31 -0500
committerDan Winship <danw@gnome.org>2014-03-18 11:48:56 -0400
commit712ee6c512665dd43806ecc54147e7054fa4e4b2 (patch)
treedd3738b7b4739632d7daaea6dd3666b1ff740dec
parent66cae09acf8ec1a787930b9aee18344120970678 (diff)
downloadNetworkManager-712ee6c512665dd43806ecc54147e7054fa4e4b2.tar.gz
docs: update documentation links
Various GNOME services moved around so links need updating.
-rw-r--r--docs/libnm-glib/libnm-glib-docs.xml4
-rw-r--r--docs/libnm-util/libnm-util-docs.sgml2
-rwxr-xr-xexamples/python/add-connection.py2
-rwxr-xr-xexamples/ruby/add-connection.rb2
4 files changed, 5 insertions, 5 deletions
diff --git a/docs/libnm-glib/libnm-glib-docs.xml b/docs/libnm-glib/libnm-glib-docs.xml
index aa3c6332fe..77863aeca5 100644
--- a/docs/libnm-glib/libnm-glib-docs.xml
+++ b/docs/libnm-glib/libnm-glib-docs.xml
@@ -10,11 +10,11 @@
<releaseinfo>
for libnm-glib &version;
The latest version of this documentation can be found on-line at
- <ulink role="online-location" url="http://projects.gnome.org/NetworkManager/developers/libnm-glib/09/">http://projects.gnome.org/NetworkManager/developers/libnm-glib/09/</ulink>.
+ <ulink role="online-location" url="https://developer.gnome.org/libnm-glib/0.9/">https://developer.gnome.org/libnm-glib/0.9/</ulink>.
</releaseinfo>
<copyright>
- <year>2012</year>
+ <year>2012-2013</year>
<holder>The NetworkManager Authors</holder>
</copyright>
diff --git a/docs/libnm-util/libnm-util-docs.sgml b/docs/libnm-util/libnm-util-docs.sgml
index eaef262333..b2b34c36e0 100644
--- a/docs/libnm-util/libnm-util-docs.sgml
+++ b/docs/libnm-util/libnm-util-docs.sgml
@@ -11,7 +11,7 @@
<releaseinfo>
for libnm-util &version;
The latest version of this documentation can be found on-line at
- <ulink role="online-location" url="http://projects.gnome.org/NetworkManager/developers/libnm-util/09/">http://projects.gnome.org/NetworkManager/developers/libnm-util/09/</ulink>.
+ <ulink role="online-location" url="https://developer.gnome.org/libnm-util/0.9/">https://developer.gnome.org/libnm-util/0.9/</ulink>.
</releaseinfo>
<copyright>
diff --git a/examples/python/add-connection.py b/examples/python/add-connection.py
index 24b3f600d6..6df14c103c 100755
--- a/examples/python/add-connection.py
+++ b/examples/python/add-connection.py
@@ -21,7 +21,7 @@
# This example adds a new ethernet connection via AddConnection() D-Bus call.
#
# Configuration settings are described at
-# http://projects.gnome.org/NetworkManager/developers/api/09/ref-settings.html
+# https://developer.gnome.org/NetworkManager/0.9/ref-settings.html
#
import socket, struct, dbus, uuid
diff --git a/examples/ruby/add-connection.rb b/examples/ruby/add-connection.rb
index 4256848f3c..6af723bf13 100755
--- a/examples/ruby/add-connection.rb
+++ b/examples/ruby/add-connection.rb
@@ -28,7 +28,7 @@ require 'ipaddr'
# and "clone-mac-address".
#
# Configuration settings are described here:
-# http://projects.gnome.org/NetworkManager/developers/api/09/ref-settings.html
+# https://developer.gnome.org/NetworkManager/0.9/ref-settings.html
#
# Helper functions