mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-20 13:44:59 +01:00
quick fix of link to txbuilder examples in docs (#815)
This commit is contained in:
parent
62bb36928e
commit
113edf8e96
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class Index extends React.Component {
|
|||
content: [
|
||||
"We provide solid APIs for constructing and signing transactions.",
|
||||
"From small-scale 1-in 2-out transactions, to custom logic powering exchange withdrawals, we've got you covered.",
|
||||
"Check out our [`TxBuilder` example](docs/txbuilder) to see how."
|
||||
"Check out our [`TxBuilder` example](docs/core/txbuilder) to see how."
|
||||
].join(" "),
|
||||
image: `${baseUrl}img/undraw_transfer_money_rywa.svg`,
|
||||
imageAlign: "right",
|
||||
|
|
Loading…
Add table
Reference in a new issue