Skip to content

Commit 01788cc

Browse files
authored
chore(internal/godocfx): update legacy appengine package stem (#6565)
1 parent 279af69 commit 01788cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/godocfx/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ language: "go"
286286
// Alternatively, we could plumb this through command line flags.
287287
switch module.Path {
288288
case "google.golang.org/appengine":
289-
fmt.Fprintf(w, "stem: \"/appengine/docs/standard/go111/reference\"\n")
289+
fmt.Fprintf(w, "stem: \"/appengine/docs/legacy/standard/go111/reference\"\n")
290290
case "google.golang.org/appengine/v2":
291291
fmt.Fprintf(w, "stem: \"/appengine/docs/standard/go/reference/services/bundled\"\n")
292292
}

0 commit comments

Comments
 (0)