docs: fix markdownlint issue md034/no-bare-urls

This commit is contained in:
albertony
2025-07-10 14:46:12 +02:00
parent 953fb4490b
commit a8605abd34
10 changed files with 24 additions and 22 deletions

View File

@ -290,7 +290,7 @@ make build_dep
``` ```
The full integration tests are run daily on the integration test server. You can The full integration tests are run daily on the integration test server. You can
find the results at https://pub.rclone.org/integration-tests/ find the results at <https://pub.rclone.org/integration-tests/>
## Code Organisation ## Code Organisation
@ -673,6 +673,6 @@ add them out of tree.
This may be easier than using a plugin and is supported on all This may be easier than using a plugin and is supported on all
platforms not just macOS and Linux. platforms not just macOS and Linux.
This is explained further in https://github.com/rclone/rclone_out_of_tree_example This is explained further in <https://github.com/rclone/rclone_out_of_tree_example>
which has an example of an out of tree backend `ram` (which is a which has an example of an out of tree backend `ram` (which is a
renamed version of the `memory` backend). renamed version of the `memory` backend).

View File

@ -128,4 +128,4 @@ google groups.
## TODO ## ## TODO ##
I should probably make a dev@rclone.org to register with cloud providers. I should probably make a <dev@rclone.org> to register with cloud providers.

View File

