Skip to content

Commit 031e221

Browse files
committed
back to single quotes on documentation links
1 parent a922455 commit 031e221

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

grails-views-gson/src/main/groovy/grails/plugin/json/view/JsonViewGrailsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class JsonViewGrailsPlugin extends Plugin {
3737
def profiles = ['web']
3838

3939
// URL to the plugin's documentation
40-
def documentation = "https://docs.grails.org/snapshot/guide/theWebLayer.html#gson"
40+
def documentation = 'https://docs.grails.org/snapshot/guide/theWebLayer.html#gson'
4141

4242
// Extra (optional) plugin metadata
4343

grails-views-markup/src/main/groovy/grails/plugin/markup/view/MarkupViewGrailsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class MarkupViewGrailsPlugin extends Plugin {
4242
def profiles = ['web']
4343

4444
// URL to the plugin's documentation
45-
def documentation = "https://docs.grails.org/snapshot/guide/theWebLayer.html#markup"
45+
def documentation = 'https://docs.grails.org/snapshot/guide/theWebLayer.html#markup'
4646

4747
// Extra (optional) plugin metadata
4848

0 commit comments

Comments
 (0)