Skip to content

Commit

Permalink
Merge pull request #222 from jakelever/gh-pages
Browse files Browse the repository at this point in the history
Fix broken link to data on main page
  • Loading branch information
gcapes authored Jun 21, 2019
2 parents 4e502b2 + 6965236 commit 0802d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The data sets are stored in
each row holds information for a single patient,
and the columns represent successive days.
The first few rows of our first file,
[`inflammation-01.csv`](../data/inflammation-01.csv), look like this:
[`inflammation-01.csv`]({{ page.root }}/data/inflammation-01.csv), look like this:

~~~
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
Expand All @@ -59,4 +59,4 @@ We want to:
* calculate the average inflammation per day across all patients, and
* plot the result.

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

0 comments on commit 0802d00

Please sign in to comment.