@ -166,7 +166,7 @@ Please see the [rclone website](https://rclone.org/) for:
## Downloads ## Downloads
- https://rclone.org/downloads/ - <https://rclone.org/downloads/>
License License
------- -------

View File

@ -152,7 +152,7 @@ Now
If updating the website note that the sponsor logos have been moved out of the If updating the website note that the sponsor logos have been moved out of the
main repository. main repository.
You will need to checkout `/docs/static/img/logos` from https://github.com/rclone/third-party-logos You will need to checkout `/docs/static/img/logos` from <https://github.com/rclone/third-party-logos>
which is a private repo containing artwork from sponsors. which is a private repo containing artwork from sponsors.
## Update the website between releases ## Update the website between releases
@ -177,7 +177,7 @@ Create the changes, check them in, test with `make serve` then
make upload_test_website make upload_test_website
``` ```
Check out https://test.rclone.org and when happy Check out <https://test.rclone.org> and when happy
```sh ```sh
make upload_website make upload_website

View File

@ -2,6 +2,7 @@
title: "Authors" title: "Authors"
description: "Rclone Authors and Contributors" description: "Rclone Authors and Contributors"
--- ---
<!-- markdownlint-disable no-bare-urls -->
# Authors and contributors # Authors and contributors

View File

@ -261,10 +261,10 @@ description: "Rclone Changelog"
- Security fixes - Security fixes
- serve sftp: Resolve CVE-2024-45337 - Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass (dependabot) - serve sftp: Resolve CVE-2024-45337 - Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass (dependabot)
- Rclone was **not** vulnerable to this. - Rclone was **not** vulnerable to this.
- See https://github.com/advisories/GHSA-v778-237x-gjrc - See <https://github.com/advisories/GHSA-v778-237x-gjrc>
- build: Update golang.org/x/net to v0.33.0 to fix CVE-2024-45338 - Non-linear parsing of case-insensitive content (Nick Craig-Wood) - build: Update golang.org/x/net to v0.33.0 to fix CVE-2024-45338 - Non-linear parsing of case-insensitive content (Nick Craig-Wood)
- Rclone was **not** vulnerable to this. - Rclone was **not** vulnerable to this.
- See https://github.com/advisories/GHSA-w32m-9786-jp63 - See <https://github.com/advisories/GHSA-w32m-9786-jp63>
- New Features - New Features
- accounting: Write the current bwlimit to the log on SIGUSR2 (Nick Craig-Wood) - accounting: Write the current bwlimit to the log on SIGUSR2 (Nick Craig-Wood)
- bisync: Change exit code from 2 to 7 for critically aborted run (albertony) - bisync: Change exit code from 2 to 7 for critically aborted run (albertony)
@ -388,10 +388,10 @@ description: "Rclone Changelog"
- Security fixes - Security fixes
- local backend: CVE-2024-52522: fix permission and ownership on symlinks with `--links` and `--metadata` (Nick Craig-Wood) - local backend: CVE-2024-52522: fix permission and ownership on symlinks with `--links` and `--metadata` (Nick Craig-Wood)
- Only affects users using `--metadata` and `--links` and copying files to the local backend - Only affects users using `--metadata` and `--links` and copying files to the local backend
- See https://github.com/rclone/rclone/security/advisories/GHSA-hrxh-9w67-g4cv - See <https://github.com/rclone/rclone/security/advisories/GHSA-hrxh-9w67-g4cv>
- build: bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (dependabot) - build: bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (dependabot)
- This is an issue in a dependency which is used for JWT certificates - This is an issue in a dependency which is used for JWT certificates
- See https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r - See <https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r>
- Bug Fixes - Bug Fixes
- accounting: Fix wrong message on SIGUSR2 to enable/disable bwlimit (Nick Craig-Wood) - accounting: Fix wrong message on SIGUSR2 to enable/disable bwlimit (Nick Craig-Wood)
- bisync: Fix output capture restoring the wrong output for logrus (Dimitrios Slamaris) - bisync: Fix output capture restoring the wrong output for logrus (Dimitrios Slamaris)
@ -1568,7 +1568,7 @@ instead of of `--size-only`, when `check` is not available.
- dedupe - dedupe
- Count Checks in the stats while scanning for duplicates (Nick Craig-Wood) - Count Checks in the stats while scanning for duplicates (Nick Craig-Wood)
- Make dedupe obey the filters (Nick Craig-Wood) - Make dedupe obey the filters (Nick Craig-Wood)
- dlna: Properly attribute code used from https://github.com/anacrolix/dms (Nick Craig-Wood) - dlna: Properly attribute code used from <https://github.com/anacrolix/dms> (Nick Craig-Wood)
- docs - docs
- Add minimum versions and status badges to backend and command docs (Nick Craig-Wood, albertony) - Add minimum versions and status badges to backend and command docs (Nick Craig-Wood, albertony)
- Remote names may not start or end with space (albertony) - Remote names may not start or end with space (albertony)
@ -5118,7 +5118,7 @@ Point release to fix hubic and azureblob backends.
- Fix the uploading of files with spaces - Fix the uploading of files with spaces
- Fix initialization order for token renewer - Fix initialization order for token renewer
- Display speeds accurately when uploading - Yoni Jah - Display speeds accurately when uploading - Yoni Jah
- Swap to using http://localhost:53682/ as redirect URL - Michael Ledin - Swap to using `http://localhost:53682/` as redirect URL - Michael Ledin
- Retry on token expired error, reset upload body on retry - Yoni Jah - Retry on token expired error, reset upload body on retry - Yoni Jah
- Google Cloud Storage - Google Cloud Storage
- Add ability to specify location and storage class via config and command line - thanks gdm85 - Add ability to specify location and storage class via config and command line - thanks gdm85

View File

@ -41,8 +41,10 @@ in the Go Wiki.
| MIPS - Big Endian | - | - | {{< download linux mips >}} | {{< download linux mips deb >}} | {{< download linux mips rpm >}} | - | - | - | - | - | | MIPS - Big Endian | - | - | {{< download linux mips >}} | {{< download linux mips deb >}} | {{< download linux mips rpm >}} | - | - | - | - | - |
| MIPS - Little Endian | - | - | {{< download linux mipsle >}} | {{< download linux mipsle deb >}} | {{< download linux mipsle rpm >}} | - | - | - | - | - | | MIPS - Little Endian | - | - | {{< download linux mipsle >}} | {{< download linux mipsle deb >}} | {{< download linux mipsle rpm >}} | - | - | - | - | - |
<!-- markdownlint-disable-next-line no-bare-urls line-length -->
You can also find a [mirror of the downloads on GitHub](https://github.com/rclone/rclone/releases/tag/{{< version >}}). You can also find a [mirror of the downloads on GitHub](https://github.com/rclone/rclone/releases/tag/{{< version >}}).
<!-- markdownlint-disable-next-line no-bare-urls -->
See also [Android builds](https://beta.rclone.org/{{% version %}}/testbuilds/). See also [Android builds](https://beta.rclone.org/{{% version %}}/testbuilds/).
These are built as part of the official release, but haven't been These are built as part of the official release, but haven't been
adopted as first class builds yet. adopted as first class builds yet.

View File

@ -620,8 +620,7 @@ configure rclone to be started automatically in a highly configurable way, e.g.
periodically on a schedule, on user log on, or at system startup. It can run periodically on a schedule, on user log on, or at system startup. It can run
be configured to run as the current user, or for a mount command that needs to be configured to run as the current user, or for a mount command that needs to
be available to all users it can run as the `SYSTEM` user. be available to all users it can run as the `SYSTEM` user.
For technical information, see For technical information, see [Task Scheduler for developers](https://docs.microsoft.com/windows/win32/taskschd/task-scheduler-start-page).
https://docs.microsoft.com/windows/win32/taskschd/task-scheduler-start-page.
#### Run as service #### Run as service

View File

@ -7,7 +7,7 @@ description: "Rclone Privacy Policy"
## What is this Privacy Policy for? ## ## What is this Privacy Policy for? ##
This privacy policy is for this website https://rclone.org and governs the This privacy policy is for this website <https://rclone.org> and governs the
privacy of its users who choose to use it. privacy of its users who choose to use it.
The policy sets out the different areas where user privacy is concerned and The policy sets out the different areas where user privacy is concerned and

View File

@ -73,10 +73,10 @@ Timeout for server writing data (default 1h0m0s).
### --rc-serve ### --rc-serve
Enable the serving of remote objects via the HTTP interface. This Enable the serving of remote objects via the HTTP interface. This
means objects will be accessible at http://127.0.0.1:5572/ by default, means objects will be accessible at `http://127.0.0.1:5572/` by default,
so you can browse to http://127.0.0.1:5572/ or http://127.0.0.1:5572/* so you can browse to `http://127.0.0.1:5572/` or `http://127.0.0.1:5572/*`
to see a listing of the remotes. Objects may be requested from to see a listing of the remotes. Objects may be requested from
remotes using this syntax http://127.0.0.1:5572/[remote:path]/path/to/object remotes using this syntax `http://127.0.0.1:5572/[remote:path]/path/to/object`
Default Off. Default Off.
@ -127,7 +127,7 @@ Default is IP address on which rc is running.
Set the URL to fetch the rclone-web-gui files from. Set the URL to fetch the rclone-web-gui files from.
Default https://api.github.com/repos/rclone/rclone-webui-react/releases/latest. Default <https://api.github.com/repos/rclone/rclone-webui-react/releases/latest>.
### --rc-web-gui-update ### --rc-web-gui-update
@ -2554,11 +2554,11 @@ See all active go routines using
curl http://localhost:5572/debug/pprof/goroutine?debug=1 curl http://localhost:5572/debug/pprof/goroutine?debug=1
``` ```
Or go to http://localhost:5572/debug/pprof/goroutine?debug=1 in your browser. Or go to <http://localhost:5572/debug/pprof/goroutine?debug=1> in your browser.
### Other profiles to look at ### Other profiles to look at
You can see a summary of profiles available at http://localhost:5572/debug/pprof/ You can see a summary of profiles available at <http://localhost:5572/debug/pprof/>
Here is how to use some of them: Here is how to use some of them: