From 7e22293c70319393142386f8fc91f55cb4a82d27 Mon Sep 17 00:00:00 2001 From: Budalebah <113329223+Budalebah@users.noreply.github.com> Date: Wed, 31 Jul 2024 23:10:21 +0300 Subject: [PATCH] fixing broken pathways fixing broken pathways --- pages/developer-docs/irys-sdk/api/fund.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/developer-docs/irys-sdk/api/fund.mdx b/pages/developer-docs/irys-sdk/api/fund.mdx index df80030..c4842fd 100644 --- a/pages/developer-docs/irys-sdk/api/fund.mdx +++ b/pages/developer-docs/irys-sdk/api/fund.mdx @@ -6,9 +6,9 @@ import { Callout } from "nextra-theme-docs"; # `irys.fund(amount)` -Funds the [Irys network](/overview/networks) you connected to with the specified number of tokens. +Funds the [Irys network](https://github.com/Irys-xyz/Irys-docs/blob/352323abeb1d6e64bbb1cdbb7d0e6fd55363d1d4/pages/overview/networks.mdx#L12) you connected to with the specified number of tokens. -For more information on how funding and withdrawing are handled, [see our docs](/learn/funding-withdrawing). +For more information on how funding and withdrawing are handled, [see our docs](https://github.com/Irys-xyz/Irys-docs/blob/352323abeb1d6e64bbb1cdbb7d0e6fd55363d1d4/pages/learn/funding-withdrawing.mdx#L4). **Parameters** @@ -33,7 +33,7 @@ response = { ## Upfront funding -You can up-front fund a node, where you send over enough funds to cover all of a project’s uploads. When upfront funding, you may want to [write a script to monitor your stored balance, topping up when needed.](/hands-on/tutorials/monitor-node-balance) +You can up-front fund a node, where you send over enough funds to cover all of a project’s uploads. When upfront funding, you may want to [write a script to monitor your stored balance, topping up when needed.](https://github.com/Irys-xyz/Irys-docs/blob/352323abeb1d6e64bbb1cdbb7d0e6fd55363d1d4/pages/hands-on/tutorials/monitor-node-balance.mdx#L9 ```js try { @@ -87,7 +87,7 @@ try { ## Paid RPCs -When [transferring tokens](/learn/funding-withdrawing) we use public RPCs. Sometimes these can be slow to confirm transactions. If you're experiencing an error when funding, consider using a paid RPC. +When [transferring tokens](https://github.com/Irys-xyz/Irys-docs/blob/352323abeb1d6e64bbb1cdbb7d0e6fd55363d1d4/pages/learn/funding-withdrawing.mdx#L4) we use public RPCs. Sometimes these can be slow to confirm transactions. If you're experiencing an error when funding, consider using a paid RPC. ```js const network = "devnet; @@ -101,4 +101,4 @@ const irys = new Irys({ key: privateKey, // ETH or SOL private key config: { providerUrl }, }); -``` \ No newline at end of file +```