Skip to content

Commit 1ebce61

Browse files
committed
readme - use absolute paths to prevent wrong links on pypi
1 parent 1691464 commit 1ebce61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ box.put(person) # Update
6464
box.remove(person) # Delete
6565
```
6666

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

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

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

9899
Feedback
99100
--------

0 commit comments

Comments
 (0)