Skip to content

Commit

Permalink
update more links from monero-ecosystem move
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Jan 27, 2024
1 parent 1b210dc commit 046785f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ A TypeScript library for creating Monero applications using RPC and WebAssembly
## Architecture

<p align="center">
<img width="85%" height="auto" src="https://raw.githubusercontent.com/monero-ecosystem/monero-ts/master/docs/img/architecture.png"/><br>
<img width="85%" height="auto" src="https://raw.githubusercontent.com/woodser/monero-ts/master/docs/img/architecture.png"/><br>
<i>Build browser or Node.js applications using RPC or WebAssembly bindings to <a href="https://github.com/monero-project/monero">monero-project/monero</a>. Wallet implementations are interchangeable by conforming to a common interface, <a href="https://woodser.github.io/monero-ts/typedocs/classes/MoneroWallet.html">MoneroWallet.ts</a>.</i>
</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/developer_guide/connection_manager.md
Expand Up @@ -4,7 +4,7 @@ Wallets can connect to a single Monero daemon or use a connection manager to aut

The following code demonstrates how to use monero-ts's connection manager to manage daemon or wallet RPC connections.

See [MoneroConnectionManager](https://woodser.github.io/monero-ts/typedocs/classes/MoneroConnectionManager.html) or [TestMoneroConnectionManager.ts](https://github.com/monero-ecosystem/monero-ts/blob/master/src/test/TestMoneroConnectionManager.ts) for more detail.
See [MoneroConnectionManager](https://woodser.github.io/monero-ts/typedocs/classes/MoneroConnectionManager.html) or [TestMoneroConnectionManager.ts](https://github.com/woodser/monero-ts/blob/master/src/test/TestMoneroConnectionManager.ts) for more detail.

```typescript
// import monero-ts (or import types individually)
Expand Down
2 changes: 1 addition & 1 deletion docs/developer_guide/multisig_wallets.md
Expand Up @@ -2,7 +2,7 @@

The following is an example of creating multisig wallets.

For a full example of creating and sending funds from multisig wallets, see "Supports multisig wallets" in [TestMoneroWalletCommon.ts](https://github.com/monero-ecosystem/monero-ts/blob/master/src/test/TestMoneroWalletCommon.ts).
For a full example of creating and sending funds from multisig wallets, see "Supports multisig wallets" in [TestMoneroWalletCommon.ts](https://github.com/woodser/monero-ts/blob/master/src/test/TestMoneroWalletCommon.ts).

```typescript
import moneroTs from "monero-ts";
Expand Down
2 changes: 1 addition & 1 deletion docs/typedocs/index.html
Expand Up @@ -36,7 +36,7 @@ <h2>monero-ts</h2></div>
<li><a href="#donations">Donations</a></li>
</ul>
<a id="md:architecture" class="tsd-anchor"></a><h2><a href="#md:architecture">Architecture</a></h2><p align="center">
<img width="85%" height="auto" src="https://raw.githubusercontent.com/monero-ecosystem/monero-ts/master/docs/img/architecture.png"/><br>
<img width="85%" height="auto" src="https://raw.githubusercontent.com/woodser/monero-ts/master/docs/img/architecture.png"/><br>
<i>Build browser or Node.js applications using RPC or WebAssembly bindings to <a href="https://github.com/monero-project/monero">monero-project/monero</a>. Wallet implementations are interchangeable by conforming to a common interface, <a href="https://woodser.github.io/monero-ts/typedocs/classes/MoneroWallet.html">MoneroWallet.ts</a>.</i>
</p>

Expand Down

0 comments on commit 046785f

Please sign in to comment.