Skip to content

Commit

Permalink
Merge pull request newrelic#17 from lindsayculver/master
Browse files Browse the repository at this point in the history
add better tutorial link in step 4
  • Loading branch information
tkrajcar committed Nov 25, 2015
2 parents b3abfce + 0780a37 commit d1a81b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Then, you can load the sample data via:

Step 4
-------
You can watch a [video on getting started](http://newrelic.com/resources/training) with the New Relic agent to help get you started. The New Relic agent will help you find and solve the performance issues in this application as well as help you see the complete impact of your changes.
You can watch a [video on getting started](https://learn.newrelic.com/courses/intro_apm/performance_apm) with the New Relic agent to help get you started. The New Relic agent will help you find and solve the performance issues in this application as well as help you see the complete impact of your changes.

Step 5
-------
Expand Down
2 changes: 1 addition & 1 deletion app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pg_restore --verbose --clean --no-acl --no-owner -h localhost -U $USER -d newrel
<div class="row">
<div class="col-md-4">
<h2>Step 4</h2>
<p>You can watch a <a href="http://newrelic.com/resources/training">video on getting started</a> with the New Relic agent to help get you started. The New Relic agent will help you find and solve the performance issues in this application as well as help you see the complete impact of your changes.
<p>You can watch a <a href="https://learn.newrelic.com/courses/intro_apm/performance_apm">video on getting started</a> with the New Relic agent to help get you started. The New Relic agent will help you find and solve the performance issues in this application as well as help you see the complete impact of your changes.
</div>
<div class="col-md-4">
<h2>Step 5</h2>
Expand Down

0 comments on commit d1a81b4

Please sign in to comment.