Skip to content

Commit

Permalink
docs(readme): fix broken link to sample data in readme (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesw authored and Haroenv committed Jul 23, 2018
1 parent 9c50861 commit f8bb62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -160,7 +160,7 @@ var client = algoliasearch('applicationID', 'apiKey');

### Push data

Without any prior configuration, you can start indexing [500 contacts](https://github.com/algolia/datasets-public/blob/master/contacts.json) in the `contacts` index using the following code:
Without any prior configuration, you can start indexing [500 contacts](https://github.com/algolia/datasets-public/blob/master/contacts/contacts.json) in the `contacts` index using the following code:

```js
var index = client.initIndex('contacts');
Expand Down

0 comments on commit f8bb62c

Please sign in to comment.