Skip to content

Commit 31f6515

Browse files
DavideDyrodiere
authored andcommitted
hibernate/hibernate#1956 Revert links
These changes are not related to Hibernate Reactive
1 parent aa67c1e commit 31f6515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

github-release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ if [ "$PUSH_CHANGES" == 'true' ] && [ -z "$GITHUB_API_TOKEN" ]; then
103103
exit 1
104104
fi
105105

106-
docsUrl="https://docs.jboss.org/hibernate/${PROJECT}/${RELEASE_VERSION_FAMILY}"
106+
docsUrl="https://docs.jboss.org/hibernate/orm/${RELEASE_VERSION_FAMILY}"
107107
javadocsUrl="${docsUrl}/javadocs"
108108
migrationGuideUrl="${docsUrl}/migration-guide/migration-guide.html"
109109
introGuideUrl="${docsUrl}/introduction/html_single/Hibernate_Introduction.html"
@@ -125,7 +125,7 @@ You can find the full list of ${RELEASE_VERSION} changes [here](https://hibernat
125125
126126
For additional details, see:
127127
128-
- the [release page](https://hibernate.org/${PROJECT}/releases/${RELEASE_VERSION_FAMILY}/)
128+
- the [release page](https://hibernate.org/orm/releases/${RELEASE_VERSION_FAMILY}/)
129129
- the [Migration Guide](${migrationGuideUrl})
130130
- the [Introduction Guide](${introGuideUrl})
131131
- the [User Guide](${userGuideUrl})

0 commit comments

Comments
 (0)