Change links to JavaDoc, which won't be impacted by line number changes.
diff --git a/DeveloperFAQ.wiki b/DeveloperFAQ.wiki
index 2ca9513..4b52114 100644
--- a/DeveloperFAQ.wiki
+++ b/DeveloperFAQ.wiki
@@ -50,8 +50,8 @@
 
 * In the connector code, how do I check if GSA is giving if-modified-since? 
 
-https://code.google.com/p/plexi/source/browse/src/com/google/enterprise/adaptor/Request.java#34
+[http://hourly.plexi.googlecode.com/git/javadoc/com/google/enterprise/adaptor/Request.html#hasChangedSinceLastAccess(java.util.Date) Request.hasChangedSinceLastAccess()]
 
 * In the connector code, how do I give the last-modified to the GSA?
 
-https://code.google.com/p/plexi/source/browse/src/com/google/enterprise/adaptor/Response.java#75
\ No newline at end of file
+[http://hourly.plexi.googlecode.com/git/javadoc/com/google/enterprise/adaptor/Response.html#setLastModified(java.util.Date) Response.setLastModified()]
\ No newline at end of file