Skip to content

Commit

Permalink
Fix Bootcamp links (#7165)
Browse files Browse the repository at this point in the history
bootcamp.exercism/org -> bootcamp.exercism.org
  • Loading branch information
citizen428 authored Nov 22, 2024
1 parent b946b68 commit 0f4bb98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export function InfoMessage({
<p className="text-p-base mb-12">
To thank you for being an Insider and to help increase the amount of
people signing up to Exercism's{' '}
<a href="https://bootcamp.exercism/org">Learn to Code Bootcamp</a>, we
<a href="https://bootcamp.exercism.org">Learn to Code Bootcamp</a>, we
are giving all Insiders an{' '}
<strong className="font-semibold">Discount Affiliate code</strong>.
</p>
Expand Down Expand Up @@ -121,7 +121,7 @@ export function InfoMessage({
return (
<p className="text-p-base mb-16">
Exercism Insiders can access 20% off Exercism's{' '}
<a href="https://bootcamp.exercism/org">Learn to Code Bootcamp</a>,
<a href="https://bootcamp.exercism.org">Learn to Code Bootcamp</a>,
and receive 20% of all sales when someone uses their voucher code.
</p>
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function BootcampFreeCouponForm({
<h2 className="!mb-8">Free Seat on the Bootcamp</h2>
<p className="text-p-base mb-12">
As a lifetime insider you're eligible for a free seat on Exercism's{' '}
<a href="https://bootcamp.exercism/org">Learn to Code Bootcamp</a>.
<a href="https://bootcamp.exercism.org">Learn to Code Bootcamp</a>.
</p>
<p className="text-p-base mb-16">
To claim your free seat, we're providing you with a discount code that
Expand Down

0 comments on commit 0f4bb98

Please sign in to comment.