From 9345907a5c1737c6c2c1f8eba52a568035b08493 Mon Sep 17 00:00:00 2001 From: haturatu Date: Sat, 22 Feb 2025 23:20:55 +0900 Subject: fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/g --- docs/build/CLI/General-Usage/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/build/CLI/General-Usage/index.html') diff --git a/docs/build/CLI/General-Usage/index.html b/docs/build/CLI/General-Usage/index.html index 9132c0a..d9d92e3 100644 --- a/docs/build/CLI/General-Usage/index.html +++ b/docs/build/CLI/General-Usage/index.html @@ -120,7 +120,7 @@ - +
@@ -167,7 +167,7 @@ - +
@@ -922,7 +922,7 @@ 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:

$ ponzu new github.com/nilslice/proj
 > New ponzu project created at $GOPATH/src/github.com/nilslice/proj
@@ -1083,7 +1083,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:

$ ponzu upgrade
 
@@ -1135,11 +1135,11 @@ branch, not master by default (i.e. $ponzu new --dev /path/to/code)

A typical contribution workflow might look like:

# 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 ./...
@@ -1157,7 +1157,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
 
@@ -1235,7 +1235,7 @@ $ ponzu new --dev --fork=github.com/nilslice/ponzu /path/ -
+ -- cgit v1.2.3