File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ box.put(person) # Update
6464box.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
6969For 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-----------
9494ObjectBox for Python is still in an early stage with limited feature set (compared to other languages).
9595To 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
9899Feedback
99100--------
You can’t perform that action at this time.
0 commit comments