From 1eff8bec5efca59d4264cc104caa9beb457d1536 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 27 Jun 2023 23:13:51 +0100 Subject: [PATCH] docs(archive): update URLs --- src/pages/rss/daily.xml.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/rss/daily.xml.js b/src/pages/rss/daily.xml.js index de29d233f..80ba7b9f7 100644 --- a/src/pages/rss/daily.xml.js +++ b/src/pages/rss/daily.xml.js @@ -21,8 +21,8 @@ export async function get() { } return '
P.S. ' + _.sample([ - 'Are you still using Drupal 7 and don’t know what’s involved to upgrade to Drupal 10? Book a Drupal 7 upgrade consultation call.', - 'Need help or want another pair of eyes on your code? Book a 1-on-1 consulting call or an online pair programming session with a 100% money-back guarantee.', + 'Are you still using Drupal 7 and don’t know what’s involved to upgrade to Drupal 10? Book a Drupal 7 upgrade consultation call.', + 'Need help or want another pair of eyes on your code? Book a 1-on-1 consulting call or an online pair programming session with a 100% money-back guarantee.', 'If you\'re creating a new Drupal module, try my free Drupal module template.', ]); };