Skip to content

Commit 68205eb

Browse files
author
Alexander Zhukov
committed
docs(examples): fix the links
1 parent 4221b4c commit 68205eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/pages/documentation/documentation.component.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h3><a id="configuration" class="anchor" href="#configuration" aria-hidden="true
113113
<td>
114114
Custom component that will be responsible for rendering the cell content while in view mode.<br>
115115
Type must be <span class="highlight">custom</span> in order for this to work.<br>
116-
You can see an <a class="source" href="https://github.com/akveo/ng2-smart-table/blob/master/demo/src/app/pages/examples/custom-edit-view/advanced-example-custom-editor.component.ts">example here</a>
116+
You can see an <a class="source" href="https://github.com/akveo/ng2-smart-table/blob/master/src/app/pages/examples/custom-edit-view/advanced-example-custom-editor.component.ts">example here</a>
117117
</td>
118118
</tr>
119119
<tr>
@@ -220,7 +220,7 @@ <h3><a id="configuration" class="anchor" href="#configuration" aria-hidden="true
220220
The available types are: <code>checkbox</code>, <code>select</code>, <code>completer</code>.<br>
221221
The <code>checkbox</code> type accepts one more optional property compared to the <code>editor</code> version: <span class="highlight">resetText: string</span>.
222222
It defines the text of the button to reset the checkbox selection.<br>
223-
<a class="source" href="https://github.com/akveo/ng2-smart-table/blob/master/demo/src/app/pages/examples/filter/advanced-example-filters.component.ts">Click here to see an example</a> on how to configure it.
223+
<a class="source" href="https://github.com/akveo/ng2-smart-table/blob/master/src/app/pages/examples/filter/advanced-example-filters.component.ts">Click here to see an example</a> on how to configure it.
224224
</td>
225225
</tr>
226226
<tr>

0 commit comments

Comments
 (0)