Skip to content

Commit 62be2a6

Browse files
boblodgettdscpinheiro
authored andcommitted
Updated BaseUrl to v4 for sitemap.xml creation.
1 parent 10ae14c commit 62be2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildtools/doc-build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<Target Name="create-sitemap" AfterTargets="doc-build" Condition="Exists('$(InternalBuildTools)\references.targets')">
7272
<CreateSitemapTask
7373
SourceFolder="$(DocOutputRoot)"
74-
BaseUrl="http://docs.aws.amazon.com/sdkfornet/v3/apidocs/"
74+
BaseUrl="http://docs.aws.amazon.com/sdkfornet/v4/apidocs/"
7575
OutputFile="$(DocOutputRoot)\sitemap.xml" />
7676
</Target>
7777

0 commit comments

Comments
 (0)