summaryrefslogtreecommitdiff
path: root/dbus/dbus-auth.c
diff options
context:
space:
mode:
authorChengwei Yang <chengwei.yang@intel.com>2013-07-16 14:34:59 +0800
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-08-22 20:09:46 +0100
commitdf537d3f9f8c9c6e81f0ae0c233cd4555acdf61b (patch)
tree97fdf1ea1be8b4129a1e18254cbec6ef3d6e1da4 /dbus/dbus-auth.c
parentc1daecad31899256f0fc8ed77e30fd5278015226 (diff)
downloaddbus-df537d3f9f8c9c6e81f0ae0c233cd4555acdf61b.tar.gz
Fix reference doc in comments
Diffstat (limited to 'dbus/dbus-auth.c')
-rw-r--r--dbus/dbus-auth.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbus/dbus-auth.c b/dbus/dbus-auth.c
index d2c37a7a..a0f72773 100644
--- a/dbus/dbus-auth.c
+++ b/dbus/dbus-auth.c
@@ -2238,8 +2238,8 @@ process_command (DBusAuth *auth)
/**
* Creates a new auth conversation object for the server side.
- * See doc/dbus-sasl-profile.txt for full details on what
- * this object does.
+ * See http://dbus.freedesktop.org/doc/dbus-specification.html#auth-protocol
+ * for full details on what this object does.
*
* @returns the new object or #NULL if no memory
*/
@@ -2284,8 +2284,8 @@ _dbus_auth_server_new (const DBusString *guid)
/**
* Creates a new auth conversation object for the client side.
- * See doc/dbus-sasl-profile.txt for full details on what
- * this object does.
+ * See http://dbus.freedesktop.org/doc/dbus-specification.html#auth-protocol
+ * for full details on what this object does.
*
* @returns the new object or #NULL if no memory
*/