Updated CONTRIBUTING.md
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/db1f605c Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/db1f605c Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/db1f605c Branch: refs/heads/master Commit: db1f605cd1d1c488ee11a2447f704f61542ba477 Parents: a4989ea Author: Shad Storhaug <[email protected]> Authored: Tue Jul 25 15:30:41 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Tue Jul 25 15:30:41 2017 +0700 ---------------------------------------------------------------------- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/db1f605c/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fa2942c..bc0c07b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,6 @@ Note that even though we are currently a port of Lucene 4.8.0, we recommend port ### Pending being ported from scratch (code + tests) plus have additional dependencies that either need to be sourced from the .NET ecosystem or ported. -* [Lucene.Net.Benchmark](https://github.com/apache/lucene-solr/tree/releases/lucene-solr/4.8.1/lucene/benchmark) - See [JIRA issue 564](https://issues.apache.org/jira/browse/LUCENENET-564) * [Lucene.Net.Analysis.Morfologik](https://github.com/apache/lucene-solr/tree/releases/lucene-solr/4.8.1/lucene/analysis/morfologik) - See [JIRA issue 568](https://issues.apache.org/jira/browse/LUCENENET-568) * [Lucene.Net.Analysis.UIMA](https://github.com/apache/lucene-solr/tree/releases/lucene-solr/4.8.1/lucene/analysis/uima) - See [JIRA issue 570](https://issues.apache.org/jira/browse/LUCENENET-570)
