Skip to content

Commit

Permalink
fix: Update md links with full relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaker authored and alexronquillo committed Apr 12, 2021
1 parent 6fecdc6 commit dfa83ad
Show file tree
Hide file tree
Showing 27 changed files with 118 additions and 118 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ description: 'Describe your app for the catalog'

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test).

Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add navigation to your nerdlet_](../navigation), before starting this one.
Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add navigation to your nerdlet_](/build-apps/ab-test/navigation), before starting this one.

</Callout>

Expand Down Expand Up @@ -43,7 +43,7 @@ This creates a _catalog_ directory with template files for inputting custom info

<Callout variant="tip">

Read [our documentation](../../publish-deploy#add-images-and-metadata-to-your-apps) to learn more about the catalog directory.
Read [our documentation](/build-apps/publish-deploy#add-images-and-metadata-to-your-apps) to learn more about the catalog directory.

</Callout>

Expand Down Expand Up @@ -126,6 +126,6 @@ In the next lesson, you'll publish your app, submit your catalog information, an

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Publish your New Relic One application_](../publish).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Publish your New Relic One application_](/build-apps/ab-test/publish).

</Callout>
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ description: 'Add chart components to your A/B test application'

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test).

Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Serve your New Relic One application_](../serve-app), before starting this one.
Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Serve your New Relic One application_](/build-apps/ab-test/serve-app), before starting this one.

</Callout>

Expand All @@ -25,6 +25,6 @@ You’ll refer back to this mockup many times throughout this course. It shows y

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Add your first chart_](../first-chart).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Add your first chart_](/build-apps/ab-test/first-chart).

</Callout>
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ description: 'Add a chart group'

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test).

Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add tables_](../table-charts), before starting this one.
Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add tables_](/build-apps/ab-test/table-charts), before starting this one.

</Callout>

Expand Down Expand Up @@ -202,6 +202,6 @@ Now your application is filled with charts, but it doesn't look great. The chart

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. When you're ready, continue on to the next lesson: [_Add user interface components to your application_](../add-ui).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. When you're ready, continue on to the next lesson: [_Add user interface components to your application_](/build-apps/ab-test/add-ui).

</Callout>
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ description: 'Add chart headings'

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test).

Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add a grid_](../grid), before starting this one.
Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add a grid_](/build-apps/ab-test/grid), before starting this one.

</Callout>

Expand Down Expand Up @@ -325,6 +325,6 @@ Well done! You've created all the charts that are laid out in your design guide.

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Add version descriptions_](../version-descriptions).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Add version descriptions_](/build-apps/ab-test/version-descriptions).

</Callout>
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ description: 'Present an end test confirmation modal'

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test).

Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Persist the selected version_](../persist-version), before starting this one.
Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Persist the selected version_](/build-apps/ab-test/persist-version), before starting this one.

</Callout>

Expand Down Expand Up @@ -1047,6 +1047,6 @@ Congratulations! You've done a lot of work and it shows in the usefulness of you

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Add NrqlQuery components to your nerdlet_](../nrql).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Add NrqlQuery components to your nerdlet_](/build-apps/ab-test/nrql).

</Callout>
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ description: 'Create a Nerdpack'

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test).

Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Install and configure the New Relic One CLI_](../install-nr1), before starting this one.
Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Install and configure the New Relic One CLI_](/build-apps/ab-test/install-nr1), before starting this one.

</Callout>

Expand All @@ -35,7 +35,7 @@ ls ab-test

### Javascript files

_package.json_, _package-lock.json_, and *node_modules* are important for running your JavaScript application, but aren't unique to Nerdpacks. You can learn about these modules from JavaScript courses should you need to tweak them. For now, take a look at _nr1.json_, one of the most relevant files in this directory.
_package.json_, _package-lock.json_, and _node_modules_ are important for running your JavaScript application, but aren't unique to Nerdpacks. You can learn about these modules from JavaScript courses should you need to tweak them. For now, take a look at _nr1.json_, one of the most relevant files in this directory.

### Metadata file

Expand Down Expand Up @@ -100,9 +100,9 @@ Now, you've customized your Nerdpack, Nerdlet, and launcher with informative dis
import React from 'react';

