diff --git a/misc/buildbot/bot.go b/misc/buildbot/bot.go index be083292b..80d38e26b 100644 --- a/misc/buildbot/bot.go +++ b/misc/buildbot/bot.go @@ -191,7 +191,7 @@ func setup() { log.Fatalf("problem with cache dir: %v", err) } } - setCurrentTask("git clone https://camlistore.org/r/p/camlistore " + camliRoot) + setCurrentTask("git clone https://camlistore.googlesource.com/camlistore " + camliRoot) _, err = runCmd(getCurrentTask().Cmd) if err != nil { log.Fatalf("problem with git clone: %v", err) diff --git a/website/content/download b/website/content/download index a8d1a62f5..93ae14304 100644 --- a/website/content/download +++ b/website/content/download @@ -3,7 +3,7 @@

The latest release is 0.3 ("Glebe").

Or, the canonical git repo is:

-
$ git clone https://camlistore.org/r/p/camlistore
+
$ git clone https://camlistore.googlesource.com/camlistore

It's also on Github at github.com/bradfitz/camlistore. See the contribution docs.

diff --git a/website/tmpl/githeader.html b/website/tmpl/githeader.html index 5e5ffa640..d2bc08b37 100644 --- a/website/tmpl/githeader.html +++ b/website/tmpl/githeader.html @@ -18,7 +18,7 @@
-$ git clone https://camlistore.org/r/p/camlistore +$ git clone https://camlistore.googlesource.com/camlistore
diff --git a/website/tmpl/page.html b/website/tmpl/page.html index 0fe35819d..49b97c98d 100644 --- a/website/tmpl/page.html +++ b/website/tmpl/page.html @@ -1,7 +1,7 @@ - + {{with $x := .Title}} {{$x}} - Camlistore {{else}}