From 871cc2f62db8652bc974e539658e90cf820efb47 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Wed, 12 Jan 2022 19:51:26 +0100 Subject: [PATCH] docs: fix links to rc sections --- cmd/backend/backend.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/backend/backend.go b/cmd/backend/backend.go index 07f7cba57..936e903c2 100644 --- a/cmd/backend/backend.go +++ b/cmd/backend/backend.go @@ -41,7 +41,7 @@ You can discover what commands a backend implements by using rclone backend help You can also discover information about the backend using (see -[operations/fsinfo](/rc/#operations/fsinfo) in the remote control docs +[operations/fsinfo](/rc/#operations-fsinfo) in the remote control docs for more info). rclone backend features remote: @@ -55,7 +55,7 @@ Pass arguments to the backend by placing them on the end of the line rclone backend cleanup remote:path file1 file2 file3 Note to run these commands on a running backend then see -[backend/command](/rc/#backend/command) in the rc docs. +[backend/command](/rc/#backend-command) in the rc docs. `, RunE: func(command *cobra.Command, args []string) error { cmd.CheckArgs(2, 1e6, command, args) @@ -149,7 +149,7 @@ See [the "rclone backend" command](/commands/rclone_backend/) for more info on how to pass options and arguments. These can be run on a running backend using the rc command -[backend/command](/rc/#backend/command). +[backend/command](/rc/#backend-command). `, name) for _, cmd := range cmds {