summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2013-12-17 12:51:31 -0500
committerDan Williams <dcbw@redhat.com>2013-12-17 12:07:51 -0600
commit74372f9f11de11db655cf1031a7da645da7b0777 (patch)
tree75776b0ffec49ddf794c14877ef5e5c2e8665e6e
parent2940ef7a6300be94c126879162eae3b98393ffab (diff)
downloadNetworkManager-74372f9f11de11db655cf1031a7da645da7b0777.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/dbus/add-connection.py2
-rwxr-xr-xexamples/python/gi/firewall-zone.py2
-rwxr-xr-xexamples/ruby/add-connection.rb2
5 files changed, 6 insertions, 6 deletions
diff --git a/docs/libnm-glib/libnm-glib-docs.xml b/docs/libnm-glib/libnm-glib-docs.xml
index 0b621748a3..7611924629 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 de49ae9033..2a23a17366 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/dbus/add-connection.py b/examples/python/dbus/add-connection.py
index 24b3f600d6..6df14c103c 100755
--- a/examples/python/dbus/add-connection.py
+++ b/examples/python/dbus/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/python/gi/firewall-zone.py b/examples/python/gi/firewall-zone.py
index 848d4e9269..5e5eea919c 100755
--- a/examples/python/gi/firewall-zone.py
+++ b/examples/python/gi/firewall-zone.py
@@ -32,7 +32,7 @@ from gi.repository import GLib, NetworkManager, NMClient
# If you used D-Bus calls, you would call GetSettings() and then Update().
#
# Links:
-# https://projects.gnome.org/NetworkManager/developers/libnm-glib/09/index.html
+# https://developer.gnome.org/libnm-glib/0.9/
# https://wiki.gnome.org/GObjectIntrospection
# https://wiki.gnome.org/PyGObject
#
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