Skip to content

Commit 897fed0

Browse files
committed
add workbench link
1 parent 6c743e1 commit 897fed0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_includes/life_cycle.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
{% include check_transition_variables.html need_transition_date = 'true' %}
4545

4646
<div class="alert alert-warning life-cycle">
47-
A snapshot of this lesson from {{ site.transition_date_prebeta }} is being tested on The Carpentries Workbench:
48-
<a href="{{ site.transition_url }}">{{ site.transition_url }}</a>.
47+
A snapshot of this lesson from {{ site.transition_date_prebeta }} is being tested on
48+
<a href='https://carpentries.github.io/workbench'>The Carpentries Workbench</a>: <a href="{{ site.transition_url }}">{{ site.transition_url }}</a>.
4949
<br>
5050
<b>The Workbench version of this lesson will become default on {{ site.transition_date_prerelease }}</b>.
5151
<button type="button" style="border: true; position: absolute; top: 10px; right: 27px; color: #383838;" class="close" data-dismiss="alert" aria-label="Close">
@@ -58,10 +58,10 @@
5858

5959
<div class="alert alert-danger alert-dismissible life-cycle" role="alert">
6060
This lesson is a <b>snapshot from {{ site.transition_date_beta }}</b>.
61-
A newer version is being tested on The Carpentries Workbench:
61+
A newer version is being tested on <a href='https://carpentries.github.io/workbench'>The Carpentries Workbench</a>:
6262
<a href="{{ site.transition_url }}">{{ site.transition_url }}</a>.
6363
<br>
64-
The Workbench version of this lesson will become default on <b>{{ site.transition_date_prerelease }}</b>.
64+
<b>The Workbench version of this lesson will become default on {{ site.transition_date_prerelease }}</b>.
6565
<button type="button" style="border: true; position: absolute; top: 10px; right: 27px; color: #383838;" class="close" data-dismiss="alert" aria-label="Close">
6666
<span aria-hidden="true" style='font-size:34pt'>&times;</span>
6767
</button>

0 commit comments

Comments
 (0)