File tree 1 file changed +3
-2
lines changed
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
64
64
box.remove(person) # Delete
65
65
```
66
66
67
- Additionally, see the [ TaskList example app] ( example ) .
67
+ Additionally, see the [ TaskList example app] ( https://github.com/objectbox/objectbox-python/tree/main/ example) .
68
68
69
69
For more information and code examples, see the tests folder. The docs for other languages may also help you understand the basics.
70
70
@@ -93,7 +93,8 @@ Help wanted
93
93
-----------
94
94
ObjectBox for Python is still in an early stage with limited feature set (compared to other languages).
95
95
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.
97
98
98
99
Feedback
99
100
--------
You can’t perform that action at this time.
0 commit comments