diff --git a/_about/breaking-changes.md b/_about/breaking-changes.md index 9c0bd5134a..6fb5660f78 100644 --- a/_about/breaking-changes.md +++ b/_about/breaking-changes.md @@ -34,7 +34,7 @@ In OpenSearch 2.0, the Alerting plugin is now integrated with new plugins for No ### Drop support for JDK 8 -A Lucene upgrade forced OpenSearch to drop support for JDK 8. As a consequence, the [Java high-level REST client]({{site.url}}{{site.baseurl}}/clients/java-rest-high-level/) no longer supports JDK 8. Restoring JDK 8 support is currently an `opensearch-java` proposal [#156](https://github.com/opensearch-project/opensearch-java/issues/156) and will require removing OpenSearch core as a dependency from the Java client (issue [#262](https://github.com/opensearch-project/opensearch-java/issues/262)). +A Lucene upgrade forced OpenSearch to drop support for JDK 8. As a consequence, the Java high-level REST client no longer supports JDK 8. Restoring JDK 8 support is currently an `opensearch-java` proposal [#156](https://github.com/opensearch-project/opensearch-java/issues/156) and will require removing OpenSearch core as a dependency from the Java client (issue [#262](https://github.com/opensearch-project/opensearch-java/issues/262)). ## 2.5.0 diff --git a/_plugins/link-checker.rb b/_plugins/link-checker.rb index 9eb9c48bc9..8e2e4815ae 100644 --- a/_plugins/link-checker.rb +++ b/_plugins/link-checker.rb @@ -259,7 +259,7 @@ def self.check_external(url, location) # Check if an internal link is accessible def self.check_internal(url, location) - Jekyll.logger.info "LinkChecker: [Info] Checking #{url}".cyan + Jekyll.logger.info "LinkChecker: [Info] Checking #{url} (#{location})".cyan return true if @ignored_paths =~ url path, hash = url.split('#')