Skip to content

Commit 04897b9

Browse files
committed
main to master
1 parent e6ead65 commit 04897b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/entity-framework
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v7.0 main
3+
define: versions v7.0 master
44

55
raw: ${prefix}/ -> ${base}/current/
66
raw: ${prefix}/stable -> ${base}/current/

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ framework-version = "7.0"
2323
language = "C#"
2424
mongo-community = "MongoDB Community Edition"
2525
mongo-enterprise = "MongoDB Enterprise Edition"
26-
docs-branch = "main" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
26+
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
2727
version-number = "7.0" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
2828
version = "v{+version-number+}"
2929
stable-api = "Stable API"

0 commit comments

Comments
 (0)