Skip to content

Commit 4ebdbf5

Browse files
committed
HSEARCH-5513 Use docs.hibernate.org instead of docs.jboss.org/hibernate
1 parent 9cdf440 commit 4ebdbf5

File tree

11 files changed

+16
-16
lines changed

11 files changed

+16
-16
lines changed

build/parents/build/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<version.org.jboss.logging.jboss-logging>3.6.1.Final</version.org.jboss.logging.jboss-logging>
2525
<!--Once the tools version is upgraded see if org.codehaus.plexus can be upgraded as well and update the dependabot config accordingly. -->
2626
<version.org.jboss.logging.jboss-logging-tools>3.0.4.Final</version.org.jboss.logging.jboss-logging-tools>
27-
<javadoc.org.hibernate.search.url>https://docs.jboss.org/hibernate/search/${parsed-version.org.hibernate.search.majorVersion}.${parsed-version.org.hibernate.search.minorVersion}/api/</javadoc.org.hibernate.search.url>
27+
<javadoc.org.hibernate.search.url>https://docs.hibernate.org/search/${parsed-version.org.hibernate.search.majorVersion}.${parsed-version.org.hibernate.search.minorVersion}/api/</javadoc.org.hibernate.search.url>
2828

2929
<!-- >>> Engine -->
3030
<!-- Nothing beyond common dependencies -->
@@ -105,8 +105,8 @@
105105
-->
106106
<version.org.hibernate.orm>7.2.0.CR2</version.org.hibernate.orm>
107107

108-
<javadoc.org.hibernate.orm.url>https://docs.jboss.org/hibernate/orm/${parsed-version.org.hibernate.orm.majorVersion}.${parsed-version.org.hibernate.orm.minorVersion}/javadocs/</javadoc.org.hibernate.orm.url>
109-
<documentation.org.hibernate.orm.url>https://docs.jboss.org/hibernate/orm/${parsed-version.org.hibernate.orm.majorVersion}.${parsed-version.org.hibernate.orm.minorVersion}/userguide/html_single/Hibernate_User_Guide.html</documentation.org.hibernate.orm.url>
108+
<javadoc.org.hibernate.orm.url>https://docs.hibernate.org/orm/${parsed-version.org.hibernate.orm.majorVersion}.${parsed-version.org.hibernate.orm.minorVersion}/javadocs/</javadoc.org.hibernate.orm.url>
109+
<documentation.org.hibernate.orm.url>https://docs.hibernate.org/orm/${parsed-version.org.hibernate.orm.majorVersion}.${parsed-version.org.hibernate.orm.minorVersion}/userguide/html_single/Hibernate_User_Guide.html</documentation.org.hibernate.orm.url>
110110
<!-- These version must be kept in sync with the version of the dependency in Hibernate ORM 7.
111111
DO NOT USE DEPENDENCY MANAGEMENT FOR THESE DEPENDENCIES!
112112
Thanks to not using dependency management for these dependencies, we get a build failure

documentation/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,8 @@
438438
<hibernateSearchVersionShort>${parsed-version.org.hibernate.search.majorVersion}.${parsed-version.org.hibernate.search.minorVersion}</hibernateSearchVersionShort>
439439
<hibernateSearchPreviousStableVersionShort>${parsed-version.org.hibernate.search.previous-stable.majorVersion}.${parsed-version.org.hibernate.search.previous-stable.minorVersion}</hibernateSearchPreviousStableVersionShort>
440440
<hibernateSearchJavadocUrl>${javadoc.org.hibernate.search.url}</hibernateSearchJavadocUrl>
441-
<hibernateSearchDocUrl>https://docs.jboss.org/hibernate/search/${parsed-version.org.hibernate.search.majorVersion}.${parsed-version.org.hibernate.search.minorVersion}/reference/en-US/html_single/</hibernateSearchDocUrl>
442-
<hibernateSearchPreviousStableDocUrl>https://docs.jboss.org/hibernate/search/${parsed-version.org.hibernate.search.previous-stable.majorVersion}.${parsed-version.org.hibernate.search.previous-stable.minorVersion}/reference/en-US/html_single/</hibernateSearchPreviousStableDocUrl>
441+
<hibernateSearchDocUrl>https://docs.hibernate.org/search/${parsed-version.org.hibernate.search.majorVersion}.${parsed-version.org.hibernate.search.minorVersion}/reference/en-US/html_single/</hibernateSearchDocUrl>
442+
<hibernateSearchPreviousStableDocUrl>https://docs.hibernate.org/search/${parsed-version.org.hibernate.search.previous-stable.majorVersion}.${parsed-version.org.hibernate.search.previous-stable.minorVersion}/reference/en-US/html_single/</hibernateSearchPreviousStableDocUrl>
443443
<hibernateSearchJiraUrl>https://hibernate.atlassian.net/browse</hibernateSearchJiraUrl>
444444
<hibernateSearchMigrationGuidesIndexUrl>https://hibernate.org/search/documentation/migrate/</hibernateSearchMigrationGuidesIndexUrl>
445445
<hibernateCommunityUrl>https://hibernate.org/community</hibernateCommunityUrl>

