Skip to content

Commit

Permalink
readme - use absolute paths to prevent wrong links on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Sep 9, 2020
1 parent 1691464 commit 1ebce61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ box.put(person) # Update
box.remove(person) # Delete
```

Additionally, see the [TaskList example app](example).
Additionally, see the [TaskList example app](https://github.com/objectbox/objectbox-python/tree/main/example).

For more information and code examples, see the tests folder. The docs for other languages may also help you understand the basics.

Expand Down Expand Up @@ -93,7 +93,8 @@ Help wanted
-----------
ObjectBox for Python is still in an early stage with limited feature set (compared to other languages).
To bring all these features to Python, we're asking the community to help out. PRs are more than welcome!
The ObjectBox team will try its best to guide you and answer questions. See [CONTRIBUTING.md](CONTRIBUTING.md) to get started.
The ObjectBox team will try its best to guide you and answer questions.
See [CONTRIBUTING.md](https://github.com/objectbox/objectbox-python/blob/main/CONTRIBUTING.md) to get started.

Feedback
--------
Expand Down

0 comments on commit 1ebce61

Please sign in to comment.