Skip to content

Commit

Permalink
Update links to new flow
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Nov 2, 2024
1 parent 59af2ec commit 3f00995
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/bootcamp/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.content
%strong.font-semibold Exercism
Bootcamp
= link_to "Enroll now πŸ‘‰", @full_payment_url, class: "button"
= link_to "Enroll now πŸ‘‰", bootcamp_enroll_path, class: "button"

.hero
.md-container
Expand Down Expand Up @@ -484,7 +484,7 @@
%li A dedicated community Discord server.
%li An official certificate of completion.

= link_to "Enroll now πŸ‘‰", @part_1_payment_url, class: "button"
= link_to "Enroll now πŸ‘‰", bootcamp_enroll_path(package: 'part_1'), class: "button"

.container
.header
Expand Down Expand Up @@ -543,7 +543,7 @@
%li More exercises and projects, this time for you to solve on your own laptop.
%li A second official certificate of completion to put on your resume.

= link_to "Enroll now πŸ‘‰", @full_payment_url, class: "button"
= link_to "Enroll now πŸ‘‰", bootcamp_enroll_path(package: 'complete'), class: "button"

= image_tag "bootcamp/divider.png", class: 'w-[100px] mx-auto my-64'

Expand Down

0 comments on commit 3f00995

Please sign in to comment.