Skip to content

Commit 0802d00

Browse files
authored
Merge pull request #222 from jakelever/gh-pages
Fix broken link to data on main page
2 parents 4e502b2 + 6965236 commit 0802d00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The data sets are stored in
4242
each row holds information for a single patient,
4343
and the columns represent successive days.
4444
The first few rows of our first file,
45-
[`inflammation-01.csv`](../data/inflammation-01.csv), look like this:
45+
[`inflammation-01.csv`]({{ page.root }}/data/inflammation-01.csv), look like this:
4646

4747
~~~
4848
0,0,1,3,1,2,4,7,8,3,3,3,10,5,7,4,7,7,12,18,6,13,11,11,7,7,4,6,8,8,4,4,5,7,3,4,2,3,0,0
@@ -59,4 +59,4 @@ We want to:
5959
* calculate the average inflammation per day across all patients, and
6060
* plot the result.
6161

62-
To do all that, we'll have to learn a little bit about programming.
62+
To do all that, we'll have to learn a little bit about programming.

0 commit comments

Comments
 (0)