Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeppo <53090100+beppo-dd@users.noreply.github.com>2021-09-01 15:52:30 +0300
committerBeppo <53090100+beppo-dd@users.noreply.github.com>2021-09-01 15:52:30 +0300
commit270b9457a8f85a0792d900820734ae48f9c88ed8 (patch)
treefeb1e3d95456cf768b02ce6f07a5af2252ff163f
parent7d71c6a4797cc62a8283c150bda90713fe472474 (diff)
Timeparser.cs: summay: Update URL to duplicity man page
Domain, path and section is changed.
-rw-r--r--Duplicati/Library/Utility/Timeparser.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Library/Utility/Timeparser.cs b/Duplicati/Library/Utility/Timeparser.cs
index 953089b97..061dd6f68 100644
--- a/Duplicati/Library/Utility/Timeparser.cs
+++ b/Duplicati/Library/Utility/Timeparser.cs
@@ -26,7 +26,7 @@ namespace Duplicati.Library.Utility
/// <summary>
/// Utility class to parse date/time offset strings like duplicity does:
- /// http://www.nongnu.org/duplicity/duplicity.1.html#sect7
+ /// http://duplicity.nongnu.org/vers8/duplicity.1.html#sect8
/// </summary>
public static class Timeparser
{