You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2017/07/11 07:42:47 UTC

[22/22] lucenenet git commit: README.md: Updated NuGet badges, fixed hyperlinks

README.md: Updated NuGet badges, fixed hyperlinks


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

Branch: refs/heads/master
Commit: e8e1b5a9cd6c0d6d895466afce7c2ffcfdb0a096
Parents: 3b28c51
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Tue Jul 11 14:41:40 2017 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Tue Jul 11 14:41:40 2017 +0700

----------------------------------------------------------------------
 README.md | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e8e1b5a9/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 6c08308..f4c9773 100644
--- a/README.md
+++ b/README.md
@@ -27,13 +27,14 @@ Working toward Lucene.Net 4.8.0 (currently in BETA)
 
 ## Download
 
-[![NuGet version](https://badge.fury.io/nu/Lucene.Net.svg)](https://www.nuget.org/packages/Lucene.Net/)
+[![NuGet version](https://img.shields.io/nuget/v/Lucene.Net.svg)](https://www.nuget.org/packages/Lucene.Net/)
 
 ```
 PM> Install-Package Lucene.Net
 ```
 
-Or, to install the BETA of 4.8.0, run
+[![NuGet version](https://img.shields.io/nuget/vpre/Lucene.Net.svg)](https://www.nuget.org/packages/Lucene.Net/)
+
 
 ```
 PM> Install-Package Lucene.Net -Pre
@@ -64,7 +65,9 @@ As of 4.8.0, Lucene.Net is now divided into several specialized sub-packages, al
 
 [Lucene.Net WIKI](https://cwiki.apache.org/confluence/display/LUCENENET/Lucene.Net)
 
-We don't yet have API documentation for Lucene.Net 4.8.0, but the API is similar to [Lucene 4.8.0](https://lucene.apache.org/core/4_8_0/). NOTE: We are working on this, but could use more help since it is a massive project. See #206.
+We don't yet have API documentation for Lucene.Net 4.8.0, but the API is similar to [Lucene 4.8.0](https://lucene.apache.org/core/4_8_0/). 
+
+> NOTE: We are working on this, but could use more help since it is a massive project. See [#206](https://github.com/apache/lucenenet/pull/206).
 
 ### Legacy Versions
 
@@ -81,7 +84,7 @@ Lucene.Net is a very large project (over 400,000 executable lines of code and ne
 
 ### Join Mailing Lists
 
-[How to Join/Unsubscribe to/from mailing lists](https://cwiki.apache.org/confluence/display/LUCENENET/Mailing+Lists)
+[How to Join Mailing Lists](https://cwiki.apache.org/confluence/display/LUCENENET/Mailing+Lists)
 
 ### Ask a Question