diff --git a/docs/libnm-glib/libnm-glib-docs.xml b/docs/libnm-glib/libnm-glib-docs.xml
index 0b621748a..761192462 100644
--- a/docs/libnm-glib/libnm-glib-docs.xml
+++ b/docs/libnm-glib/libnm-glib-docs.xml
@@ -10,11 +10,11 @@
for libnm-glib &version;
The latest version of this documentation can be found on-line at
- http://projects.gnome.org/NetworkManager/developers/libnm-glib/09/.
+ https://developer.gnome.org/libnm-glib/0.9/.
- 2012
+ 2012-2013
The NetworkManager Authors
diff --git a/docs/libnm-util/libnm-util-docs.sgml b/docs/libnm-util/libnm-util-docs.sgml
index de49ae903..2a23a1736 100644
--- a/docs/libnm-util/libnm-util-docs.sgml
+++ b/docs/libnm-util/libnm-util-docs.sgml
@@ -11,7 +11,7 @@
for libnm-util &version;
The latest version of this documentation can be found on-line at
- http://projects.gnome.org/NetworkManager/developers/libnm-util/09/.
+ https://developer.gnome.org/libnm-util/0.9/.
diff --git a/examples/python/dbus/add-connection.py b/examples/python/dbus/add-connection.py
index 24b3f600d..6df14c103 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 848d4e926..5e5eea919 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 4256848f3..6af723bf1 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