summaryrefslogtreecommitdiff
path: root/docs/build/CLI
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/CLI')
-rw-r--r--docs/build/CLI/General-Usage/index.html16
-rw-r--r--docs/build/CLI/Generating-References/index.html10
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
&gt; 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">&amp;&amp;</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">&quot;github.com/bosssauce/reference&quot;</span>
- <span class="s">&quot;github.com/ponzu-cms/ponzu/management/editor&quot;</span>
- <span class="s">&quot;github.com/ponzu-cms/ponzu/system/item&quot;</span>
+ <span class="s">&quot;github.com/haturatu/ponzu/management/editor&quot;</span>
+ <span class="s">&quot;github.com/haturatu/ponzu/system/item&quot;</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>