Skip to content

Commit 5cfe4dd

Browse files
committed
Change version to the newest release. Coins now leads to github repo
1 parent 1cc9a84 commit 5cfe4dd

File tree

4 files changed

+10
-352
lines changed

4 files changed

+10
-352
lines changed

Diff for: coins/index.html

-342
This file was deleted.

Diff for: documentation/cryptonote-generator/extensions/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h2 id="changes">Changes</h2>
142142
</tr>
143143
<tr>
144144
<td>action</td>
145-
<td>Available options: replace, add_above, add_bellow, delete</td>
145+
<td>Available options: replace, add_above, add_below, delete</td>
146146
</tr>
147147
<tr>
148148
<td>marker</td>
@@ -176,7 +176,7 @@ <h2 id="example">Example</h2>
176176
}
177177
}
178178
{
179-
"action":"add_bellow",
179+
"action":"add_below",
180180
"marker":"size_t blockGrantedFullRewardZone()",
181181
"parameters": {
182182
"text":[

Diff for: download/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,18 @@ <h2>Join the Forknote Community.</h2>
6363
<div class="full-width-divider">
6464
<ul class="wrapper highlights">
6565
<li class="highlight-module">
66-
<a href="https://github.com/forknote/forknote/releases/download/1.0.10.0.1/forknote-windows_2.zip"><span class="mega-octicon fa fa-windows"></span></a>
67-
<h2><a href="https://github.com/forknote/forknote/releases/download/1.0.10.0.1/forknote-windows_2.zip">Windows CLI</a></h2>
66+
<a href="https://github.com/forknote/forknote/releases/download/1.0.11/forknote-windows.zip"><span class="mega-octicon fa fa-windows"></span></a>
67+
<h2><a href="https://github.com/forknote/forknote/releases/download/1.0.11/forknote-windows.zip">Windows CLI</a></h2>
6868
<p>Daemon, simplewallet and payment gateway for Windows (64bit)</p>
6969
</li>
7070
<li class="highlight-module">
71-
<a href="https://github.com/forknote/forknote/releases/download/1.0.10.0.1/forknote-linux_2.tar.gz"><span class="mega-octicon fa fa-linux"></span></a>
72-
<h2><a href="https://github.com/forknote/forknote/releases/download/1.0.10.0.1/forknote-linux_2.tar.gz">Linux CLI</a></h2>
71+
<a href="https://github.com/forknote/forknote/releases/download/1.0.11/forknote-linux.tar.gz"><span class="mega-octicon fa fa-linux"></span></a>
72+
<h2><a href="https://github.com/forknote/forknote/releases/download/1.0.11/forknote-linux.tar.gz">Linux CLI</a></h2>
7373
<p>Daemon, simplewallet and payment gateway for Ubuntu (64bit)</p>
7474
</li>
7575
<li class="highlight-module">
76-
<a href="https://github.com/forknote/forknote/releases/download/1.0.10.0.1/forknote-mac_2.zip"><span class="mega-octicon fa fa-apple"></span></a>
77-
<h2><a href="https://github.com/forknote/forknote/releases/download/1.0.10.0.1/forknote-mac_2.zip">Mac CLI</a></h2>
76+
<a href="https://github.com/forknote/forknote/releases/download/1.0.11/forknote-mac.zip"><span class="mega-octicon fa fa-apple"></span></a>
77+
<h2><a href="https://github.com/forknote/forknote/releases/download/1.0.11/forknote-mac.zip">Mac CLI</a></h2>
7878
<p>Daemon, simplewallet and payment gateway for Mac (64bit)</p>
7979
</li>
8080
</ul>

Diff for: index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ <h2><a href="/guides/" title="forknote beginners guide">Get Started</a></h2>
7878
<p>New to Forknote? With these guides you’ll be up and running in a snap.</p>
7979
</li>
8080
<li class="highlight-module">
81-
<a href="/coins/"><span class="mega-octicon octicon-database"></span></a>
82-
<h2><a href="/coins/">Existing blockchains</a></h2>
81+
<a href="https://github.com/forknote/configs"><span class="mega-octicon octicon-database"></span></a>
82+
<h2><a href="https://github.com/forknote/configs">Existing blockchains</a></h2>
8383
<p>List of existing Forknote-supported blockchains.</p>
8484
</li>
8585
<li class="highlight-module">

0 commit comments

Comments
 (0)