Skip to content

Commit c095496

Browse files
committed
Tweaks for links
1 parent eefc0d4 commit c095496

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h3><i class="fa fa-file-text"></i> Header Only</h3>
4848

4949
<div class="col-md-4">
5050
<h3><i class="fa fa-microphone"></i> Free</h3>
51-
ChaiScript is licensed with the BSD license and is free to use in your free or commercial projects.
51+
ChaiScript is licensed with the <a href="https://github.com/ChaiScript/ChaiScript/blob/master/license.txt">BSD</a> license and is free to use in your free or commercial projects.
5252
</div>
5353
</div>
5454

support.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ <h3>Support tickets are handled with <a href="https://github.com/ChaiScript/Chai
2323
</div>
2424

2525

26+
<div class="alert alert-success">
27+
<a class="alert-link" href="/docs/5/index.html">ChaiScript 5.x series (requiring C++11) Generated Documents.</a>
28+
</div>
29+
30+
31+
<div class="alert alert-success">
32+
<a class="alert-link" href="/docs/4/index.html">ChaiScript 4.x series (requiring boost) Generated Documents.</a>
33+
</div>
34+
2635

2736
<div class="body-with-margin">
2837
<h4>For answers to your questions</h4>
@@ -33,7 +42,8 @@ <h4>For answers to your questions</h4>
3342
</ol>
3443
</div>
3544

36-
<div class="alert alert-success">
45+
46+
<div class="alert alert-info">
3747
Please contact <a class="alert-link" href="http://blog.emptycrate.com/contact">jason at emptycrate.com</a> for other support services.
3848
</div>
3949

0 commit comments

Comments
 (0)