chore: update website URLs

This commit is contained in:
Oliver Davies 2023-05-16 21:48:15 +01:00
parent 2037660cbd
commit e66f689d48

View file

@ -21,8 +21,8 @@ export async function get() {
}
return '<br />P.S. ' + _.sample([
'Are you still using Drupal 7 and dont know whats involved to upgrade to Drupal 10? <a href="https://www.oliverdavies.uk/call">Book a Drupal 7 upgrade consultation call</a>.',
'Need help or want another pair of eyes on your code? Book a <a href="https://www.oliverdavies.uk/call">1-on-1 consulting call</a> or an <a href="https://www.oliverdavies.uk/pair">online pair programming session</a> with a 100% money-back guarantee.',
'Are you still using Drupal 7 and dont know whats involved to upgrade to Drupal 10? <a href="https://www.oliverdavies.dev/call">Book a Drupal 7 upgrade consultation call</a>.',
'Need help or want another pair of eyes on your code? Book a <a href="https://www.oliverdavies.dev/call">1-on-1 consulting call</a> or an <a href="https://www.oliverdavies.uk/pair">online pair programming session</a> with a 100% money-back guarantee.',
'If you\'re creating a new Drupal module, try my <a href="https://github.com/opdavies/drupal-module-template">free Drupal module template</a>.',
]);
};