diff --git a/src/pages/drupal7.mdx b/src/pages/drupal-upgrade.mdx similarity index 100% rename from src/pages/drupal7.mdx rename to src/pages/drupal-upgrade.mdx diff --git a/src/pages/index.mdx b/src/pages/index.mdx index da7af2c5..d4a333c4 100644 --- a/src/pages/index.mdx +++ b/src/pages/index.mdx @@ -42,4 +42,4 @@ Book a [1-on-1 consultation call][call] or an [online pair programming session][ [drupal.org]: https://drupal.org/u/opdavies [github]: https://github.com/opdavies [pair]: /pair -[upgrade-roadmap]: /drupal7 +[upgrade-roadmap]: /drupal-upgrade diff --git a/src/pages/rss/daily.xml.js b/src/pages/rss/daily.xml.js index 12ebe518..37424228 100644 --- a/src/pages/rss/daily.xml.js +++ b/src/pages/rss/daily.xml.js @@ -21,7 +21,7 @@ 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 or an upgrade roadmap.', + '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 or an upgrade roadmap.', '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.', ]); diff --git a/src/products.json b/src/products.json index 0dbad4d6..7f686806 100644 --- a/src/products.json +++ b/src/products.json @@ -5,7 +5,7 @@ "price": 5000, "link": { "text": "Book your roadmap now", - "href": "/drupal7" + "href": "/drupal-upgrade" } }, {