Skip to content

Commit 75e7dbb

Browse files
allyjweirPLNech
authored andcommitted
Fix broken link in README (#285)
1 parent b38e53f commit 75e7dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ client = algoliasearch.Client("YourApplicationID", 'YourAPIKey')
6969

7070
### Push data
7171

72-
Without any prior configuration, you can start indexing [500 contacts](https://github.com/algolia/algoliasearch-client-csharp/blob/master/contacts.json) in the ```contacts``` index using the following code:
72+
Without any prior configuration, you can start indexing [500 contacts](https://github.com/algolia/algoliasearch-client-python/blob/master/contacts.json) in the ```contacts``` index using the following code:
7373
```python
7474
index = client.init_index("contact")
7575
batch = json.load(open('contacts.json'))

0 commit comments

Comments
 (0)