Skip to content

Commit 6c3aa61

Browse files
authored
Update README.md
1 parent a9f17a9 commit 6c3aa61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Write Parse Cloud Code in Swift!
99

1010
What is Cloud Code? For complex apps, sometimes you just need logic that isn’t running on a mobile device. Cloud Code makes this possible.
11-
Cloud Code in ParseServerSwift is easy to use because it’s built using [Parse-Swift](https://github.com/parse-community/Parse-Swift)
11+
Cloud Code in ParseServerSwift is easy to use because it’s built using [Parse-Swift](https://github.com/netreconlab/Parse-Swift)
1212
and [Vapor](https://github.com/vapor/vapor). The only difference is that this code runs in your ParseServerSwift rather than running on the user’s mobile device. When you update your Cloud Code,
1313
it becomes available to all mobile environments instantly. You don’t have to wait for a new release of your application.
1414
This lets you change app behavior on the fly and add new features faster.
@@ -29,7 +29,7 @@ app.http.server.configuration.tlsConfiguration = .none
2929
```
3030

3131
### Parse Swift SDK
32-
Configure the SDK as described in the [documentation](https://parseplatform.org/Parse-Swift/release/documentation/parseswift/).
32+
Configure the SDK as described in the [documentation](https://netreconlab.github.io/Parse-Swift/release/documentation/parseswift/).
3333

3434
```swift
3535
// Required: Change to your Parse Server serverURL.

0 commit comments

Comments
 (0)