We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdab0d commit dc5a408Copy full SHA for dc5a408
config/redirects
@@ -1,5 +1,6 @@
1
-define: base https://docs.mongodb.com/drivers/java/sync
+define: prefix drivers/java/sync
2
+define: base https://docs.mongodb.com/${prefix}
3
define: versions v4.3 master
4
-raw: sync/ -> ${base}/current/
5
-raw: sync/master -> ${base}/upcoming/
+raw: ${prefix}/ -> ${base}/current/
6
+raw: ${prefix}/master -> ${base}/upcoming/
0 commit comments