File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/en/guide/async/rxjava Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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/" ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ specific language governing permissions and limitations
1717under 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].
You can’t perform that action at this time.
0 commit comments