mirror of https://github.com/perkeep/perkeep.git
More git links updated
Change-Id: I2e527d73c2907dbc87e84a876b0f0ba7b2cf18b9
This commit is contained in:
parent
36f93b8240
commit
b6a8dc3351
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue