Thanks Tyler!
On 10/1/17, 7:46 AM, "[email protected]" <[email protected]> wrote: This is an automated email from the ASF dual-hosted git repository. tpalsulich pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/drat.git The following commit(s) were added to refs/heads/master by this push: new 3e1fb34 Update README with apache links (#97) 3e1fb34 is described below commit 3e1fb344bdc3f42a2ad36897bc6bfdc709c7fd2b Author: Thejan Wijesinghe <[email protected]> AuthorDate: Sun Oct 1 20:16:49 2017 +0530 Update README with apache links (#97) Update README with Apache links --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3056876..bf17bbf 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ A distributed, parallelized (Map Reduce) wrapper around [Apache RAT™](http 4. A reducer to "combine" the produced RAT logs together into a global RAT report that can be used for stats generation. -- the M/R "reducer" See the wiki for more information on installing and running DRAT: -* [Installation instructions](https://github.com/chrismattmann/drat/wiki/Installation) -* [How to run](https://github.com/chrismattmann/drat/wiki/How-to-Run) -* [How to re-run](https://github.com/chrismattmann/drat/wiki/Re-running-DRAT) -* [How to interact with DRAT](https://github.com/chrismattmann/drat/wiki/Interacting-with-DRAT) -* [Vagrant setup](https://github.com/chrismattmann/drat/wiki/Vagrant) -* [Excluding files from analysis](https://github.com/chrismattmann/drat/wiki/RegEx-exclude-file) -* [Running DRAT on multiple repositories](https://github.com/chrismattmann/drat/wiki/DRAT-Sequential) -* [Running the DRAT Proteus GUI](https://github.com/chrismattmann/drat/wiki/Proteus---A-GUI-for-DRAT) +* [Installation instructions](https://github.com/apache/drat/wiki/Installation) +* [How to run](https://github.com/apache/drat/wiki/How-to-Run) +* [How to re-run](https://github.com/apache/drat/wiki/Re-running-DRAT) +* [How to interact with DRAT](https://github.com/apache/drat/wiki/Interacting-with-DRAT) +* [Vagrant setup](https://github.com/apache/drat/wiki/Vagrant) +* [Excluding files from analysis](https://github.com/apache/drat/wiki/RegEx-exclude-file) +* [Running DRAT on multiple repositories](https://github.com/apache/drat/wiki/DRAT-Sequential) +* [Running the DRAT Proteus GUI](https://github.com/apache/drat/wiki/Proteus---A-GUI-for-DRAT) You can clone the wiki by running -`git clone https://github.com/chrismattmann/drat.wiki.git` +`git clone https://github.com/apache/drat.wiki.git` -- To stop receiving notification emails like this one, please contact ['"[email protected]" <[email protected]>'].
