Skip to content

Commit 15dbd83

Browse files
authored
Fix a broken link (#188)
1 parent 20e0c9e commit 15dbd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies: [
3232
```
3333

3434
## Getting Started
35-
APNSwift aims to provide semantically correct structures to sending push notifications. You first need to setup a [`APNSClient`](https://github.com/swift-server-community/APNSwift/blob/main/Sources/APNSwift/APNSClient.swift). To do that youll need to know your authentication method
35+
APNSwift aims to provide semantically correct structures to sending push notifications. You first need to setup a [`APNSClient`](https://github.com/swift-server-community/APNSwift/blob/main/Sources/APNS/APNSClient.swift). To do that youll need to know your authentication method
3636

3737
```swift
3838
let client = APNSClient(

0 commit comments

Comments
 (0)