export default class AbTestNerdletNerdlet extends React.Component {
render() {
return <h1>Hello, ab-test-nerdlet Nerdlet!</h1>;
}
render() {
return <h1>Hello, ab-test-nerdlet Nerdlet!</h1>;
}
}
```

Expand Down Expand Up @@ -135,6 +135,6 @@ In the next lesson, you'll learn how to serve your Nerdpack locally and see your

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Serve your New Relic One application_](../serve-app).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Serve your New Relic One application_](/build-apps/ab-test/serve-app).

</Callout>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ duration: '5 min'

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test).

</Callout>

Expand Down Expand Up @@ -91,10 +91,10 @@ docker-compose down

</Steps>

Now you're ready to build your New Relic One application! The first step is to [install and configure the New Relic One CLI](../install-nr1).
Now you're ready to build your New Relic One application! The first step is to [install and configure the New Relic One CLI](/build-apps/ab-test/install-nr1).

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Install and configure the New Relic One CLI_](../install-nr1).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Install and configure the New Relic One CLI_](/build-apps/ab-test/install-nr1).

</Callout>
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ description: 'Add a section to end your test'

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test).

Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add version descriptions_](../version-descriptions), before starting this one.
Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add version descriptions_](/build-apps/ab-test/version-descriptions), before starting this one.

</Callout>

Expand Down Expand Up @@ -259,6 +259,6 @@ However, you need to make a few improvements to this code. When you select a ver

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Persist the selected version_](../persist-version).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Persist the selected version_](/build-apps/ab-test/persist-version).

</Callout>
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ description: 'Add your first chart'

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test).

Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add chart components to your A/B test application_](../add-charts), before starting this one.
Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add chart components to your A/B test application_](/build-apps/ab-test/add-charts), before starting this one.

</Callout>

Expand Down Expand Up @@ -55,34 +55,34 @@ export default class NewsletterSignups extends React.Component {
render() {
const versionASignups = {
metadata: {
id: 'version-a-newsletter-signups',
name: 'Version A',
viz: 'main',
color: 'blue',
id: 'version-a-newsletter-signups',
name: 'Version A',
viz: 'main',
color: 'blue',
},
data: [
{ x: 0, y: 0 },
{ x: 10, y: 10 },
{ x: 20, y: 15 },
{ x: 30, y: 5 },
{ x: 40, y: 30 },
{ x: 50, y: 25 },
{ x: 0, y: 0 },
{ x: 10, y: 10 },
{ x: 20, y: 15 },
{ x: 30, y: 5 },
{ x: 40, y: 30 },
{ x: 50, y: 25 },
],
}
const versionBSignups = {
metadata: {
id: 'version-b-newsletter-signups',
name: 'Version B',
viz: 'main',
color: 'green',
id: 'version-b-newsletter-signups',
name: 'Version B',
viz: 'main',
color: 'green',
},
data: [
{ x: 0, y: 20 },
{ x: 10, y: 5 },
{ x: 20, y: 25 },
{ x: 30, y: 45 },
{ x: 40, y: 50 },
{ x: 50, y: 35 },
{ x: 0, y: 20 },
{ x: 10, y: 5 },
{ x: 20, y: 25 },
{ x: 30, y: 45 },
{ x: 40, y: 50 },
{ x: 50, y: 35 },
],
}
return <LineChart data={[versionASignups, versionBSignups]} fullWidth />
Expand Down Expand Up @@ -161,6 +161,6 @@ In seven steps, you’ve breathed life into your New Relic One application. Inst

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. When you're ready, continue on to the next lesson: [_Add pie charts_](../pie-charts).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. When you're ready, continue on to the next lesson: [_Add pie charts_](/build-apps/ab-test/pie-charts).

</Callout>
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ description: 'Add a grid'

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test).

Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add user interface components to your application_](../chart-group), before starting this one.
Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add user interface components to your application_](/build-apps/ab-test/add-ui), before starting this one.

</Callout>

Expand Down Expand Up @@ -133,6 +133,6 @@ In just six steps, you significantly improved the readability and usability of y

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. When you're ready, continue on to the next lesson: [_Add chart headings_](../chart-headings).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. When you're ready, continue on to the next lesson: [_Add chart headings_](/build-apps/ab-test/chart-headings).

</Callout>
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Throughout this course, you’re going to build a real-world New Relic One appli

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the first lesson: [_Spin up your demo services_](../build-apps/ab-test/demo-setup).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the first lesson: [_Spin up your demo services_](/build-apps/ab-test/demo-setup).

</Callout>

Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ description: 'Install and configure the New Relic One CLI'

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test).

Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Spin up your demo services_](../demo-setup), before starting this one.
Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Spin up your demo services_](/build-apps/ab-test/demo-setup), before starting this one.

</Callout>

Expand Down Expand Up @@ -119,6 +119,6 @@ Now, you’re ready to build an application with the New Relic One CLI.

<Callout variant="tip" title="Course">

This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Create a Nerdpack_](../create-nerdpack).
This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Create a Nerdpack_](/build-apps/ab-test/create-nerdpack).

</Callout>
Loading

0 comments on commit dfa83ad

Please sign in to comment.