diff --git a/snooty.toml b/snooty.toml index afbb0ce6..070dd8e5 100644 --- a/snooty.toml +++ b/snooty.toml @@ -32,7 +32,7 @@ version = "v{+version-number+}" example = "https://raw.githubusercontent.com/mongodb/docs-csharp/{+docs-branch+}/source/includes/code-examples" stable-api = "Stable API" api-root = "https://mongodb.github.io/mongo-csharp-driver/{+version-number+}/html" -new-api-root = "https://mongodb.github.io/mongo-csharp-driver/{+patch-version+}/api" +new-api-root = "https://mongodb.github.io/mongo-csharp-driver/{+patch-version-number+}/api" bool-data-type = "``boolean``" string-data-type = "``string``" int-data-type = "``integer``"