Skip to content

Commit 8e3fadf

Browse files
authored
DOCS-16457: Updated snooty file to fix broken link in TOC (#128)
1 parent eedb4af commit 8e3fadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ version-number = "2.22"
2929
version = "v{+version-number+}"
3030
example = "https://raw.githubusercontent.com/mongodb/docs-csharp/{+docs-branch+}/source/includes/code-examples"
3131
stable-api = "Stable API"
32-
api-root = "https://mongodb.github.io/mongo-csharp-driver/{+version-number+}/apidocs/html"
32+
api-root = "https://mongodb.github.io/mongo-csharp-driver/{+version-number+}/html"
3333
bool-data-type = "``boolean``"
3434
string-data-type = "``string``"
3535
int-data-type = "``integer``"

0 commit comments

Comments
 (0)