jdaugherty commented on code in PR #963:
URL: https://github.com/apache/grails-doc/pull/963#discussion_r2006378970
##########
src/en/guide/plugins/creatingAndInstallingPlugins.adoc:
##########
@@ -426,9 +426,9 @@ Adds Quartz job scheduling features
'''
def profiles = ['web']
List loadAfter = ['hibernate3', 'hibernate4', 'hibernate5', 'services']
- def documentation = "http://grails.org/plugin/quartz"
+ def documentation = "https://grails.org/plugin/quartz"
Review Comment:
this should be the github link.
##########
src/en/guide/plugins/creatingAndInstallingPlugins.adoc:
##########
@@ -426,9 +426,9 @@ Adds Quartz job scheduling features
'''
def profiles = ['web']
List loadAfter = ['hibernate3', 'hibernate4', 'hibernate5', 'services']
- def documentation = "http://grails.org/plugin/quartz"
+ def documentation = "https://grails.org/plugin/quartz"
def license = "APACHE"
- def issueManagement = [ system: "Github Issues", url:
"http://github.com/grails3-plugins/quartz/issues" ]
+ def issueManagement = [ system: "Github Issues", url:
"https://github.com/grails3-plugins/quartz/issues" ]
Review Comment:
https://github.com/apache/grails-quartz/issues
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]