Merge pull request #78 from keith-turner/apache-prep

fix readme
diff --git a/README.md b/README.md
index 1dcb5c4..9d7de1f 100644
--- a/README.md
+++ b/README.md
@@ -110,7 +110,7 @@
 periodically compacted.  This can be accomplished with the following command.
 
 ```bash
-nohup fluo exec webindex io.fluo.recipes.accumulo.cmds.CompactTransient 600 &> your_log_file.log &
+nohup fluo exec webindex org.apache.fluo.recipes.accumulo.cmds.CompactTransient 600 &> your_log_file.log &
 ```
 
 As long as this command is running, it will initiate a compaction of all transient 
@@ -135,7 +135,7 @@
 [dropwizard]: http://dropwizard.io/
 [cc]: https://commoncrawl.org/
 [cdata]: https://commoncrawl.org/the-data/get-started/
-[transient]: https://github.com/fluo-io/fluo-recipes/blob/master/docs/transient.md
+[transient]: https://github.com/apache/fluo-recipes/blob/master/docs/transient.md
 [ti]: https://travis-ci.org/fluo-io/webindex.svg?branch=master
 [tl]: https://travis-ci.org/fluo-io/webindex
 [li]: http://img.shields.io/badge/license-ASL-blue.svg