Skip to content

Commit

Permalink
Merge pull request #241 from newrelic/jerel/small-tickets
Browse files Browse the repository at this point in the history
Copy changes
  • Loading branch information
jerelmiller authored Jun 24, 2020
2 parents 1d16e3d + 58777f5 commit f9e7fea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/data/sidenav.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"children": [
{
"displayName": "Create a 'Hello, World!' app",
"url": "/build-apps/map-pageviews-by-region"
"url": "/build-apps/build-hello-world-app"
},
{
"displayName": "Publish and deploy your app",
Expand Down
6 changes: 3 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const IndexPage = ({ data, pageContext }) => {
<GuideListing className={styles.guideListing}>
<header className={styles.guideListingHeader}>
<GuideListing.Heading className={cx(styles.guideListingHeading)}>
Get started
Get coding
</GuideListing.Heading>
<ExternalLink href="https://newrelic.com/signup?partner=Developer+Edition">
<button type="button">Create an account</button>
Expand All @@ -121,7 +121,7 @@ const IndexPage = ({ data, pageContext }) => {

<GuideListing className={styles.guideListing}>
<GuideListing.Heading className={styles.guideListingHeading}>
Extend the platform
Get inspired
</GuideListing.Heading>
<GuideListing.List>
{nodes.map(({ frontmatter }, index) => (
Expand All @@ -139,7 +139,7 @@ const IndexPage = ({ data, pageContext }) => {
</GuideListing>

<p className={styles.inspiration}>
Looking for inspiration? Check out the{' '}
Looking for more inspiration? Check out the{' '}
<ExternalLink
className={styles.externalLink}
href="https://opensource.newrelic.com"
Expand Down

0 comments on commit f9e7fea

Please sign in to comment.