Skip to content

Commit

Permalink
Fix path to API references
Browse files Browse the repository at this point in the history
  • Loading branch information
cocopon committed Feb 24, 2023
1 parent 492db13 commit 00b00d0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/tweakpane/src/doc/template/blades/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1 class="pageHeader_title">{{ title }}</h1>
{% block content %}
<h2 id="text">Text</h2>
<p>
<a href="{{ root }}api/interfaces/tweakpane.TextBladeParams.html">Parameters</a> | <a href="{{ root }}api/classes/tweakpane.TextBladeApi.html">API</a>
<a href="{{ root }}api/interfaces/TextBladeParams.html">Parameters</a> | <a href="{{ root }}api/classes/TextBladeApi.html">API</a>
</p>
<div class="main_media">
<div class="demo">
Expand All @@ -41,7 +41,7 @@ <h2 id="text">Text</h2>

<h2 id="list">List</h2>
<p>
<a href="{{ root }}api/interfaces/tweakpane.ListBladeParams.html">Parameters</a> | <a href="{{ root }}api/classes/tweakpane.ListBladeApi.html">API</a>
<a href="{{ root }}api/interfaces/ListBladeParams.html">Parameters</a> | <a href="{{ root }}api/classes/ListBladeApi.html">API</a>
</p>
<div class="main_media">
<div class="demo">
Expand All @@ -68,7 +68,7 @@ <h2 id="list">List</h2>

<h2 id="slider">Slider</h2>
<p>
<a href="{{ root }}api/interfaces/tweakpane.SliderBladeParams.html">Parameters</a> | <a href="{{ root }}api/classes/tweakpane.SliderBladeApi.html">API</a>
<a href="{{ root }}api/interfaces/SliderBladeParams.html">Parameters</a> | <a href="{{ root }}api/classes/SliderBladeApi.html">API</a>
</p>
<div class="main_media">
<div class="demo">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h2>What's next</h2>
</a>
</div>
<div class="relItem relItem-oneline">
<a class="relItem_anchor" href="{{ root }}api/classes/tweakpane.Pane.html" target="_blank">
<a class="relItem_anchor" href="{{ root }}api/classes/Pane.html" target="_blank">
<div class="relItem_text">
<div class="relItem_title">
API reference
Expand Down
2 changes: 1 addition & 1 deletion packages/tweakpane/src/doc/template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h2>What's next?</h2>
</a>
</div>
<div class="relItem relItem-oneline">
<a class="relItem_anchor" href="{{ root }}api/classes/tweakpane.Pane.html" target="_blank">
<a class="relItem_anchor" href="{{ root }}api/classes/Pane.html" target="_blank">
<div class="relItem_text">
<div class="relItem_title">
API reference
Expand Down
2 changes: 1 addition & 1 deletion packages/tweakpane/src/doc/template/misc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1 class="pageHeader_title">{{ title }}</h1>

{% block content %}
<h2 id="events">Events</h2>
<p>Use <code>on()</code> of specific components to listen its changes. Input components will emit <code>change</code> events. The first argument of the event handler is the <a href="{{ root }}api/classes/tweakpane.TpChangeEvent.html">event object</a> that contains a value.</p>
<p>Use <code>on()</code> of specific components to listen its changes. Input components will emit <code>change</code> events. The first argument of the event handler is the <a href="{{ root }}api/classes/TpChangeEvent.html">event object</a> that contains a value.</p>

<div class="main_media">
<div class="demo">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
</ul>
</li>
<li class="menuItem">
<a class="menuItem_anchor" href="{{ root }}api/classes/tweakpane.Pane.html" target="_blank">
<a class="menuItem_anchor" href="{{ root }}api/classes/Pane.html" target="_blank">
API reference
<span class="material-icons">open_in_new</span>
</a>
Expand Down
2 changes: 1 addition & 1 deletion packages/tweakpane/src/doc/template/quick-tour/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h2 id="inputs">Bindings</h2>
</div>
</div>

<p>See <a href="{{ root }}input-bindings/">Bindings</a> section or <a href="{{ root }}api/classes/tweakpane.Pane.html#addBinding">API reference</a> for details.</p>
<p>See <a href="{{ root }}input-bindings/">Bindings</a> section or <a href="{{ root }}api/classes/Pane.html#addBinding">API reference</a> for details.</p>

<h2 id="folders">Folders</h2>
<p>Use <code>addFolder()</code> to organize blades.</p>
Expand Down

0 comments on commit 00b00d0

Please sign in to comment.