From 7a0d5ab0b4ceb58f705403f6eef29727cc5e0dcd Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Thu, 10 Jul 2025 14:00:54 +0200 Subject: [PATCH] docs: fix markdownlint issue md059/descriptive-link-text --- docs/content/docs.md | 4 ++-- docs/content/downloads.md | 2 +- docs/content/faq.md | 2 +- docs/content/install.md | 7 ++++--- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/content/docs.md b/docs/content/docs.md index 97abb31d4..1d445a296 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -1265,7 +1265,7 @@ add multiple headers. rclone sync --interactive s3:test/src ~/dst --header-download "X-Amz-Meta-Test: Foo" --header-download "X-Amz-Meta-Test2: Bar" ``` -See the GitHub issue [here](https://github.com/rclone/rclone/issues/59) for +See GitHub issue [#59](https://github.com/rclone/rclone/issues/59) for currently supported backends. ### --header-upload stringArray @@ -1277,7 +1277,7 @@ multiple headers. rclone sync --interactive ~/src s3:test/dst --header-upload "Content-Disposition: attachment; filename='cool.html'" --header-upload "X-Amz-Meta-Test: FooBar" ``` -See the GitHub issue [here](https://github.com/rclone/rclone/issues/59) for +See GitHub issue [#59](https://github.com/rclone/rclone/issues/59) for currently supported backends. ### --human-readable diff --git a/docs/content/downloads.md b/docs/content/downloads.md index 879a6a017..6dc53b4b9 100644 --- a/docs/content/downloads.md +++ b/docs/content/downloads.md @@ -115,7 +115,7 @@ script) from a URL which doesn't change then you can use these links. ## Older Downloads -Older downloads can be found [here](https://downloads.rclone.org/). +Older downloads can be found at The latest `rclone` version working for: diff --git a/docs/content/faq.md b/docs/content/faq.md index 315c7312f..3dfcf1393 100644 --- a/docs/content/faq.md +++ b/docs/content/faq.md @@ -278,4 +278,4 @@ Unicode characters when transferring to one storage system, and replacing back again when transferring to a different storage system where the original characters are supported. When the same Unicode characters are intentionally used in file names, this replacement strategy leads -to unwanted renames. Read more [here](/overview/#restricted-filenames-caveats). +to unwanted renames. Read more under section [caveats](/overview/#restricted-filenames-caveats). diff --git a/docs/content/install.md b/docs/content/install.md index f64423504..d29673121 100644 --- a/docs/content/install.md +++ b/docs/content/install.md @@ -91,7 +91,7 @@ developers so it may be out of date. Its current version is as below. [![MacPorts port](https://repology.org/badge/version-for-repo/macports/rclone.svg)](https://repology.org/project/rclone/versions) -More information [here](https://ports.macports.org/port/rclone/). +More information on [macports.org](https://ports.macports.org/port/rclone/). ### Precompiled binary, using curl {#macos-precompiled} @@ -269,7 +269,8 @@ from the rclone image. - If you want to access the RC interface (either via the API or the Web UI), it is required to set the `--rc-addr` to `:5572` in order to connect to it from outside - the container. An explanation about why this is necessary is present [here](https://web.archive.org/web/20200808071950/https://pythonspeed.com/articles/docker-connection-refused/). + the container. An explanation about why this is necessary can be found in an old [pythonspeed.com](https://web.archive.org/web/20200808071950/https://pythonspeed.com/articles/docker-connection-refused/) + article. - NOTE: Users running this container with the docker network set to `host` should probably set it to listen to localhost only, with `127.0.0.1:5572` as the value for `--rc-addr` @@ -609,7 +610,7 @@ into its own launcher service, as kind of "child services". This has the additio advantage that it also implements a network provider that integrates into Windows standard methods for managing network drives. This is currently not officially supported by Rclone, but with WinFsp version 2019.3 B2 / v1.5B2 or later -it should be possible through path rewriting as described [here](https://github.com/rclone/rclone/issues/3340). +it should be possible through path rewriting as described in [#3340](https://github.com/rclone/rclone/issues/3340). ##### Third-party service integration