Udated JIRA links on CONTRIBUTING and README so they don't contain a specific issue ID
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/da77a123 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/da77a123 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/da77a123 Branch: refs/heads/master Commit: da77a123db80da5b9b4159f278e7a7b43f9f1cd5 Parents: 609ce6d Author: Shad Storhaug <[email protected]> Authored: Sat Apr 29 17:54:20 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Mon May 1 04:48:36 2017 +0700 ---------------------------------------------------------------------- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/da77a123/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 352e717..aa0ee26 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,7 +72,7 @@ See [Documenting Lucene.Net](https://cwiki.apache.org/confluence/display/LUCENEN There are a few other specialized Analysis packages ([Morfologik](https://github.com/apache/lucene-solr/tree/releases/lucene-solr/4.8.0/lucene/analysis/morfologik), [Phonetic](https://github.com/apache/lucene-solr/tree/releases/lucene-solr/4.8.0/lucene/analysis/phonetic), [UIMA](https://github.com/apache/lucene-solr/tree/releases/lucene-solr/4.8.0/lucene/analysis/uima)) that have dependencies that would also need to be ported if they don't exist in .NET yet. -There are several command-line utilities for tasks such as maintaining indexes that just need to be put into a console application and "usage" documentation updated for them to be useful (which might be helpful for those who don't want to install Java to run such utilities from the Lucene project). See the [JIRA Issues](https://issues.apache.org/jira/browse/LUCENENET-577?jql=project%20%3D%20LUCENENET%20AND%20text%20~%20%22CLI%22) for the current list. +There are several command-line utilities for tasks such as maintaining indexes that just need to be put into a console application and "usage" documentation updated for them to be useful (which might be helpful for those who don't want to install Java to run such utilities from the Lucene project). See the [JIRA Issues](https://issues.apache.org/jira/issues/?jql=project%20%3D%20LUCENENET%20AND%20status%20%3D%20Open%20AND%20text%20~%20%22CLI%22) for the current list. The [Lucene.Net.Misc](https://github.com/apache/lucene-solr/tree/releases/lucene-solr/4.8.0/lucene/misc) project has some native C++ directories for Windows and Unix/Posix along with wrapper classes to utilize them (in the Store namespace) that are not yet ported, and the [Lucene.Net.Sandbox](https://github.com/apache/lucene-solr/tree/releases/lucene-solr/4.8.0/lucene/sandbox) project is still incomplete. http://git-wip-us.apache.org/repos/asf/lucenenet/blob/da77a123/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 3348a75..6fc49e9 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ We recommend you join the [user mailing list](https://cwiki.apache.org/confluenc ### Report a Bug -To report a bug, please use the [JIRA issue tracker](https://issues.apache.org/jira/browse/LUCENENET-574?jql=project%20%3D%20LUCENENET%20AND%20status%20%3D%20Open). You can signup for a JIRA account [here](https://cwiki.apache.org/confluence/signup.action) (it just takes a minute). +To report a bug, please use the [JIRA issue tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20LUCENENET%20AND%20status%20%3D%20Open). You can signup for a JIRA account [here](https://cwiki.apache.org/confluence/signup.action) (it just takes a minute). ### Start a Discussion
