diff options
author | haturatu <taro@eyes4you.org> | 2025-02-22 23:20:55 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2025-02-22 23:20:55 +0900 |
commit | 9345907a5c1737c6c2c1f8eba52a568035b08493 (patch) | |
tree | 50f0c68436e4eba8e7a72cf9876a577d0c4c6340 /docs/build/CLI | |
parent | a9cdbc4e7fbdd14922ef5c96cc7a285b153bf947 (diff) |
fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/g
Diffstat (limited to 'docs/build/CLI')
-rw-r--r-- | docs/build/CLI/General-Usage/index.html | 16 | ||||
-rw-r--r-- | docs/build/CLI/Generating-References/index.html | 10 |
2 files changed, 13 insertions, 13 deletions
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 @@ - <a href="https://github.com/ponzu-cms/ponzu" title="Go to repository" class="md-source" data-md-source="github"> + <a href="https://github.com/haturatu/ponzu" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg viewBox="0 0 24 24" width="24" height="24"> @@ -167,7 +167,7 @@ - <a href="https://github.com/ponzu-cms/ponzu" title="Go to repository" class="md-source" data-md-source="github"> + <a href="https://github.com/haturatu/ponzu" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg viewBox="0 0 24 24" width="24" height="24"> @@ -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.</p> +clone the 'github.com/haturatu/ponzu' package from over the network.</p> <p>Example:</p> <div class="codehilite"><pre><span></span>$ ponzu new github.com/nilslice/proj > New ponzu project created at <span class="nv">$GOPATH</span>/src/github.com/nilslice/proj @@ -1083,7 +1083,7 @@ to run the Admin and API on separate processes, you must call them with the <p>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 <code>$ ponzu upgrade</code>, you should update the <code>ponzu</code> -package by running <code>$ go get -u github.com/ponzu-cms/ponzu/...</code> </p> +package by running <code>$ go get -u github.com/haturatu/ponzu/...</code> </p> <p>Example:</p> <div class="codehilite"><pre><span></span>$ ponzu upgrade </pre></div> @@ -1135,11 +1135,11 @@ branch, not master by default (i.e. <code>$ponzu new --dev /path/to/code</code>) </ol> <p><em>A typical contribution workflow might look like:</em></p> <div class="codehilite"><pre><span></span><span class="c1"># clone the repository and checkout ponzu-dev</span> -$ git clone https://github.com/ponzu-cms/ponzu path/to/local/ponzu <span class="c1"># (or your fork)</span> +$ git clone https://github.com/haturatu/ponzu path/to/local/ponzu <span class="c1"># (or your fork)</span> $ git checkout ponzu-dev <span class="c1"># install ponzu with go get or from your own local path</span> -$ go get github.com/ponzu-cms/ponzu/... +$ go get github.com/haturatu/ponzu/... <span class="c1"># or</span> $ <span class="nb">cd</span> /path/to/local/ponzu $ go install ./... @@ -1157,7 +1157,7 @@ $ ponzu build <span class="o">&&</span> ponzu run <span class="c1"># push to your origin:ponzu-dev branch and create a PR at ponzu-cms/ponzu</span> $ git push origin ponzu-dev -<span class="c1"># ... go to https://github.com/ponzu-cms/ponzu and create a PR</span> +<span class="c1"># ... go to https://github.com/haturatu/ponzu and create a PR</span> </pre></div> @@ -1235,7 +1235,7 @@ $ ponzu new --dev --fork<span class="o">=</span>github.com/nilslice/ponzu /path/ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> - <a href="https://github.com/ponzu-cms" class="md-footer-social__link fa fa-github"></a> + <a href="https://github.com/haturatu" class="md-footer-social__link fa fa-github"></a> <a href="https://twitter.com/ponzu_cms" class="md-footer-social__link fa fa-twitter"></a> diff --git a/docs/build/CLI/Generating-References/index.html b/docs/build/CLI/Generating-References/index.html index 38c50a6..824bae0 100644 --- a/docs/build/CLI/Generating-References/index.html +++ b/docs/build/CLI/Generating-References/index.html @@ -120,7 +120,7 @@ - <a href="https://github.com/ponzu-cms/ponzu" title="Go to repository" class="md-source" data-md-source="github"> + <a href="https://github.com/haturatu/ponzu" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg viewBox="0 0 24 24" width="24" height="24"> @@ -167,7 +167,7 @@ - <a href="https://github.com/ponzu-cms/ponzu" title="Go to repository" class="md-source" data-md-source="github"> + <a href="https://github.com/haturatu/ponzu" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg viewBox="0 0 24 24" width="24" height="24"> @@ -913,8 +913,8 @@ code generated for the <code>Product</code>, since the reference is in the <code <span class="s">"github.com/bosssauce/reference"</span> - <span class="s">"github.com/ponzu-cms/ponzu/management/editor"</span> - <span class="s">"github.com/ponzu-cms/ponzu/system/item"</span> + <span class="s">"github.com/haturatu/ponzu/management/editor"</span> + <span class="s">"github.com/haturatu/ponzu/system/item"</span> <span class="p">)</span> <span class="kd">type</span> <span class="nx">Catalog</span> <span class="kd">struct</span> <span class="p">{</span> @@ -1029,7 +1029,7 @@ of items, omit the <code>[]</code>, changing the command to:</p> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> - <a href="https://github.com/ponzu-cms" class="md-footer-social__link fa fa-github"></a> + <a href="https://github.com/haturatu" class="md-footer-social__link fa fa-github"></a> <a href="https://twitter.com/ponzu_cms" class="md-footer-social__link fa fa-twitter"></a> |