|
The working replaced tokens also link to mongoc, not libbson. Should be patched like this:
diff --git a/doc/conf.py b/doc/conf.py
|
index 2cca681..4258620 100644
|
--- a/doc/conf.py
|
+++ b/doc/conf.py
|
@@ -28,7 +28,7 @@ rst_prolog = """
|
|
.. |release_patch| replace:: %(release_patch)s
|
|
-.. |release_download| replace:: https://github.com/mongodb/mongo-c-driver/releases/download/%(release)s/mongo-c-driver-%(release)s.tar.gz
|
+.. |release_download| replace:: https://github.com/mongodb/libbson/releases/download/%(release)s/libbson-%(release)s.tar.gz
|
""" % locals()
|
|
language = 'en'
|
|