Skip to content

Commit

Permalink
Update Go documentation link to use v0.2.0 tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdenniston committed Oct 23, 2018
1 parent a2214ec commit 7307a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 -----------------------------------------------------------
Expand Down

0 comments on commit 7307a08

Please sign in to comment.