Skip to content

Commit

Permalink
Fix test browser and test runner paths in Welcome page
Browse files Browse the repository at this point in the history
This fixes the bad `/app/tests` links, which should be `/tests` instead.
  • Loading branch information
michaelborn authored Aug 18, 2022
1 parent 374a243 commit 5ee5177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/main/index.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@

<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<a
href="#getSetting( "appMapping" )#/tests/index.cfm"
href="/tests/index.cfm"
class="btn btn-dark btn-lg"
role="button"
target="_blank"
Expand All @@ -126,7 +126,7 @@
</a>

<a
href="#getSetting( "appMapping" )#/tests/runner.cfm"
href="/tests/runner.cfm"
class="btn btn-dark btn-lg"
role="button"
target="_blank"
Expand Down

0 comments on commit 5ee5177

Please sign in to comment.