You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2017/07/10 12:57:36 UTC

any23 git commit: Update README links from lewismc to apache

Repository: any23
Updated Branches:
  refs/heads/master db9d2263d -> d5352fcd7


Update README links from lewismc to apache


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/d5352fcd
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/d5352fcd
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/d5352fcd

Branch: refs/heads/master
Commit: d5352fcd7263d73eb353acc3b3f30f97fee18780
Parents: db9d226
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Mon Jul 10 05:57:50 2017 -0700
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Mon Jul 10 05:57:50 2017 -0700

----------------------------------------------------------------------
 README.md | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/d5352fcd/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 9db7126..6a7f135 100644
--- a/README.md
+++ b/README.md
@@ -13,18 +13,18 @@ Any23 documentation can be found on the [website](http://any23.apache.org)
 
 # Distribution Content
 
- * [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.
+ * [api](https://github.com/apache/any23/tree/master/api): Any23 library external API.
+ * [core](https://github.com/apache/any23/tree/master/core): The library core codebase.
+ * [csvutils](https://github.com/apache/any23/tree/master/csvutils): A CSV specific package
+ * [encoding](https://github.com/apache/any23/tree/master/encoding): Encoding detection library.
+ * [mime](https://github.com/apache/any23/tree/master/mime): MIME Type detection library.
+ * [nquads](https://github.com/apache/any23/tree/master/nquads): NQuads parsing and serialization library.
+ * [plugins](https://github.com/apache/any23/tree/master/plugins): Library plugins codebase (read [plugins/README.md](https://github.com/apache/any23/blob/master/plugins/README.md) for further details).
+ * [service](https://github.com/apache/any23/tree/master/service): The library HTTP service codebase.
+ * [src](https://github.com/apache/any23/tree/master/src): Packaging for Any23 artifacts.
+ * [test-resources](https://github.com/apache/any23/tree/master/test-resources): Material relating to Any23 JUnit test cases.
+ * [RELEASE-NOTES.txt](https://github.com/apache/any23/blob/master/RELEASE-NOTES.txt): File reporting main release notes for every version.
+ * [LICENSE.txt](https://github.com/apache/any23/blob/master/LICENSE.txt): Applicable project license.
  * README.md: This file.
 
 # Online Documentation