Browse Source

Merge pull request #81 from mostynb/update_link

Replace code.google.com URL with godoc.org URL
Brad Fitzpatrick 7 years ago
parent
commit
7886924cd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      memcache/memcache.go

+ 1 - 1
memcache/memcache.go

@@ -33,7 +33,7 @@ import (
 )
 
 // Similar to:
-// http://code.google.com/appengine/docs/go/memcache/reference.html
+// https://godoc.org/google.golang.org/appengine/memcache
 
 var (
 	// ErrCacheMiss means that a Get failed because the item wasn't present.