docs: fix dead links in sia and storj backends

This commit is contained in:
CAOShurong
2026-08-27 17:59:08 +02:00
committed by GitHub
parent 66761670da
commit 413138f56b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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) network (e.g. a NAS). Please follow the [Get started](https://sia.tech/get-started)
guide and install one. 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 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 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). (the API URL will be `http://127.0.0.1:9980` making external access impossible).
+1 -1
View File
@@ -114,7 +114,7 @@ Side by side comparison with more details:
To make a new Storj configuration you need one of the following: To make a new Storj configuration you need one of the following:
- Access Grant that someone else shared with you. - 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. of a Storj project you are a member of.
Here is an example of how to make a remote called `remote`. First run: Here is an example of how to make a remote called `remote`. First run: