summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJon Newson <jon_newson@ieee.org>2016-02-25 07:14:06 +1100
committerJon Newson <jon_newson@ieee.org>2016-02-25 07:14:06 +1100
commitc1f468abad6717fcabc2d812e34f4217215e70a8 (patch)
tree8ee1d7fe6463eaf5edad736d8d7b058a360b78f1 /README.md
parent47df3a86d7cf412d766f8a1fdd1e9b9fe15bfb45 (diff)
parent6160633ab9a54238974af3cf498024ad98fc977e (diff)
Merge commit '6160633ab9a54238974af3cf498024ad98fc977e'
* commit '6160633ab9a54238974af3cf498024ad98fc977e': Fix repositore clone url Returning 'not-sign' for no signature information Only do initial sync on session creation Improve stopwatch output Improve error message if send mail fails
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 11e31ab9..20fdc535 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ You are most welcome to contribute to the pixelated user agent code base. Please
2) Clone the repo and start the virtual machine (downloads 600MB):
```
-$ git clone https://github.com/pixelated-project/pixelated-user-agent.git
+$ git clone https://github.com/pixelated/pixelated-user-agent.git
$ cd pixelated-user-agent
$ vagrant up
```