File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ if [ "$PUSH_CHANGES" == 'true' ] && [ -z "$GITHUB_API_TOKEN" ]; then
103
103
exit 1
104
104
fi
105
105
106
- docsUrl=" https://docs.jboss.org/hibernate/${PROJECT} /${RELEASE_VERSION_FAMILY} "
106
+ docsUrl=" https://docs.jboss.org/hibernate/orm /${RELEASE_VERSION_FAMILY} "
107
107
javadocsUrl=" ${docsUrl} /javadocs"
108
108
migrationGuideUrl=" ${docsUrl} /migration-guide/migration-guide.html"
109
109
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
125
125
126
126
For additional details, see:
127
127
128
- - the [release page](https://hibernate.org/${PROJECT} /releases/${RELEASE_VERSION_FAMILY} /)
128
+ - the [release page](https://hibernate.org/orm /releases/${RELEASE_VERSION_FAMILY} /)
129
129
- the [Migration Guide](${migrationGuideUrl} )
130
130
- the [Introduction Guide](${introGuideUrl} )
131
131
- the [User Guide](${userGuideUrl} )
You can’t perform that action at this time.
0 commit comments