7444: Clean stopped containers at startup.
[arvados.git] / doc / sdk / go / index.html.textile.liquid
index 58446a9edaf9ed05b5ac01deeb692affed4d5590..24873318da20dea0eaa2582706c7fb03c37ad6e7 100644 (file)
@@ -14,7 +14,7 @@ You don't need to install anything. Just import the client like this. The go too
 
 <notextile>{% code 'example_sdk_go_imports' as go %}</notextile>
 
-If you need pre-release client code, you can use the latest version from the repo by following "these instructions.":https://arvados.org/projects/arvados/wiki/Go#Using-Go-with-Arvados
+If you need pre-release client code, you can use the latest version from the repo by following "these instructions.":https://dev.arvados.org/projects/arvados/wiki/Go#Using-Go-with-Arvados
 
 h3. Example
 
@@ -22,4 +22,4 @@ You can save this source as a .go file and run it:
 
 <notextile>{% code 'example_sdk_go' as go %}</notextile>
 
-A few more usage examples can be found in the "services/keepproxy":https://arvados.org/projects/arvados/repository/revisions/master/show/services/keepproxy and "sdk/go/keepclient":https://arvados.org/projects/arvados/repository/revisions/master/show/sdk/go/keepclient directories in the arvados source tree.
+A few more usage examples can be found in the "services/keepproxy":https://dev.arvados.org/projects/arvados/repository/revisions/master/show/services/keepproxy and "sdk/go/keepclient":https://dev.arvados.org/projects/arvados/repository/revisions/master/show/sdk/go/keepclient directories in the arvados source tree.