Skip to content

Commit

Permalink
Use the right xref URL for Google.Protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Mar 4, 2021
1 parent 5729c9b commit d31d172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/Google.Cloud.Tools.PostProcessDevSite/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ string GetXrefStem(string pkg)
"Google.Apis.Core" => $"{DevSiteXrefPrefix}/Google.Apis",
"Google.Apis.Auth" => $"{DevSiteXrefPrefix}/Google.Apis",
"Google.Api.CommonProtos" => $"{DevSiteXrefPrefix}/Google.Api.CommonProtos",
"Google.Protobuf" => $"{DevSiteXrefPrefix}/Google.Protobuf",
var grpc when grpc.StartsWith("Grpc.") => $"{DevSiteXrefPrefix}/Grpc.Core",
var gax when gax.StartsWith("Google.Api.Gax") => $"{DevSiteXrefPrefix}/Google.Api.Gax",
var api when _apiIds.Contains(api) => $"{DevSiteXrefPrefix}/{api}",
Expand Down

0 comments on commit d31d172

Please sign in to comment.