From 7307a08b86393f7064508cb1193438f27a1968fc Mon Sep 17 00:00:00 2001 From: Tyler Denniston Date: Tue, 23 Oct 2018 10:03:18 -0400 Subject: [PATCH] Update Go documentation link to use v0.2.0 tag. --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -----------------------------------------------------------