Skip to content

Commit 88a0d45

Browse files
authored
DOP-1883: use correct base URL for phplib sitemap (#22)
1 parent ec6404d commit 88a0d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf-sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site
3-
base_url="https://docs.mongodb.com/php-library/"
3+
base_url="https://docs.mongodb.com/php-library/current/"
44
store_into="build/master/sitemap.xml.gz"
55
verbose="1"
66
>
77

88
<directory
99
path="build/public/"
10-
url="https://docs.mongodb.com/php-library/"
10+
url="https://docs.mongodb.com/php-library/current/"
1111
default_file="index.html"
1212
/>
1313
<filter action="drop" type="wildcard" pattern="*~" />

0 commit comments

Comments
 (0)