From 413138f56b626e7d090e7faa432149e1a6d35092 Mon Sep 17 00:00:00 2001 From: CAOShurong <3502119616@qq.com> Date: Thu, 27 Aug 2026 23:59:08 +0800 Subject: [PATCH] docs: fix dead links in sia and storj backends --- docs/content/sia.md | 2 +- docs/content/storj.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/sia.md b/docs/content/sia.md index 9ec3a6bcf..b3e9b6431 100644 --- a/docs/content/sia.md +++ b/docs/content/sia.md @@ -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). diff --git a/docs/content/storj.md b/docs/content/storj.md index c961e3f73..e31eb0d5b 100644 --- a/docs/content/storj.md +++ b/docs/content/storj.md @@ -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: