More git links updated

Change-Id: I2e527d73c2907dbc87e84a876b0f0ba7b2cf18b9
This commit is contained in:
Brad Fitzpatrick 2013-08-14 10:47:56 -07:00
parent 36f93b8240
commit b6a8dc3351
4 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -3,7 +3,7 @@
<p>The latest release is <a href="/docs/release/0.3">0.3 ("Glebe")</a>.</p>
<p>Or, the canonical git repo is:</p>
<pre>$ git clone https://camlistore.org/r/p/camlistore</pre>
<pre>$ git clone https://camlistore.googlesource.com/camlistore</pre>
<p>It's also on Github at <a href="http://github.com/bradfitz/camlistore">github.com/bradfitz/camlistore</a>. See <a href="/docs/contributing">the contribution docs</a>.</p>

View File

@ -18,7 +18,7 @@
<div style="font-size: 120%">
<code>
$ git clone https://camlistore.org/r/p/camlistore
$ git clone https://camlistore.googlesource.com/camlistore
</code>
</div>
<div style="margin: 1em 0">

View File

@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="camlistore.org git https://camlistore.org/r/p/camlistore">
<meta name="go-import" content="camlistore.org git https://camlistore.googlesource.com/camlistore">
{{with $x := .Title}}
<title>{{$x}} - Camlistore</title>
{{else}}