Skip to content

Commit

Permalink
Fix readme to link to the manual
Browse files Browse the repository at this point in the history
  • Loading branch information
Yacine Petitprez committed Jun 24, 2018
1 parent f654938 commit 827b5c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ Clear is an ORM built for PostgreSQL and Crystal.

|Resources| |
|---|---|
| Changelog | https://github.com/anykeyh/clear/blob/master/CHANGELOG.md |
| Wiki Guide | https://github.com/anykeyh/clear/wiki |
| Changelog | https://github.com/anykeyh/clear/blob/master/CHANGELOG.md |
| Guide | https://github.com/anykeyh/clear/tree/master/manual |
| Simple Example | https://github.com/anykeyh/clear/blob/master/sample/wiki/getting_started.cr |
| Documentation | https://anykeyh.github.io/clear/ |
| Source code | https://github.com/anykeyh/clear |


## Features

Here some (but not all!) features offered yet by Clear !
Expand Down Expand Up @@ -704,7 +703,7 @@ ORM:
- [X] Validation
- [X] All logic of transaction, update, saving...
- [ ] DB Views => In progress
- [ ] Writing documentation
- [X] Writing documentation
- [ ] clear-cli tool => In progress
- [ ] CitusDB Support ? => In mind
- [ ] Filling this checklist and drink a beer
Expand All @@ -720,4 +719,5 @@ This shard is provided under the MIT license.

All contributions are welcome ! As a specialized ORM for postgreSQL,
be sure a great contribution on a very specific PG feature will be incorporated
to this shard. I hope one day we will cover all the features of PG here !
to this shard.
I hope one day we will cover all the features of PG here !

0 comments on commit 827b5c1

Please sign in to comment.