We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279af69 commit 01788ccCopy full SHA for 01788cc
internal/godocfx/main.go
@@ -286,7 +286,7 @@ language: "go"
286
// Alternatively, we could plumb this through command line flags.
287
switch module.Path {
288
case "google.golang.org/appengine":
289
- fmt.Fprintf(w, "stem: \"/appengine/docs/standard/go111/reference\"\n")
+ fmt.Fprintf(w, "stem: \"/appengine/docs/legacy/standard/go111/reference\"\n")
290
case "google.golang.org/appengine/v2":
291
fmt.Fprintf(w, "stem: \"/appengine/docs/standard/go/reference/services/bundled\"\n")
292
}
0 commit comments