docs: fix dead links in sia and storj backends
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ Before you can use rclone with Sia, you will need to have a running copy of
|
||||
network (e.g. a NAS). Please follow the [Get started](https://sia.tech/get-started)
|
||||
guide and install one.
|
||||
|
||||
rclone interacts with Sia network by talking to the Sia daemon via [HTTP API](https://sia.tech/docs/)
|
||||
rclone interacts with Sia network by talking to the Sia daemon via [HTTP API](https://docs.sia.tech/)
|
||||
which is usually available on port *9980*. By default you will run the daemon
|
||||
locally on the same computer so it's safe to leave the API password blank
|
||||
(the API URL will be `http://127.0.0.1:9980` making external access impossible).
|
||||
|
||||
@@ -114,7 +114,7 @@ Side by side comparison with more details:
|
||||
To make a new Storj configuration you need one of the following:
|
||||
|
||||
- Access Grant that someone else shared with you.
|
||||
- [API Key](https://documentation.storj.io/getting-started/uploading-your-first-object/create-an-api-key)
|
||||
- [API Key](https://storj.dev/learn/concepts/access/access-grants/api-key)
|
||||
of a Storj project you are a member of.
|
||||
|
||||
Here is an example of how to make a remote called `remote`. First run:
|
||||
|
||||
Reference in New Issue
Block a user