1
0
mirror of https://github.com/rclone/rclone.git synced 2025-08-10 06:09:44 +02:00

docs: fix markdownlint issue md059/descriptive-link-text

This commit is contained in:
albertony
2025-07-10 14:00:54 +02:00
parent 75582b804b
commit 7a0d5ab0b4
4 changed files with 8 additions and 7 deletions

View File

@@ -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

View File

@@ -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 <https://downloads.rclone.org/>
The latest `rclone` version working for:

View File

@@ -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).

View File

@@ -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