Skip to content

Commit 59fb034

Browse files
bpamiriPeter Amiriclaude
authored
fix(build): retire dead 3.1.0 guide URL in docker engine settings templates (#3293)
The compat-matrix stages tools/docker/<engine>/settings.cfm over config/settings.cfm, and ConfigRoutesStaleDocUrlSpec (the #3281 dead-URL guard) scans config/settings.cfm — so the retired wheels.dev/3.1.0 link in these eight templates failed every engine x database leg of the 2026-07-06 matrix run uniformly. Point them at the live configuration guide, matching the demo app's config/settings.cfm. Verified: ConfigRoutesStaleDocUrlSpec 4/4 on Lucee 7 + SQLite with the fixed template staged (docker dir-mount repro of the matrix leg). Signed-off-by: Peter Amiri <petera@pai.com> Co-authored-by: Peter Amiri <petera@pai.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent bb6bc41 commit 59fb034

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

tools/docker/adobe2018/settings.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Use this file to configure your application.
44
You can also use the environment specific files (e.g. /config/production/settings.cfm) to override settings set here.
55
Don't forget to issue a reload request (e.g. reload=true) after making changes.
6-
See https://wheels.dev/3.1.0/guides/working-with-wheels/configuration-and-defaults for more info.
6+
See https://guides.wheels.dev/v4-0-0/core-concepts/environments-and-configuration/ for more info.
77
*/
88
99
/*

tools/docker/adobe2021/settings.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Use this file to configure your application.
44
You can also use the environment specific files (e.g. /config/production/settings.cfm) to override settings set here.
55
Don't forget to issue a reload request (e.g. reload=true) after making changes.
6-
See https://wheels.dev/3.1.0/guides/working-with-wheels/configuration-and-defaults for more info.
6+
See https://guides.wheels.dev/v4-0-0/core-concepts/environments-and-configuration/ for more info.
77
*/
88
99
/*

tools/docker/adobe2023/settings.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Use this file to configure your application.
44
You can also use the environment specific files (e.g. /config/production/settings.cfm) to override settings set here.
55
Don't forget to issue a reload request (e.g. reload=true) after making changes.
6-
See https://wheels.dev/3.1.0/guides/working-with-wheels/configuration-and-defaults for more info.
6+
See https://guides.wheels.dev/v4-0-0/core-concepts/environments-and-configuration/ for more info.
77
*/
88
99
/*

tools/docker/adobe2025/settings.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Use this file to configure your application.
44
You can also use the environment specific files (e.g. /config/production/settings.cfm) to override settings set here.
55
Don't forget to issue a reload request (e.g. reload=true) after making changes.
6-
See https://wheels.dev/3.1.0/guides/working-with-wheels/configuration-and-defaults for more info.
6+
See https://guides.wheels.dev/v4-0-0/core-concepts/environments-and-configuration/ for more info.
77
*/
88
99
/*

tools/docker/boxlang/settings.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Use this file to configure your application.
44
You can also use the environment specific files (e.g. /config/production/settings.cfm) to override settings set here.
55
Don't forget to issue a reload request (e.g. reload=true) after making changes.
6-
See https://wheels.dev/3.1.0/guides/working-with-wheels/configuration-and-defaults for more info.
6+
See https://guides.wheels.dev/v4-0-0/core-concepts/environments-and-configuration/ for more info.
77
*/
88
99
/*

tools/docker/lucee5/settings.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Use this file to configure your application.
44
You can also use the environment specific files (e.g. /config/production/settings.cfm) to override settings set here.
55
Don't forget to issue a reload request (e.g. reload=true) after making changes.
6-
See https://wheels.dev/3.1.0/guides/working-with-wheels/configuration-and-defaults for more info.
6+
See https://guides.wheels.dev/v4-0-0/core-concepts/environments-and-configuration/ for more info.
77
*/
88
99
/*

tools/docker/lucee6/settings.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Use this file to configure your application.
44
You can also use the environment specific files (e.g. /config/production/settings.cfm) to override settings set here.
55
Don't forget to issue a reload request (e.g. reload=true) after making changes.
6-
See https://wheels.dev/3.1.0/guides/working-with-wheels/configuration-and-defaults for more info.
6+
See https://guides.wheels.dev/v4-0-0/core-concepts/environments-and-configuration/ for more info.
77
*/
88
99
/*

tools/docker/lucee7/settings.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Use this file to configure your application.
44
You can also use the environment specific files (e.g. /config/production/settings.cfm) to override settings set here.
55
Don't forget to issue a reload request (e.g. reload=true) after making changes.
6-
See https://wheels.dev/3.1.0/guides/working-with-wheels/configuration-and-defaults for more info.
6+
See https://guides.wheels.dev/v4-0-0/core-concepts/environments-and-configuration/ for more info.
77
*/
88
99
/*

0 commit comments

Comments
 (0)