summaryrefslogtreecommitdiff
path: root/examples
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 /examples
parent2940ef7a6300be94c126879162eae3b98393ffab (diff)
downloadNetworkManager-74372f9f11de11db655cf1031a7da645da7b0777.tar.gz
docs: update documentation links
Various GNOME services moved around so links need updating.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/python/dbus/add-connection.py2
-rwxr-xr-xexamples/python/gi/firewall-zone.py2
-rwxr-xr-xexamples/ruby/add-connection.rb2
3 files changed, 3 insertions, 3 deletions
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