documentation/src/main/asciidoc/internals/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
:title-logo-image: image:hibernate_logo_a.png[align=left,pdfwidth=33%]
1313
:html-meta-description: Hibernate Search, full text search for your entities - Internals of Hibernate Search
1414
:html-meta-keywords: hibernate, search, hibernate search, full text, lucene, elasticsearch, opensearch
15-
:html-meta-canonical-link: https://docs.jboss.org/hibernate/stable/search/internals/html_single/
15+
:html-meta-canonical-link: https://docs.hibernate.org/stable/search/internals/html_single/
1616
:html-meta-version-family: {hibernateSearchVersionShort}
1717

1818
This section is intended for new Hibernate Search contributors looking for an introduction

documentation/src/main/asciidoc/migration/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
:title-logo-image: image:hibernate_logo_a.png[align=left,pdfwidth=33%]
1313
:html-meta-description: Hibernate Search, full text search for your entities - Migration Guide
1414
:html-meta-keywords: hibernate, search, hibernate search, full text, lucene, elasticsearch, opensearch
15-
:html-meta-canonical-link: https://docs.jboss.org/hibernate/search/{hibernateSearchVersionShort}/migration/html_single/
15+
:html-meta-canonical-link: https://docs.hibernate.org/search/{hibernateSearchVersionShort}/migration/html_single/
1616
:html-meta-version-family: {hibernateSearchVersionShort}
1717

1818
[[introduction]]
@@ -37,7 +37,7 @@ others because of more fundamental changes
3737
(like moving away from using Lucene types in Hibernate Search APIs).
3838
3939
When migrating from Hibernate Search 5, you are encouraged to migrate first to Hibernate Search 6.0
40-
using the https://docs.jboss.org/hibernate/search/6.0/migration/html_single/[6.0 migration guide],
40+
using the https://docs.hibernate.org/search/6.0/migration/html_single/[6.0 migration guide],
4141
and only then to later versions (which will be significantly easier).
4242
====
4343

@@ -76,7 +76,7 @@ older indexes can be read from and written to without reindexing.
7676
=== Outbox polling database tables
7777

7878
The event and agent database tables used for
79-
link:https://docs.jboss.org/hibernate/search/{hibernateSearchVersionShort}/reference/en-US/html_single/#coordination-database-polling[outbox-polling]
79+
link:https://docs.hibernate.org/search/{hibernateSearchVersionShort}/reference/en-US/html_single/#coordination-database-polling[outbox-polling]
8080
in Hibernate Search {hibernateSearchVersion}
8181
are backward-compatible with Hibernate Search {hibernateSearchPreviousStableVersionShort}:
8282
no database schema update is necessary for these tables.

