Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit b78660d

Browse files
committed
Update HomeController.cfc
1 parent 0091e1c commit b78660d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/web/HomeController.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ component extends="app.Controllers.Controller" {
411411
}
412412

413413
function downloads() {
414-
redirectTo(url="https://github.com/wheels-dev/wheels/releases", statusCode=301);
414+
// serves download page
415415
}
416416

417417
private string function getBaseUrl() {

0 commit comments

Comments
 (0)