Skip to content

Commit 50d87cf

Browse files
committed
Update README.md
Updated URLs in Readme.md
1 parent 6fc3aa8 commit 50d87cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[TOC]
66

77
## Synopsis ##
8-
The Parse platform provides a complete backend solution for your mobile application. Parse provides a REST API as well as libraries for different mobile platforms like Android and iOS. CodenameOne (CN1 for short) on the other hand is a great framework for cross-platform mobile application development. Although some of the functionality provided by Parse is offered to *paying* CN1 users, integration of third-party libraries is allowed and even encouraged in CN1. This project aims at making the Parse platform available to CN1 apps thereby giving developers more options for cloud-based backend solutions in CN1. In order to maximize platform support, this library aims at implementing the REST API specification rather than for instance, integrating the existing Parse native libraries for various platforms. Of course, where possible, advanced features that go beyond the REST API (e.g., background operations) will also be supported by this library provided they can be implemented in a generic manner. Since CN1 is written in Java, this library can also be used in pure Java projects as illustrated [here](https://bitbucket.org/sidiabale/parse4cn1/wiki/Usage%20examples#markdown-header-using-parse4cn1-in-a-regular-java-project).
8+
The Parse platform provides a complete backend solution for your mobile application. Parse provides a REST API as well as libraries for different mobile platforms like Android and iOS. CodenameOne (CN1 for short) on the other hand is a great framework for cross-platform mobile application development. Although some of the functionality provided by Parse is offered to *paying* CN1 users, integration of third-party libraries is allowed and even encouraged in CN1. This project aims at making the Parse platform available to CN1 apps thereby giving developers more options for cloud-based backend solutions in CN1. In order to maximize platform support, this library aims at implementing the REST API specification rather than for instance, integrating the existing Parse native libraries for various platforms. Of course, where possible, advanced features that go beyond the REST API (e.g., background operations) will also be supported by this library provided they can be implemented in a generic manner. Since CN1 is written in Java, this library can also be used in pure Java projects as illustrated [here](https://github.com/sidiabale/parse4cn1/wiki/Usage-Examples#using-parse4cn1-in-a-regular-java-project).
99

1010
## License ##
1111
Apache License, [Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
@@ -37,7 +37,7 @@ The Parse RESTAPI is quite extensive. As such, we maintain an overview of the fu
3737
| GeoPoints | Pending | |
3838

3939
## Usage Examples ##
40-
See [[Usage examples]]
40+
See [Usage examples](https://github.com/sidiabale/parse4cn1/wiki/Usage-Examples)
4141

4242
## Contributing ##
4343
Contributing to this project is most welcome; the more, the merrier! Simply fork the master branch, implement a feature / bug fix and initiate a pull request. Please bear the following in mind though to ensure smooth and timely integration of your changes:
@@ -48,11 +48,11 @@ Contributing to this project is most welcome; the more, the merrier! Simply fork
4848

4949

5050
1. Document at least all public facing methods with comments that add value (not simply boilerplate comments that state the obvious).
51-
1. Write tests for added functionality (see the /test directory for some inspiration if needed).
51+
1. Write tests for added functionality (see the [test directory](https://github.com/sidiabale/parse4cn1/tree/master/test) for some inspiration if needed).
5252
1. Make sure all tests are passing before issuing a pull request.
5353

5454
Furthermore, it's handy, at the time you pick up a feature, to mention it so that others can see what's in progress and efforts can be consolidated (there's little or no value in having multiple implementations of the same feature going on in parallel). So update the coverage table above with what you're working on as well as an estimate of when you expect it to be done. If you can't update this page directly, just create a ticket with the information and this page will be updated for you. Thanks!
5555

5656
## Credits ##
5757
1. Thiago Locatelli's [Parse4J](https://github.com/thiagolocatelli/parse4j) project [(version 1.3)](https://github.com/thiagolocatelli/parse4j/releases/tag/parse4j-1.3) from which the initial design and implementation of Parse4CN1 were adapted.
58-
2. Steve Hannah's [CN1JSON library](https://github.com/shannah/CN1JSON).
58+
2. Steve Hannah's [CN1JSON library](https://github.com/shannah/CN1JSON).

0 commit comments

Comments
 (0)