From 117e41cca4bb6c27d5da5291bda45760824ec1b2 Mon Sep 17 00:00:00 2001 From: Jaime Agudo Date: Fri, 3 Feb 2017 10:20:31 +0100 Subject: [PATCH] Update documentation links They were hard to find due redirect loop Make explicit the deprecation of push notifications on parse-server --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31aa916d9..9e375e6ac 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ For more information Parse and its features, see [the website][parse.com] and [g ## Getting Started To use parse, head on over to the [releases][releases] page, and download the latest build. -And you're off! Take a look at the public [documentation][docs] and start building. +And you're off!. Take a look at the public [documentation][docs] & [API][api] and start building. + +Notice the API docs aren't totally up to date when it comes to latest Swift signature of the methods and more importantly regarding [Push Notifications](http://blog.parse.com/learn/engineering/the-dangerous-world-of-client-push/) which are **no longer supported by Parse server**, keep an eye on [its repo](https://github.com/ParsePlatform/parse-server) **Other Installation Options** @@ -88,7 +90,8 @@ of patent rights can be found in the PATENTS file in the same directory. ``` [parse.com]: https://www.parse.com/products/ios - [docs]: https://www.parse.com/docs/ios/guide + [docs]: https://parseplatform.github.io/docs/ios/guide/ + [api]: https://parseplatform.github.io/Parse-SDK-iOS-OSX/api/ [blog]: https://blog.parse.com/ [parseui-link]: https://github.com/ParsePlatform/ParseUI-iOS