Skip to content

Commit da62849

Browse files
Fixup: Prepare release 5.3.1-rc.1
Restore links modified for pub.dev release
1 parent 6bca50e commit da62849

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

objectbox/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ See the [FAQ](https://docs.objectbox.io/faq) and [Troubleshooting](https://docs.
260260

261261
## See also
262262

263-
- [Changelog](https://pub.dev/packages/objectbox/changelog)
264-
- [Contribution guidelines](https://github.com/objectbox/objectbox-dart/blob/main/CONTRIBUTING.md)
263+
- [Changelog](CHANGELOG.md)
264+
- [Contribution guidelines](../CONTRIBUTING.md)
265265

266266
## License
267267

objectbox/example/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ that uses [Sync](https://objectbox.io/sync/) is available in the objectbox-sync-
55

66
There are several example apps and tutorials available in this repository:
77

8-
* [objectbox_demo_relations](https://github.com/objectbox/objectbox-dart/tree/main/objectbox/example/flutter/objectbox_demo_relations): our main Flutter example app showing
8+
* [objectbox_demo_relations](flutter/objectbox_demo_relations): our main Flutter example app showing
99
all basics and how to use relations.
10-
* [objectbox_demo](https://github.com/objectbox/objectbox-dart/tree/main/objectbox/example/flutter/objectbox_demo): a very basic Flutter example app.
11-
* [vectorsearch_cities](https://github.com/objectbox/objectbox-dart/tree/main/objectbox/example/dart-native/vectorsearch_cities): a Dart Native example app using Vector
10+
* [objectbox_demo](flutter/objectbox_demo): a very basic Flutter example app.
11+
* [vectorsearch_cities](dart-native/vectorsearch_cities): a Dart Native example app using Vector
1212
Search to find neighbors of cities.
13-
* [event_management_tutorial](https://github.com/objectbox/objectbox-dart/tree/main/objectbox/example/flutter/event_management_tutorial): an event management Flutter app
13+
* [event_management_tutorial](flutter/event_management_tutorial): an event management Flutter app
1414
based on our video tutorial on using relations.
1515

1616
**To learn how to use ObjectBox continue with the [Getting Started](https://docs.objectbox.io/getting-started) guide.**

0 commit comments

Comments
 (0)