This is an automated email from the ASF dual-hosted git repository.
ctargett pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 4d36e42 SOLR-15497: Fix broken Ref Guide links (#233)
4d36e42 is described below
commit 4d36e42c12911d9829987c2191f648ce4a764b2b
Author: Cassandra Targett <[email protected]>
AuthorDate: Thu Jul 22 14:10:19 2021 -0500
SOLR-15497: Fix broken Ref Guide links (#233)
---
solr/solr-ref-guide/build.gradle | 2 +-
solr/solr-ref-guide/src/configuring-logging.adoc | 2 +-
solr/solr-ref-guide/src/enabling-ssl.adoc | 2 +-
solr/solr-ref-guide/src/filters.adoc | 2 +-
solr/solr-ref-guide/src/language-analysis.adoc | 1 -
solr/solr-ref-guide/src/solr-upgrade-notes.adoc | 3 ---
6 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/solr/solr-ref-guide/build.gradle b/solr/solr-ref-guide/build.gradle
index 31da662..03e08fa 100644
--- a/solr/solr-ref-guide/build.gradle
+++ b/solr/solr-ref-guide/build.gradle
@@ -167,7 +167,7 @@ ext {
props.putAll([
htmlOutDir: "../${details.path}",
- javadocLink :
"https://docs.oracle.com/en/java/javase/11/docs/api/",
+ javadocLink :
"https://docs.oracle.com/en/java/javase/11/docs/api/java.base/",
solrGuideDraftStatus : propertyOrDefault('solrGuideDraft',
"true").toBoolean() ? "DRAFT" : "",
solrRootPath : project(':solr').projectDir.toString() +
File.separator,
solrDocsVersion : project.ext['solrDocsVersion'],
diff --git a/solr/solr-ref-guide/src/configuring-logging.adoc
b/solr/solr-ref-guide/src/configuring-logging.adoc
index 8607710..2df8611 100644
--- a/solr/solr-ref-guide/src/configuring-logging.adoc
+++ b/solr/solr-ref-guide/src/configuring-logging.adoc
@@ -103,7 +103,7 @@ bin/solr start -f -q
== Permanent Logging Settings
-Solr uses http://logging.apache.org/log4j/log4j-{ivy-log4j-version}/[Log4J
version {ivy-log4j-version}] for logging which is configured using
`server/resources/log4j2.xml`.
+Solr uses http://logging.apache.org/log4j/2.x/[Log4J version
{ivy-log4j-version}] for logging which is configured using
`server/resources/log4j2.xml`.
Take a moment to inspect the contents of the `log4j2.xml` file so that you are
familiar with its structure.
By default, Solr log messages will be written to `SOLR_LOGS_DIR/solr.log`.
diff --git a/solr/solr-ref-guide/src/enabling-ssl.adoc
b/solr/solr-ref-guide/src/enabling-ssl.adoc
index d968d58..ddbe268 100644
--- a/solr/solr-ref-guide/src/enabling-ssl.adoc
+++ b/solr/solr-ref-guide/src/enabling-ssl.adoc
@@ -32,7 +32,7 @@ It's possible to use the keystore that comes with the JDK for
these purposes, an
Run the commands below in the `server/etc/` directory in the binary Solr
distribution.
It's assumed that you have the JDK `keytool` utility on your `PATH`, and that
`openssl` is also on your `PATH`.
-See https://www.openssl.org/related/binaries.html for OpenSSL binaries for
Windows and Solaris.
+See https://wiki.openssl.org/index.php/Binaries for OpenSSL binaries for
Windows and Solaris.
The `-ext SAN=...` `keytool` option allows you to specify all the DNS names
and/or IP addresses that will be allowed during hostname verification if you
choose to require it.
diff --git a/solr/solr-ref-guide/src/filters.adoc
b/solr/solr-ref-guide/src/filters.adoc
index 1810976..95314b3 100644
--- a/solr/solr-ref-guide/src/filters.adoc
+++ b/solr/solr-ref-guide/src/filters.adoc
@@ -3110,7 +3110,7 @@ small => tiny,teeny,weeny
Combining the DelimitedBoostFilter with the Synonym Graph Filter you can
achieve Weighted synonyms at query time.
For more information feel free to refer to:
-https://sease.io/2020/02/introducing-weighted-synonyms-in-apache-lucene.html
+https://sease.io/2020/03/introducing-weighted-synonyms-in-apache-lucene.html
For the following examples, assume a synonyms file named `boostedSynonyms.txt`:
[source,text]
diff --git a/solr/solr-ref-guide/src/language-analysis.adoc
b/solr/solr-ref-guide/src/language-analysis.adoc
index 06da7ac..e236904 100644
--- a/solr/solr-ref-guide/src/language-analysis.adoc
+++ b/solr/solr-ref-guide/src/language-analysis.adoc
@@ -289,7 +289,6 @@ s|Required |Default: none
|===
+
http://www.rfc-editor.org/rfc/rfc3066.txt[RFC 3066] locale ID.
-See http://demo.icu-project.org/icu-bin/locexp[the ICU locale explorer] for a
list of supported locales.
`strength`::
+
diff --git a/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
b/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
index 3dd1d9c..4356acd 100644
--- a/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
+++ b/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
@@ -110,9 +110,6 @@ When using EmbeddedSolrServer, it will no longer close
CoreContainer instances t
=== Solr 8.8
-See the https://cwiki.apache.org/confluence/display/SOLR/ReleaseNote88[8.8
Release Notes^]
-for an overview of the main new features of Solr 8.8.
-
When upgrading to 8.8.x users should be aware of the following major changes
from 8.7.
*Nested Documents*