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

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

View File

@ -261,10 +261,10 @@ description: "Rclone Changelog"
- Security fixes
- serve sftp: Resolve CVE-2024-45337 - Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass (dependabot)
- 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)
- 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
- 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)
@ -388,10 +388,10 @@ description: "Rclone Changelog"
- Security fixes
- 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
- 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)
- 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
- 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)
@ -1568,7 +1568,7 @@ instead of of `--size-only`, when `check` is not available.
- dedupe
- Count Checks in the stats while scanning for duplicates (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
- 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)
@ -5118,7 +5118,7 @@ Point release to fix hubic and azureblob backends.
- Fix the uploading of files with spaces
- Fix initialization order for token renewer
- 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
- Google Cloud Storage
- 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 - 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 >}}).
<!-- markdownlint-disable-next-line no-bare-urls -->
See also [Android builds](https://beta.rclone.org/{{% version %}}/testbuilds/).
These are built as part of the official release, but haven't been
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
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.
For technical information, see
https://docs.microsoft.com/windows/win32/taskschd/task-scheduler-start-page.
For technical information, see [Task Scheduler for developers](https://docs.microsoft.com/windows/win32/taskschd/task-scheduler-start-page).
#### Run as service

View File

@ -7,7 +7,7 @@ description: "Rclone Privacy Policy"
## 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.
The policy sets out the different areas where user privacy is concerned and

View File

@ -72,11 +72,11 @@ Timeout for server writing data (default 1h0m0s).
### --rc-serve
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,
so you can browse to http://127.0.0.1:5572/ or http://127.0.0.1:5572/*
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,
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
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.
@ -127,7 +127,7 @@ Default is IP address on which rc is running.
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
@ -2554,11 +2554,11 @@ See all active go routines using
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
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: