Skip to content

Commit 85082af

Browse files
authored
Update doc links for geolocation example (#1103)
### Description <!-- ✍️ Write a short summary of your work. Screenshots and videos are welcome! --> ### Demo URL <!-- Provide a URL to a live deployment where we can test your PR. If a demo isn't possible feel free to omit this section. --> ### Type of Change - [ ] New Example - [ ] Example updates (Bug fixes, new features, etc.) - [ ] Other (changes to the codebase, but not to examples) ### New Example Checklist - [ ] 🛫 `npm run new-example` was used to create the example - [ ] 📚 The template wasn't used but I carefuly read the [Adding a new example](https://github.com/vercel/examples#adding-a-new-example) steps and implemented them in the example - [ ] 📱 Is it responsive? Are mobile and tablets considered?
1 parent 856372b commit 85082af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

edge-middleware/geolocation/pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default function Index({
3232
</p>
3333
<a
3434
className="flex items-center mt-4 text-md sm:text-lg text-blue-500 hover:underline"
35-
href="https://vercel.com/docs/edge-network/headers#request-headers?utm_source=geo-ip-demo&utm_campaign=geo-ip-demo"
35+
href="https://vercel.com/docs/edge-network/headers/request-headers#x-vercel-ip-continent?utm_source=geo-ip-demo&utm_campaign=geo-ip-demo"
3636
target="_blank"
3737
rel="noreferrer"
3838
>

edge-middleware/i18n/pages/[locale]/[country].tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default function CountryPage({ country, locale, dictionary }: Props) {
6060
</p>
6161
<a
6262
className="flex items-center mt-4 text-md sm:text-lg text-blue-500 hover:underline"
63-
href="https://vercel.com/docs/edge-network/headers#request-headers?utm_source=geo-ip-demo&utm_campaign=geo-ip-demo"
63+
href="https://vercel.com/docs/edge-network/headers/request-headers#x-vercel-ip-continent?utm_source=geo-ip-demo&utm_campaign=geo-ip-demo"
6464
target="_blank"
6565
rel="noreferrer"
6666
>

edge-middleware/power-parity-pricing/pages/[country].tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default function CountryPage({ country, parity }) {
6868
</p>
6969
<a
7070
className="flex items-center mt-4 text-md sm:text-lg text-blue-500 hover:underline"
71-
href="https://vercel.com/docs/edge-network/headers#request-headers?utm_source=geo-ip-demo&utm_campaign=geo-ip-demo"
71+
href="https://vercel.com/docs/edge-network/headers/request-headers#x-vercel-ip-continent?utm_source=geo-ip-demo&utm_campaign=geo-ip-demo"
7272
target="_blank"
7373
rel="noreferrer"
7474
>

0 commit comments

Comments
 (0)