diff --git a/react/Footer/__snapshots__/Footer.test.js.snap b/react/Footer/__snapshots__/Footer.test.js.snap
index 143a3a1d..7d933b01 100644
--- a/react/Footer/__snapshots__/Footer.test.js.snap
+++ b/react/Footer/__snapshots__/Footer.test.js.snap
@@ -228,7 +228,7 @@ exports[`Footer: should render when authenticated 1`] = `
@@ -1062,7 +1062,7 @@ exports[`Footer: should render when authentication is pending 1`] = `
@@ -1896,7 +1896,7 @@ exports[`Footer: should render when unauthenticated 1`] = `
@@ -2730,7 +2730,7 @@ exports[`Footer: should render with locale of AU 1`] = `
@@ -3534,7 +3534,7 @@ exports[`Footer: should render with locale of NZ 1`] = `
diff --git a/react/Footer/data/tools.js b/react/Footer/data/tools.js
index 0f1c890f..fd510399 100644
--- a/react/Footer/data/tools.js
+++ b/react/Footer/data/tools.js
@@ -109,13 +109,15 @@ export const seekSites = [
},
{
name: 'Business for sale',
- href: 'https://www.seekbusiness.com.au/?tracking=sk:main:au:nav:bus',
+ href:
+ 'https://www.seekbusiness.com.au/?tracking=sk%3Amain%3Aau%3Anav%3Abus',
analytics: 'toolbar:business+for+sale',
specificLocale: 'AU'
},
{
name: 'Business for sale',
- href: 'https://www.seekbusiness.co.nz/?tracking=sk:main:nz:nav:bus',
+ href:
+ 'https://www.seekbusiness.com.au/?site=nz&tracking=sk%3Amain%3Anz%3Anav%3Abus',
analytics: 'toolbar:business+for+sale',
specificLocale: 'NZ'
},