From 63ca348f3eedb6b7eab13e8e335c36e3f1f63d30 Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Tue, 4 May 2021 08:02:03 +0200
Subject: [PATCH] docs: replace later with breejs/later (#9830)

---
 docs/usage/configuration-options.md | 4 +++-
 docs/usage/faq.md                   | 6 ++++--
 docs/usage/noise-reduction.md       | 5 +++--
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md
index c03a0ab921..6f961960e7 100644
--- a/docs/usage/configuration-options.md
+++ b/docs/usage/configuration-options.md
@@ -2122,7 +2122,9 @@ To restrict `aws-sdk` to only monthly updates, you could add this package rule:
 }
 ```
 
-Technical details: We mostly rely on the text parsing of the library [later](https://bunkat.github.io/later/parsers.html#text) but only its concepts of "days", "time_before", and "time_after" (Renovate does not support scheduled minutes or "at an exact time" granularity).
+Technical details: We mostly rely on the text parsing of the library [@breejs/later](https://github.com/breejs/later) but only its concepts of "days", "time_before", and "time_after".
+Read the parser documentation at [breejs.github.io/later/parsers.html#text](https://breejs.github.io/later/parsers.html#text).
+Renovate does not support scheduled minutes or "at an exact time" granularity.
 
 ## semanticCommitScope
 
diff --git a/docs/usage/faq.md b/docs/usage/faq.md
index 6a2d16037f..350a28fc62 100644
--- a/docs/usage/faq.md
+++ b/docs/usage/faq.md
@@ -72,8 +72,10 @@ You can set a specific time zone in your local config file as well:
 The timezone must be a valid [IANA time zone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
 
 With the timezone set, you can define days of week or hours of the day in which Renovate will make changes.
-Renovate uses the [later](https://bunkat.github.io/later/parsers.html#text) library to parse the text.
-The _later_ library also handles the concepts of "days", time_before", and "time_after".
+Renovate uses the [@breejs/later](https://github.com/breejs/later) library to parse the text.
+Read the parser documentation at [breejs.github.io/later/parsers.html#text](https://breejs.github.io/later/parsers.html#text).
+The _@breejs/later_ library also handles the concepts of "days", time_before", and "time_after".
+Renovate does not support scheduled minutes or "at an exact time" granularity.
 
 Examples of the kind of schedules you can create:
 
diff --git a/docs/usage/noise-reduction.md b/docs/usage/noise-reduction.md
index 06c8d8855c..c275d1158f 100644
--- a/docs/usage/noise-reduction.md
+++ b/docs/usage/noise-reduction.md
@@ -98,8 +98,9 @@ Or perhaps at least weekly:
   ]
 ```
 
-If you're wondering what is supported and not, under the hood, the schedule is parsed using [later.js](https://bunkat.github.io/later/) using the `later.parse.text(scheduleString)` API.
-[This page](https://bunkat.github.io/later/parsers.html#text) explains the supported syntax or you can experiment on the [RunKit playground](https://npm.runkit.com/later).
+If you're wondering what is supported and not, under the hood, the schedule is parsed using [@breejs/later](https://github.com/breejs/later) using the `later.parse.text(scheduleString)` API.
+Read the parser documentation at [breejs.github.io/later/parsers.html#text](https://breejs.github.io/later/parsers.html#text).
+Renovate does not support scheduled minutes or "at an exact time" granularity.
 
 ## Automerging
 
-- 
GitLab