Skip to content

Commit

Permalink
Merge branch 'fix_rpc_link' into 'master'
Browse files Browse the repository at this point in the history
update broken link to zcash.github.io

See merge request zcash-docs/zcash-docs!278
  • Loading branch information
mdr0id committed Nov 11, 2021
2 parents 7fc8e33 + 29f83df commit 7a0baef
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ This is the home for Zcash documentation for end users and developers. Check out
</div>

<div class="button-box bg-yellow">
<a href="https://zcash.github.io/">
<a href="https://zcash.github.io/rpc/">
<div>
<img src="_static/images/box_mobile_icon.png" />
</div>
Expand All @@ -86,7 +86,7 @@ This is the home for Zcash documentation for end users and developers. Check out
<strong>RPC Documentation </strong>
<span>Details on zcashd commands</span>
</p>
<p>https://zcash.github.io/</p>
<p>https://zcash.github.io/rpc/</p>
</div>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion source/rtd_pages/dev_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Here are the most helpful tools to test and debug code.

## Zcashd/Zcash-cli RPC Docs

Thee [Zcash RPC webpage](https://zcash.github.io/) makes it easy to look at zcashd commands, their parameters, and examples. The content on that page is the formatted help text for each of the Zcash RPC calls, extracted by an open sourced tool. This is one of the most frequently used resources by core developers.
Thee [Zcash RPC webpage](https://zcash.github.io/rpc/) makes it easy to look at zcashd commands, their parameters, and examples. The content on that page is the formatted help text for each of the Zcash RPC calls, extracted by an open sourced tool. This is one of the most frequently used resources by core developers.

## Zcash Testnet Guide

Expand Down
2 changes: 1 addition & 1 deletion source/rtd_pages/nu_dev_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ mandatory-script-verify-flag-failed

1. When creating raw transactions, the `signrawtransaction` step must be
completed correctly. There is a field in `signrawtransaction` called `prevtxs`
which can be seen here (https://zcash.github.io/signrawtransaction.html).
which can be seen here (https://zcash.github.io/rpc/signrawtransaction.html).
The `prevtxs` parameter is optional, but if it is specified, the `amount`
parameter must also be specified. This amount is the total amount of the
previous output. Prior to Overwinter the `amount` parameter was not required,
Expand Down
4 changes: 2 additions & 2 deletions source/rtd_pages/payment_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ We recommend this community-maintained |API|, which is automatically generated w

.. |API| raw:: html

<a href="https://zcash.github.io/" target="_blank">Zcash Payment API documentation</a>
<a href="https://zcash.github.io/rpc/" target="_blank">Zcash Payment API documentation</a>

.. image:: images/api.png
:target: https://zcash.github.io/
:target: https://zcash.github.io/rpc/
4 changes: 2 additions & 2 deletions source/rtd_pages/zcashd.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ With a fully-synced running ``zcashd`` in the background, open a new terminal wi
./src/zcash-cli getinfo
```

See the available [RPC commands](https://zcash.github.io/) for all the capabilities of Zcashd & Zcash-cli.
See the available [RPC commands](https://zcash.github.io/rpc/) for all the capabilities of Zcashd & Zcash-cli.

Every Zcashd comes with an embedded Zcash **wallet**. The private keys and transaction information are associated with this wallet are stored in:

Expand Down Expand Up @@ -90,7 +90,7 @@ Helpful tips:
## References

An extensive list of Zcashd & Zcash-cli pages, including ones linked inline in this page above.
* [Zcash RPC Commands](https://zcash.github.io/)
* [Zcash RPC Commands](https://zcash.github.io/rpc/)
* [Zcash.conf guide](zcash_conf_guide.html)
* [Troubleshooting Guide](troubleshooting_guide.html)
* [Wallet Backup Instructions](wallet_backup.html)
Expand Down

0 comments on commit 7a0baef

Please sign in to comment.