diff --git a/doc/source/conf.py b/doc/source/conf.py index df69d4105c0..c8d3f7627c7 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -199,7 +199,7 @@ def replaceText(app, docname, source): "{tiledb_src_root_url}" : "https://github.com/TileDB-Inc/TileDB/blob/1.4.0", "{tiledb_py_src_root_url}" : "https://github.com/TileDB-Inc/TileDB-Py/blob/0.3.0", "{tiledb_R_src_root_url}" : "https://github.com/TileDB-Inc/TileDB-R/blob/master", - "{tiledb_go_src_root_url}" : "https://github.com/TileDB-Inc/TileDB-Go/blob/master" + "{tiledb_go_src_root_url}" : "https://github.com/TileDB-Inc/TileDB-Go/blob/v0.2.0" } # -- Custom setup -----------------------------------------------------------