We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ae14c commit 62be2a6Copy full SHA for 62be2a6
buildtools/doc-build.proj
@@ -71,7 +71,7 @@
71
<Target Name="create-sitemap" AfterTargets="doc-build" Condition="Exists('$(InternalBuildTools)\references.targets')">
72
<CreateSitemapTask
73
SourceFolder="$(DocOutputRoot)"
74
- BaseUrl="http://docs.aws.amazon.com/sdkfornet/v3/apidocs/"
+ BaseUrl="http://docs.aws.amazon.com/sdkfornet/v4/apidocs/"
75
OutputFile="$(DocOutputRoot)\sitemap.xml" />
76
</Target>
77
0 commit comments