From b6a8dc33517f6754809f4b3f61d24d7a7b2b9a71 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 14 Aug 2013 10:47:56 -0700 Subject: [PATCH] More git links updated Change-Id: I2e527d73c2907dbc87e84a876b0f0ba7b2cf18b9 --- misc/buildbot/bot.go | 2 +- website/content/download | 2 +- website/tmpl/githeader.html | 2 +- website/tmpl/page.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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}}