From 509e037c263722d96f8e0f213fb7204b10019d29 Mon Sep 17 00:00:00 2001 From: Justin Winokur Date: Fri, 15 Nov 2019 08:45:25 -0700 Subject: [PATCH] fixed broken link --- Third-Party-Integrations-with-rclone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Third-Party-Integrations-with-rclone.md b/Third-Party-Integrations-with-rclone.md index 9c4e9d1..d7d63e2 100644 --- a/Third-Party-Integrations-with-rclone.md +++ b/Third-Party-Integrations-with-rclone.md @@ -106,7 +106,7 @@ Features: * Robust file tracking including moves and deletes * All files to be deleted or overwritten are backed up *before* any destructive operations occur -* While sync is not atomic, interruptions or failures result in a recoverable state (see the [FAQs](https://github.com/Jwink3101/PyFiSync/blob/rclone/FAQs.md) for an enumeration of situations) +* While sync is not atomic, interruptions or failures result in a recoverable state (see the [FAQs](https://github.com/Jwink3101/PyFiSync/blob/master/FAQs.md) for an enumeration of situations) * *Extensive* test suite including a huge number of edge cases and odd situations * Tested on Python 2.7.16 and 3.6.8 * No dependancies besides rclone