Skip to content

Commit 95aa18e

Browse files
committed
README.md: link fixes
1 parent ec809da commit 95aa18e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 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)
6-
![Platform](https://img.shields.io/cocoapods/p/ObjectBox.svg?style=flat)
5+
[![Version](https://img.shields.io/cocoapods/v/ObjectBox.svg?style=flat)](#cocoapods)
6+
[![Platform](https://img.shields.io/cocoapods/p/ObjectBox.svg?style=flat)](#cocoapods)
77

88
ObjectBox is a superfast, light-weight object persistence framework.
99
This Swift API seamlessly persists objects on-device for iOS and macOS.
@@ -22,12 +22,12 @@ let oldClauses = query.find()
2222
Want details? **[Read the guides](https://swift.objectbox.io/)** or
2323
**[check out the API docs](https://objectbox.io/docfiles/swift/current/)**.
2424

25-
Adding ObjectBox to your project
26-
--------------------------------
25+
<a name="cocoapods"></a>Adding ObjectBox to your project
26+
--------------------------------------------------------
2727
[CocoaPods](https://cocoapods.org) is recommended to set up ObjectBox in your project.
2828
See the [installation docs](https://swift.objectbox.io/install) for alternative setups,
2929
or the [New to CocoaPods?](#new-to-cocoapods) section below for a quick intro.
30-
To install the [ObjectBox pod](https://cocoapods.org/pods/ObjectBox), add the following line to your Podfile:
30+
To install the `ObjectBox` pod, add the following line to your Podfile:
3131

3232
```ruby
3333
pod 'ObjectBox', '1.0.0-rc.7'
@@ -43,7 +43,7 @@ Pods/ObjectBox/setup.rb myproject.xcodeproj # whatever your Xcode project is nam
4343

4444
And, don't forget to close the Xcode project (.xcodeproj) and open the workspace (.xcworkspace) instead.
4545
Now, you are all set to define your first ObjectBox entities;
46-
e.g. check the [getting started guide] or the [example](#example) described below.
46+
e.g. check the [getting started guide](https://swift.objectbox.io/getting-started) or the [example](#example) described below.
4747

4848
### <a name="new-to-cocoapods"></a>New to CocoaPods?
4949

0 commit comments

Comments
 (0)