Skip to content

Commit

Permalink
doc: restore link to googlesource instead of github
Browse files Browse the repository at this point in the history
Correction for 2a7f1eb as suggested by Dmitri and Andrew.

Change-Id: Ieefe96d488de8144ec674882c72367196a7671b5
Reviewed-on: https://upspin-review.googlesource.com/c/upspin/+/19480
Reviewed-by: Rob Pike <r@golang.org>
  • Loading branch information
n2vi committed Dec 2, 2019
1 parent 2a6f1eb commit e5f200a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/overview.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -496,12 +496,12 @@ Install Go if you haven't
already ([golang.org/dl](https://golang.org/dl/)) and then run already ([golang.org/dl](https://golang.org/dl/)) and then run


``` ```
$ git clone https://github.com/upspin/upspin $ git clone https://upspin.googlesource.com/upspin
$ cd upspin $ cd upspin
$ go install cmd/... $ go install cmd/...
``` ```


There are useful auxiliary commands and interfaces to various cloud storage There are useful auxiliary commands and interfaces to various cloud storage
providers in ([github.com/upspin](https://github.com/upspin)). providers in ([upspin.googlesource.com](https://upspin.googlesource.com)).
Guidelines for contributing back to the project are in a Guidelines for contributing back to the project are in a
[separate document](https://github.com/upspin/upspin/blob/master/CONTRIBUTING.md). [separate document](https://github.com/upspin/upspin/blob/master/CONTRIBUTING.md).

0 comments on commit e5f200a

Please sign in to comment.