Skip to content

Commit 48c5bb5

Browse files
Fixed links on click2-5
1 parent 7a42ea9 commit 48c5bb5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/click/templates/eg002_activate_clickwrap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h4>2. Activate a clickwrap</h4>
1818
{% if clickwraps_data['clickwraps'][0] is undefined %}
1919
<p class="">
2020
Problem: You do not have clickwraps to activate. Go to example#1 and create one: <a
21-
href="{{ app_url ~ 'index.php?page=' }}ceg001">create clickwrap.</a> <br/>
21+
href="eg001">create clickwrap.</a> <br/>
2222
</p>
2323
{% else %}
2424
<p>Please choose a clickwrap to activate</p>

app/click/templates/eg003_create_new_clickwrap_version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h4>3. Create a new clickwrap version</h4>
2323
{% if clickwraps_data['clickwraps'][0] is undefined %}
2424
<p class="">
2525
Problem: You do not have clickwraps to activate. Go to example#1 and create one: <a
26-
href="{{ app_url ~ 'index.php?page=' }}ceg001">create clickwrap.</a> <br/>
26+
href="eg001">create clickwrap.</a> <br/>
2727
</p>
2828
{% else %}
2929

app/click/templates/eg005_clickwrap_responses.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h4>5. Get clickwrap responses</h4>
1717
{% if clickwraps_data['clickwraps'][0] is undefined %}
1818
<p class="">
1919
Problem: You do not have clickwraps to activate. Go to example#1 and create one: <a
20-
href="{{ app_url ~ 'index.php?page=' }}ceg001">create clickwrap.</a> <br/>
20+
href="eg001">create clickwrap.</a> <br/>
2121
</p>
2222
{% else %}
2323
<p>Please choose a clickwrap</p>

0 commit comments

Comments
 (0)