Skip to content

Commit

Permalink
demo pages. Documentation link changed
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaipov committed Feb 11, 2019
1 parent d9ae0ff commit baf8429
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions docs/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<img src="../assets/logo.png" alt="KeyChain logo">
</div>
<div class="column col-10">
<h1>KeyChain demo</h1>
<p>Test the WebSocket commands of KeyChain <span id="version"></span> - a highly secure key management app for generating keys and signing transactions. <br>
Documentation: <a href="https://github.com/arrayio/array-io-keychain/wiki/KeyChain-Protocol">KeyChain Protocol</a>
<h1>KeyChain Demo</h1>
<p>Test the WebSocket commands of KeyChain <span id="version"></span><br>
Read more: <a href="https://avvrik.github.io/KeyChain/#keychain-documentation">KeyChain Documentation</a>
</p>
</div>
</div>
Expand Down Expand Up @@ -147,8 +147,8 @@ <h1>KeyChain demo</h1>
<label class="form-label" for="response">Response</label>
<textarea class="form-input" id="response" placeholder="{}" rows="9"></textarea>
</div>
<div class="column col-6 my-2">
<div class="toast toast-warning">
<div class="column my-2">
<div class="toast toast-warning text-center">
Warning! <code>unlock_time</code> parameter is experimental and optional
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/eth_signer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</div>
</div>
<div class="columns">
<div class="column col-2">
<div class="column col-2 text-right">
<img src="../assets/logo.png" alt="KeyChain logo">
</div>
<div class="column col mx-2 my-2">
Expand Down
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<img src="assets/logo.png" alt="KeyChain logo">
</div>
<div class="column col-10">
<h1>KeyChain demo</h1>
<p>Test the WebSocket commands of KeyChain <span id="version"></span> - a highly secure key management app for generating keys and signing transactions. <br>
Documentation: <a href="https://github.com/arrayio/array-io-keychain/wiki/KeyChain-Protocol">KeyChain Protocol</a>
<h1>KeyChain Demo</h1>
<p>Test the WebSocket commands of KeyChain <span id="version"></span><br>
Read more: <a href="https://avvrik.github.io/KeyChain/#keychain-documentation">KeyChain Documentation</a>
</p>
</div>
</div>
Expand Down Expand Up @@ -147,8 +147,8 @@ <h1>KeyChain demo</h1>
<label class="form-label" for="response">Response</label>
<textarea class="form-input" id="response" placeholder="{}" rows="9"></textarea>
</div>
<div class="column col-6 my-2">
<div class="toast toast-warning">
<div class="column my-2">
<div class="toast toast-warning text-center">
Warning! <code>unlock_time</code> parameter is experimental and optional
</div>
</div>
Expand Down

0 comments on commit baf8429

Please sign in to comment.