documentation/src/main/asciidoc/public/getting-started/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
:title-logo-image: image:hibernate_logo_a.png[align=left,pdfwidth=33%]
1212
:html-meta-description: Hibernate Search, full text search for your entities - Getting Started Guides
1313
:html-meta-keywords: hibernate, search, hibernate search, full text, lucene, elasticsearch, opensearch
14-
:html-meta-canonical-link: https://docs.jboss.org/hibernate/stable/search/getting-started/en-US/html_single/
14+
:html-meta-canonical-link: https://docs.hibernate.org/stable/search/getting-started/en-US/html_single/
1515
:html-meta-version-family: {hibernateSearchVersionShort}
1616

1717
:relfileprefix: ../../

documentation/src/main/asciidoc/public/getting-started/orm/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
:title-logo-image: image:hibernate_logo_a.png[align=left,pdfwidth=33%]
1414
:html-meta-description: Hibernate Search, full text search for your entities - Getting started with Hibernate Search in Hibernate ORM
1515
:html-meta-keywords: hibernate, search, hibernate search, full text, lucene, elasticsearch, opensearch
16-
:html-meta-canonical-link: https://docs.jboss.org/hibernate/stable/search/getting-started/orm/en-US/html_single/
16+
:html-meta-canonical-link: https://docs.hibernate.org/stable/search/getting-started/orm/en-US/html_single/
1717
:html-meta-version-family: {hibernateSearchVersionShort}
1818

1919
:relfileprefix: ../../

documentation/src/main/asciidoc/public/getting-started/standalone/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
:title-logo-image: image:hibernate_logo_a.png[align=left,pdfwidth=33%]
1414
:html-meta-description: Hibernate Search, full text search for your entities - Getting started with Hibernate Search’s Standalone POJO Mapper
1515
:html-meta-keywords: hibernate, search, hibernate search, full text, lucene, elasticsearch, opensearch
16-
:html-meta-canonical-link: https://docs.jboss.org/hibernate/stable/search/getting-started/standalone/en-US/html_single/
16+
:html-meta-canonical-link: https://docs.hibernate.org/stable/search/getting-started/standalone/en-US/html_single/
1717
:html-meta-version-family: {hibernateSearchVersionShort}
1818

1919
:relfileprefix: ../../

documentation/src/main/asciidoc/public/reference/_migrating.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Additionally, be aware that a lot of APIs have changed, some only because of a p
2222
others because of more fundamental changes
2323
(like moving away from using Lucene types in Hibernate Search APIs).
2424
For that reason, you are encouraged to migrate first to Hibernate Search 6.0
25-
using the https://docs.jboss.org/hibernate/search/6.0/migration/html_single/[6.0 migration guide],
25+
using the https://docs.hibernate.org/search/6.0/migration/html_single/[6.0 migration guide],
2626
and only then to later versions (which will be significantly easier).
2727
====

documentation/src/main/asciidoc/public/reference/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
:docinfo: shared,private
1212
:html-meta-description: Hibernate Search, full text search for your entities - Reference Documentation
1313
:html-meta-keywords: hibernate, search, hibernate search, full text, lucene, elasticsearch, opensearch
14-
:html-meta-canonical-link: https://docs.jboss.org/hibernate/stable/search/reference/en-US/html_single/
14+
:html-meta-canonical-link: https://docs.hibernate.org/stable/search/reference/en-US/html_single/
1515
:title-logo-image: image:hibernate_logo_a.png[align=left,pdfwidth=33%]
1616
:html-meta-version-family: {hibernateSearchVersionShort}
1717
:version-selector-enabled: true

documentation/src/main/asciidoc/public/whats-new/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
:docinfo: shared,private
1212
:html-meta-description: Hibernate Search, full text search for your entities - Reference Documentation
1313
:html-meta-keywords: hibernate, search, hibernate search, full text, lucene, elasticsearch, opensearch
14-
:html-meta-canonical-link: https://docs.jboss.org/hibernate/stable/search/reference/en-US/html_single/
14+
:html-meta-canonical-link: https://docs.hibernate.org/stable/search/reference/en-US/html_single/
1515
:title-logo-image: image:hibernate_logo_a.png[align=left,pdfwidth=33%]
1616
:html-meta-version-family: {hibernateSearchVersionShort}
1717
:version-selector-enabled: true

0 commit comments

Comments
 (0)