diff --git a/websites/apidocs/docfx.json b/websites/apidocs/docfx.json index 5c9c3c7090..3a0a566be1 100644 --- a/websites/apidocs/docfx.json +++ b/websites/apidocs/docfx.json @@ -463,7 +463,7 @@ "_appFooter": "Copyright © 2020 Licensed to the Apache Software Foundation (ASF)", "_gitContribute": { "repo": "https://github.com/apache/lucenenet", - "branch": "master", + "branch": "docs-4.8.0-beta00007", "apiSpecFolder": "websites/apidocs/apiSpec" } }, diff --git a/websites/apidocs/index.md b/websites/apidocs/index.md index b3b84b6d9a..762aa5fb67 100644 --- a/websites/apidocs/index.md +++ b/websites/apidocs/index.md @@ -29,7 +29,7 @@ on some of the conceptual or inner details of Lucene: ## Reference Documents -* [Changes](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0): List of changes in this release. +* [Changes](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00007): List of changes in this release. * System Requirements: Minimum and supported .NET versions. __TODO: Add link__ * Migration Guide: What changed in Lucene 4; how to migrate code from Lucene 3.x. __TODO: Add link__ * [File Formats](xref:Lucene.Net.Codecs.Lucene46) : Guide to the supported index format used by Lucene. This can be customized by using [an alternate codec](xref:Lucene.Net.Codecs). diff --git a/websites/site/docs.md b/websites/site/docs.md index f08d92faae..d97ecf4c3a 100644 --- a/websites/site/docs.md +++ b/websites/site/docs.md @@ -11,13 +11,13 @@ Lucene.Net Documentation The API docs are slightly different between versions, each one is listed below: -* [4.8.0-beta00007](http://lucenenet.apache.org/docs/4.8.0-beta00007/Index.html) -* [4.8.0-beta00001 -> 4.8.0-beta00006](http://lucenenet.apache.org/docs/4.8.0-beta00006/Index.html) +* [4.8.0-beta00007](https://lucenenet.apache.org/docs/4.8.0-beta00007/Index.html) +* [4.8.0-beta00001 -> 4.8.0-beta00006](https://lucenenet.apache.org/docs/4.8.0-beta00005/Index.html) ## Lucene 3.0.3 -The documentation website for Lucene 3.0.3 is here [http://lucenenet.apache.org/docs/3.0.3/Index.html](http://lucenenet.apache.org/docs/3.0.3/Index.html) +The documentation website for Lucene 3.0.3 is here [http://lucenenet.apache.org/docs/3.0.3/Index.html](https://lucenenet.apache.org/docs/3.0.3/Index.html) ## Lucene 2.9.4.1 -The documentation website for Lucene 3.0.3 is here [http://lucenenet.apache.org/docs/2.9.4/Index.html](http://lucenenet.apache.org/docs/2.9.4/Index.html) \ No newline at end of file +The documentation website for Lucene 3.0.3 is here [http://lucenenet.apache.org/docs/2.9.4/Index.html](https://lucenenet.apache.org/docs/2.9.4/Index.html) \ No newline at end of file diff --git a/websites/site/download/version-4.md b/websites/site/download/version-4.md index fa918a31e1..98a31177ef 100644 --- a/websites/site/download/version-4.md +++ b/websites/site/download/version-4.md @@ -14,7 +14,7 @@ _Status:_ __`Beta`__ _Released:_ __`Pending...`__
- PM> Install-Package Lucene.Net -Version 4.8.0-beta00005 + PM> Install-Package Lucene.Net -Version 4.8.0-beta00007
### Source code