Skip to content

Commit 2762e6b

Browse files
authored
Merge pull request #1816 from wheels-dev/update-links
Update broken link
2 parents 9c9709f + c1f622c commit 2762e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/wheels/events/onrequestend/debug.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
<cfloop collection="#$get('plugins')#" item="local.i">
262262
<cfset local.count = local.count + 1>
263263
<a
264-
href="#$get('webPath')##ListLast(request.cgi.script_name, '/')#?controller=wheels&action=wheels&view=plugins&name=#local.i#"
264+
href="#URLFor(route="pluginEntry", name=local.i)#"
265265
>
266266
#local.i#
267267
<cfif StructCount($get("pluginMeta")) IS NOT 0 && StructKeyExists($get("pluginMeta"), local.i)>

0 commit comments

Comments
 (0)