Skip to content

Commit

Permalink
Merge pull request #180 from data-8/fix-tutorial-dataset-links
Browse files Browse the repository at this point in the history
Fix tutorial dataset URLs
  • Loading branch information
SamLau95 committed Jan 18, 2016
2 parents f7c11b5 + 60d5cff commit b23014e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ CSVs from URLs are also valid inputs to

.. ipython:: python
Table.read_table('http://data8.org/text/sat2014.csv')
Table.read_table('http://data8.org/textbook/notebooks/sat2014.csv')
------

Expand Down Expand Up @@ -330,7 +330,7 @@ From the text:

.. ipython:: python
baby = Table.read_table('http://data8.org/text/baby.csv')
baby = Table.read_table('http://data8.org/textbook/notebooks/baby.csv')
baby # Let's take a peek at the table
# Select out columns we want.
Expand Down

0 comments on commit b23014e

Please sign in to comment.