Update README.md
Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/c10b9eb2 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/c10b9eb2 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/c10b9eb2 Branch: refs/heads/master Commit: c10b9eb28b7d96f326541a072a3e3a0897b4adbf Parents: 393395c Author: Lewis John McGibbney <[email protected]> Authored: Fri Nov 14 15:50:29 2014 -0800 Committer: Lewis John McGibbney <[email protected]> Committed: Fri Nov 14 15:50:29 2014 -0800 ---------------------------------------------------------------------- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/c10b9eb2/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 4cba2bf..fea34ef 100644 --- a/README.md +++ b/README.md @@ -13,19 +13,19 @@ Any23 documentation can be found on the [website](http://any23.apache.org) # Distribution Content - * api Any23 library external API. - * core The library core codebase. - * csvutils A CSV specific package - * encoding Encoding detection library. - * mime MIME Type detection library. - * nquads NQuads parsing and serialization library. - * plugins Library plugins codebase (read [plugins/README.txt](https://github.com/lewismc/any23/blob/master/plugins/README.md) for further details). - * service The library HTTP service codebase. - * src Packing of Any23 artifacts. - * test-resources Material relating to Any23 JUnit test cases. - * RELEASE-NOTES.txt File reporting main release notes for every version. - * LICENSE.txt Applicable project license. - * README.md This file. + * [api](https://github.com/lewismc/any23/tree/master/api): Any23 library external API. + * [core](https://github.com/lewismc/any23/tree/master/core): The library core codebase. + * [csvutils](https://github.com/lewismc/any23/tree/master/csvutils): A CSV specific package + * [encoding](https://github.com/lewismc/any23/tree/master/encoding): Encoding detection library. + * [mime](https://github.com/lewismc/any23/tree/master/mime): MIME Type detection library. + * [nquads](https://github.com/lewismc/any23/tree/master/nquads): NQuads parsing and serialization library. + * [plugins](https://github.com/lewismc/any23/tree/master/plugins): Library plugins codebase (read [plugins/README.txt](https://github.com/lewismc/any23/blob/master/plugins/README.md) for further details). + * [service](https://github.com/lewismc/any23/tree/master/service): The library HTTP service codebase. + * [src](https://github.com/lewismc/any23/tree/master/src): Packaging for Any23 artifacts. + * [test-resources](https://github.com/lewismc/any23/tree/master/test-resources): Material relating to Any23 JUnit test cases. + * [RELEASE-NOTES.txt](https://github.com/lewismc/any23/blob/master/RELEASE-NOTES.txt): File reporting main release notes for every version. + * [LICENSE.txt](https://github.com/lewismc/any23/blob/master/LICENSE.txt): Applicable project license. + * README.md: This file. # Online Documentation
