From 4323ff8a63a8ee602e270dd31dccca270127606a Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Wed, 27 Jan 2021 11:41:32 +0100 Subject: [PATCH] docs: fix broken link in serve sftp/ftp #4968 --- docs/content/commands/rclone_serve_ftp.md | 2 +- docs/content/commands/rclone_serve_sftp.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/commands/rclone_serve_ftp.md b/docs/content/commands/rclone_serve_ftp.md index fadbf2b9f..204e7eb71 100644 --- a/docs/content/commands/rclone_serve_ftp.md +++ b/docs/content/commands/rclone_serve_ftp.md @@ -277,7 +277,7 @@ together, if `--auth-proxy` is set the authorized keys option will be ignored. There is an example program -[bin/test_proxy.py](https://github.com/rclone/rclone/blob/master/test_proxy.py) +[bin/test_proxy.py](https://github.com/rclone/rclone/blob/master/bin/test_proxy.py) in the rclone source code. The program's job is to take a `user` and `pass` on the input and turn diff --git a/docs/content/commands/rclone_serve_sftp.md b/docs/content/commands/rclone_serve_sftp.md index 3f750f9f7..b4deb13f4 100644 --- a/docs/content/commands/rclone_serve_sftp.md +++ b/docs/content/commands/rclone_serve_sftp.md @@ -288,7 +288,7 @@ together, if `--auth-proxy` is set the authorized keys option will be ignored. There is an example program -[bin/test_proxy.py](https://github.com/rclone/rclone/blob/master/test_proxy.py) +[bin/test_proxy.py](https://github.com/rclone/rclone/blob/master/bin/test_proxy.py) in the rclone source code. The program's job is to take a `user` and `pass` on the input and turn