Fixing broken {@link

git-svn-id: https://google-guice.googlecode.com/svn/trunk@761 d779f126-a31b-0410-b53b-1d3aecad763e
diff --git a/servlet/src/com/google/inject/servlet/package-info.java b/servlet/src/com/google/inject/servlet/package-info.java
index 8f30760..b01313a 100644
--- a/servlet/src/com/google/inject/servlet/package-info.java
+++ b/servlet/src/com/google/inject/servlet/package-info.java
@@ -15,9 +15,8 @@
  */
 
 /**
- * Servlet API scopes and bindings. Apply {@link
- * com.google.inject.servlet.GuiceFilter} to any servlets which will use the
- * servlet scopes. Install {@link com.google.inject.servlet.Servlets#configure()}
- * into your {@link com.google.inject.Injector} to install everything at once.
+ * Servlet API scopes and bindings. Apply {@link GuiceFilter} to any servlets which will use the
+ * servlet scopes. Install {@link ServletModule} into your {@link com.google.inject.Injector} to
+ * install everything at once.
  */
 package com.google.inject.servlet;
\ No newline at end of file