summaryrefslogtreecommitdiff
path: root/docs/src/CLI/General-Usage.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/CLI/General-Usage.md')
-rw-r--r--docs/src/CLI/General-Usage.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/src/CLI/General-Usage.md b/docs/src/CLI/General-Usage.md
index 993ff18..b6827fc 100644
--- a/docs/src/CLI/General-Usage.md
+++ b/docs/src/CLI/General-Usage.md
@@ -12,7 +12,7 @@ Creates a project directory of the name supplied as a parameter immediately
following the 'new' option in the $GOPATH/src directory. Note: 'new' depends on
the program 'git' and possibly a network connection. If there is no local
repository to clone from at the local machine's $GOPATH, 'new' will attempt to
-clone the 'github.com/ponzu-cms/ponzu' package from over the network.
+clone the 'github.com/haturatu/ponzu' package from over the network.
Example:
```bash
@@ -159,7 +159,7 @@ to run the Admin and API on separate processes, you must call them with the
Will backup your own custom project code (like content, addons, uploads, etc) so
we can safely re-clone Ponzu from the latest version you have or from the network
if necessary. Before running `$ ponzu upgrade`, you should update the `ponzu`
-package by running `$ go get -u github.com/ponzu-cms/ponzu/...`
+package by running `$ go get -u github.com/haturatu/ponzu/...`
Example:
```bash
@@ -217,11 +217,11 @@ Ponzu v0.9.2
_A typical contribution workflow might look like:_
```bash
# clone the repository and checkout ponzu-dev
-$ git clone https://github.com/ponzu-cms/ponzu path/to/local/ponzu # (or your fork)
+$ git clone https://github.com/haturatu/ponzu path/to/local/ponzu # (or your fork)
$ git checkout ponzu-dev
# install ponzu with go get or from your own local path
-$ go get github.com/ponzu-cms/ponzu/...
+$ go get github.com/haturatu/ponzu/...
# or
$ cd /path/to/local/ponzu
$ go install ./...
@@ -239,7 +239,7 @@ $ ponzu build && ponzu run
# push to your origin:ponzu-dev branch and create a PR at ponzu-cms/ponzu
$ git push origin ponzu-dev
-# ... go to https://github.com/ponzu-cms/ponzu and create a PR
+# ... go to https://github.com/haturatu/ponzu and create a PR
```
**Note:** if you intend to work on your own fork and contribute from it, you will