Skip to content

Commit df6774b

Browse files
committed
Move RxGORM guide link to variable
1 parent c4a7c16 commit df6774b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

grails-doc/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ publishGuideTask.configure { PublishGuideTask publish ->
190190
'hibernate5Guide' : hibernate5Guide,
191191
'hibernate5GuideFromRef' : '../' + hibernate5Guide,
192192
'mongodb5Guide' : '../grails-data/mongodb/manual/',
193+
'rxGORMGuide' : 'https://gorm.grails.org/7.3.4/rx/manual/', // last version released
193194
'hibernate5Reference' : 'https://docs.jboss.org/hibernate/orm/5.6/userguide/html_single/Hibernate_User_Guide.html',
194195
'springbootapi' : "https://docs.spring.io/spring-boot/${springBootVersion}/api/java/",
195196
'springBootReference' : "https://docs.spring.io/spring-boot/${springBootVersion}/reference/",

grails-doc/src/en/guide/async/rxjava/asyncRxGorm.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ specific language governing permissions and limitations
1717
under the License.
1818
////
1919

20-
https://gorm.grails.org/latest/rx/manual/[RxGORM] is new implementation of GORM that has the following goals:
20+
{rxGORMGuide}[RxGORM] is new implementation of GORM that has the following goals:
2121

2222
* Reactive
2323
* Non-blocking
@@ -46,4 +46,4 @@ def show() {
4646
}
4747
----
4848

49-
For more information on how to use RxGORM, see the https://gorm.grails.org/latest/rx/manual/[RxGORM user guide].
49+
For more information on how to use RxGORM, see the {rxGORMGuide}[RxGORM user guide].

0 commit comments

Comments
 (0)