Skip to content

Commit

Permalink
Update docs links to use readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelwedler authored and karlb committed Jun 17, 2021
1 parent fab9241 commit 86c2755
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,20 +88,20 @@ If you haven't used Raiden before, you can:

### Using the WebUI

If you want to learn how to use the Raiden WebUI an [updated tutorial](https://docs.raiden.network/the-raiden-web-interface) has been published in the new documentation for Raiden.
If you want to learn how to use the Raiden WebUI an [updated tutorial](https://raiden-network.readthedocs.io/en/latest/the-raiden-web-interface/the-raiden-web-interface.html) has been published in the documentation for Raiden.

### Prerequisites

If you just want to use the WebUI all you need to do is install and run Raiden. A version of the WebUI comes bundled with each Raiden release and is accessible from `http://127.0.0.1:5001`.

For details on how to easily install Raiden:

Read the [Quick Start](https://docs.raiden.network/quick-start) section in the documentation.
Read the [Quick Start](https://raiden-network.readthedocs.io/en/stable/installation/quick-start/) section in the documentation.

If you want to work on the WebUI codebase you need:

- Node >=10.13.0
- A working [Raiden client](https://raiden-network.readthedocs.io/en/latest/overview_and_guide.html).
- A working [Raiden client](https://raiden-network.readthedocs.io/en/latest/overview_and_guide.html#installation).
- Git for version control.
- Yarn v1 for package management.

Expand Down
2 changes: 1 addition & 1 deletion src/app/components/token-input/token-input.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
Below recommended limit of {{ formattedThreshold() }}
{{ selectedToken.symbol }} for mediated transfers.
<a
href="https://docs.raiden.network/using-raiden-on-mainnet/mediation-fees"
href="https://raiden-network.readthedocs.io/en/latest/using-raiden-on-mainnet/overview.html#mediation-fees"
target="_blank"
class="info-link"
>
Expand Down

0 comments on commit 86c2755

Please sign in to comment.