Skip to content

Commit

Permalink
fix: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
jaesius committed May 27, 2021
1 parent c45a645 commit cc853a4
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/pages/students.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ const StudentsPage = ({ location }) => {
</p>
<p>
To access the Student Edition,{' '}
<a href="/">sign up for a free account</a> and verify your
student status using the GitHub Student Developer Pack
<a href="https://newrelic.com/signup">
sign up for a free account
</a>{' '}
and verify your student status using the GitHub Student
Developer Pack
</p>
</div>
<Video id="irf10ez4h1" type="wistia" />
Expand All @@ -77,7 +80,7 @@ const StudentsPage = ({ location }) => {
</p>

<Button
to="/"
to="https://newrelic.com/signup"
as={Link}
variant={Button.VARIANT.PRIMARY}
className={styles.stepButton}
Expand All @@ -95,15 +98,15 @@ const StudentsPage = ({ location }) => {
</h3>
<p className={styles.stepDetail}>
The Student Edition is offered through the{' '}
<a href="https://education.GitHub.com/benefits">
<a href="https://education.github.com/?utm_source=GitHub-NewRelic">
GitHub Student Developer Pack
</a>
. If you don't have access to GitHub Students, sign up and
verify your account.
</p>

<Button
to="/"
to="https://education.github.com/?utm_source=GitHub-NewRelic"
as={Link}
variant={Button.VARIANT.SECONDARY}
className={styles.stepButton}
Expand All @@ -124,7 +127,7 @@ const StudentsPage = ({ location }) => {
</p>

<Button
to="/"
to="https://one.newrelic.com"
as={Link}
variant={Button.VARIANT.SECONDARY}
className={styles.stepButton}
Expand Down

0 comments on commit cc853a4

Please sign in to comment.