Skip to content

Commit 27ec8ed

Browse files
committed
Fix double slashes in generated documentation.
1 parent 84a55bb commit 27ec8ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Docs/landing/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseurl = "/mongo-csharp-driver/"
1+
baseurl = "/mongo-csharp-driver"
22
languageCode = "en-us"
33
title = "MongoDB .NET Driver"
44
canonifyurls = false

Docs/reference/data/mongodb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ githubRepo = "mongo-csharp-driver"
22
githubBranch = "master"
33
currentVersion = "2.4"
44
highlightTheme = "idea.css"
5-
apiUrl = "/apidocs/html"
5+
apiUrl = "apidocs/html"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{ .Page.Site.BaseUrl}}{{ .Page.Site.Data.mongodb.apiUrl }}/{{ with (.Get 0) }}{{ . }}.htm{{ end }}
1+
{{ .Page.Site.BaseUrl}}/{{ .Page.Site.Data.mongodb.apiUrl }}/{{ with (.Get 0) }}{{ . }}.htm{{ end }}

0 commit comments

Comments
 (0)