Skip to content

Commit ec809da

Browse files
committed
README.md: some link updates, remove links to (broken) Cocoapods page
1 parent 5426e76 commit ec809da

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
ObjectBox Swift
44
===============
5-
[![Version](https://img.shields.io/cocoapods/v/ObjectBox.svg?style=flat)](https://cocoapods.org/pods/ObjectBox)
6-
[![Platform](https://img.shields.io/cocoapods/p/ObjectBox.svg?style=flat)](https://cocoapods.org/pods/ObjectBox)
5+
![Version](https://img.shields.io/cocoapods/v/ObjectBox.svg?style=flat)
6+
![Platform](https://img.shields.io/cocoapods/p/ObjectBox.svg?style=flat)
77

88
ObjectBox is a superfast, light-weight object persistence framework.
99
This Swift API seamlessly persists objects on-device for iOS and macOS.
@@ -97,10 +97,10 @@ Thank you!
9797

9898
Keep in touch
9999
-------------
100-
We're obviously not finished here.
101-
[Sign up here](https://objectbox.io/ios-alpha/) for future updates on ObjectBox Swift.
102100

103-
For general news on ObjectBox, [check our blog](https://objectbox.io/blog).
101+
[Sign up here](https://objectbox.io/ios) for future updates on ObjectBox Swift.
102+
103+
For general news on ObjectBox, [check our blog](https://objectbox.io/blog) or follow [@ObjectBox_io](https://twitter.com/ObjectBox_io/) on Twitter.
104104

105105
Background: code generation
106106
---------------------------
@@ -116,9 +116,11 @@ Other languages/bindings
116116
------------------------
117117
ObjectBox is a multi platform database supporting [multiple languages](https://objectbox.io/dev-get-started/):
118118

119-
* [ObjectBox C API](https://github.com/objectbox/objectbox-c): native speed with zero copy access to FlatBuffer objects;
119+
* [ObjectBox Java](https://github.com/objectbox/objectbox-java): runs on Android, desktop and servers.
120+
* [ObjectBox Go](https://github.com/objectbox/objectbox-go): great for data-driven tools and server applications.
121+
* [ObjectBox C](https://github.com/objectbox/objectbox-c): native speed with zero copy access to FlatBuffer objects;
120122
also enables porting ObjectBox to other languages.
121-
* [ObjectBox Java](https://github.com/objectbox/objectbox-java): runs on Android, desktop and even servers.
123+
* [ObjectBox Dart](https://github.com/objectbox/objectbox-dart/): build cross-platform apps using Flutter (early version)
122124

123125
License
124126
-------

0 commit comments

Comments
 (0)