Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit b9f3cdf

Browse files
christinjankeromnes
authored andcommitted
Add utm to GitHub URL
1 parent 9c59454 commit b9f3cdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/github-student-developer-pack.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const GithubStudentPackPage: React.SFC<{}> = () => (
6969

7070
<Offers
7171
title="GitHub Student Offer"
72-
para={<p>With the <a href="https://education.github.com/pack" target="_blank" rel="noopener">GitHub Student Developer Pack</a>, you get the same features as with our usual plans but at a much better price.
72+
para={<p>With the <a href="https://education.github.com/pack/?utm_source=github+gitpod" target="_blank" rel="noopener">GitHub Student Developer Pack</a>, you get the same features as with our usual plans but at a much better price.
7373
<br />
7474
We’re happy to be able to empower student developers participating in it.</p>}
7575
offers={offers}

src/pages/github-teacher-toolbox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const GithubTeacherToolBoxPage: React.SFC<{}> = () => (
7373
<Offers
7474
title="GitHub Teacher Toolbox"
7575
para={
76-
<p>With the <a href="https://education.github.com/teachers" target="_blank">GitHub Teacher Toolbox</a>, you get the same free plan as your students with the <a href="https://education.github.com/students" target="blank">GitHub Student Developer Pack</a>.
76+
<p>With the <a href="https://education.github.com/toolbox/?utm_source=github+gitpod" target="_blank">GitHub Teacher Toolbox</a>, you get the same free plan as your students with the <a href="https://education.github.com/pack/?utm_source=github+gitpod" target="blank">GitHub Student Developer Pack</a>.
7777
<br />
7878
We’re happy to support educators teaching frictionless coding.</p>
7979
}

0 commit comments

Comments
 (0)