Skip to content

Commit

Permalink
chore(internal/godocfx): update legacy appengine package stem (#6565)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbpg committed Aug 25, 2022
1 parent 279af69 commit 01788cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/godocfx/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ language: "go"
// Alternatively, we could plumb this through command line flags.
switch module.Path {
case "google.golang.org/appengine":
fmt.Fprintf(w, "stem: \"/appengine/docs/standard/go111/reference\"\n")
fmt.Fprintf(w, "stem: \"/appengine/docs/legacy/standard/go111/reference\"\n")
case "google.golang.org/appengine/v2":
fmt.Fprintf(w, "stem: \"/appengine/docs/standard/go/reference/services/bundled\"\n")
}
Expand Down

0 comments on commit 01788cc

Please sign in to comment.