Skip to content

Commit 96816ae

Browse files
committed
Fix links to chaiscript language reference docs
1 parent 22e2ef1 commit 96816ae

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ <h4><a href="docs/5/index.html#gettingstarted">Getting Started With The API</a>:
4747

4848
<div class="panel panel-success">
4949
<div class="panel-heading">
50-
<h4><a href="docs/5/_lang_getting_started.html">Getting Started With Scripting</a>: how to use the ChaiScript scripting language</h4>
50+
<h4><a href="docs/5/LangGettingStarted.html">Getting Started With Scripting</a>: how to use the ChaiScript scripting language</h4>
5151
</div>
5252

5353
<ul class="list-group">
54-
<li class="list-group-item"><a href="docs/5/_lang_object_system_ref.html">Object System Reference</a>: defining objects inside of ChaiScript</li>
55-
<li class="list-group-item"><a href="docs/5/_lang_standard_library_ref.html">Standard Library</a>: the set of built in scripting functions</li>
56-
<li class="list-group-item"><a href="docs/5/_lang_keyword_ref.html">Keyword Reference</a>: the general language syntax and usage</li>
54+
<li class="list-group-item"><a href="docs/5/LangObjectSystemRef.html">Object System Reference</a>: defining objects inside of ChaiScript</li>
55+
<li class="list-group-item"><a href="docs/5/LangStandardLibraryRef.html">Standard Library</a>: the set of built in scripting functions</li>
56+
<li class="list-group-item"><a href="docs/5/LangKeywordRef.html">Keyword Reference</a>: the general language syntax and usage</li>
5757
</ul>
5858
</div>
5959

0 commit comments

Comments
 (0)