From fdd60122d35a4099a0adc8b8928c364c2e531fd6 Mon Sep 17 00:00:00 2001 From: rcollier Date: Thu, 18 Aug 2011 03:44:41 +0000 Subject: [PATCH] SMACK-348 Updated broken links. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_2_0@12580 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smackx/ServiceDiscoveryManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/org/jivesoftware/smackx/ServiceDiscoveryManager.java b/source/org/jivesoftware/smackx/ServiceDiscoveryManager.java index 4dbea30cd..18da4bdcb 100644 --- a/source/org/jivesoftware/smackx/ServiceDiscoveryManager.java +++ b/source/org/jivesoftware/smackx/ServiceDiscoveryManager.java @@ -115,7 +115,7 @@ public class ServiceDiscoveryManager { /** * Returns the type of client that will be returned when asked for the client identity in a * disco request. The valid types are defined by the category client. Follow this link to learn - * the possible types: Jabber::Registrar. + * the possible types: Jabber::Registrar. * * @return the type of client that will be returned when asked for the client identity in a * disco request. @@ -127,7 +127,7 @@ public class ServiceDiscoveryManager { /** * Sets the type of client that will be returned when asked for the client identity in a * disco request. The valid types are defined by the category client. Follow this link to learn - * the possible types: Jabber::Registrar. + * the possible types: Jabber::Registrar. * * @param type the type of client that will be returned when asked for the client identity in a * disco request.