From: Chengwei Yang Date: Tue, 16 Jul 2013 06:34:59 +0000 (+0800) Subject: Fix reference doc in comments X-Git-Tag: dbus-1.8.2~222 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df537d3f9f8c9c6e81f0ae0c233cd4555acdf61b;p=platform%2Fupstream%2Fdbus.git Fix reference doc in comments --- diff --git a/dbus/dbus-auth.c b/dbus/dbus-auth.c index d2c37a7..a0f7277 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 */