Skip to content

Commit

Permalink
Point links to new documentation src
Browse files Browse the repository at this point in the history
  • Loading branch information
Hector Romero committed Dec 29, 2016
1 parent 3afe936 commit bbb9a42
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions doc/src/api/api.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="page-header" id="api">
<a class="btn btn-default pull-right" target="_blank"
href="https://github.com/tochoromero/aurelia-table-documentation/tree/master/src/api">
href="https://github.com/tochoromero/aurelia-table/tree/master/doc/src/api">
<i class="fa fa-edit"></i> Improve documentation</a>
<h1>Api</h1>
</div>
Expand Down Expand Up @@ -123,4 +123,4 @@ <h3>Example</h3>
}</code></pre>
</aubs-tab>
</aubs-tabset>
</template>
</template>
4 changes: 2 additions & 2 deletions doc/src/basics/basics.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="page-header" id="basics">
<a class="btn btn-default pull-right" target="_blank"
href="https://github.com/tochoromero/aurelia-table-documentation/tree/master/src/basics">
href="https://github.com/tochoromero/aurelia-table/tree/master/doc/src/basics">
<i class="fa fa-edit"></i> Improve documentation</a>
<h1>The Basics</h1>
</div>
Expand Down Expand Up @@ -91,4 +91,4 @@ <h1>The Basics</h1>

<p>All right, this is the simplest table you can create, but right now Aurelia Table is effectively doing nothing. Keep reading to
discover how easy it is to add functionality with plugins.</p>
</template>
</template>
2 changes: 1 addition & 1 deletion doc/src/filter/filter.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<div class="page-header" id="filter">
<a class="btn btn-default pull-right" target="_blank"
href="https://github.com/tochoromero/aurelia-table-documentation/tree/master/src/filter">
href="https://github.com/tochoromero/aurelia-table/tree/master/doc/src/filter">
<i class="fa fa-edit"></i> Improve documentation</a>
<h1>Filter Data</h1>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/src/introduction/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2 class="project-tagline">Simple functional data table</h2>
<div class="col-md-12">
<div class="page-header">
<a class="btn btn-default pull-right" target="_blank"
href="https://github.com/tochoromero/aurelia-table-documentation/tree/master/src/introduction">
href="https://github.com/tochoromero/aurelia-table/tree/master/doc/src/introduction">
<i class="fa fa-edit"></i> Improve documentation</a>
<h1>Introduction</h1>
</div>
Expand Down
4 changes: 2 additions & 2 deletions doc/src/pagination/pagination.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<div class="page-header" id="pagination">
<a class="btn btn-default pull-right" target="_blank"
href="https://github.com/tochoromero/aurelia-table-documentation/tree/master/src/pagination">
href="https://github.com/tochoromero/aurelia-table/tree/master/doc/src/pagination">
<i class="fa fa-edit"></i> Improve documentation</a>
<h1>Pagination</h1>
</div>
Expand Down Expand Up @@ -169,4 +169,4 @@ <h3>Example</h3>
dropdown to control the page size.</p>

<custom-pagination></custom-pagination>
</template>
</template>
2 changes: 1 addition & 1 deletion doc/src/selection/selection.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<div class="page-header" id="selection">
<a class="btn btn-default pull-right" target="_blank"
href="https://github.com/tochoromero/aurelia-table-documentation/tree/master/src/selection">
href="https://github.com/tochoromero/aurelia-table/tree/master/doc/src/selection">
<i class="fa fa-edit"></i> Improve documentation</a>
<h1>Row Selection</h1>
</div>
Expand Down
4 changes: 2 additions & 2 deletions doc/src/sort/sort.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="page-header" id="sort">
<a class="btn btn-default pull-right" target="_blank"
href="https://github.com/tochoromero/aurelia-table-documentation/tree/master/src/sort">
href="https://github.com/tochoromero/aurelia-table/tree/master/doc/src/sort">
<i class="fa fa-edit"></i> Improve documentation</a>
<h1>Column Sorting</h1>
</div>
Expand Down Expand Up @@ -158,4 +158,4 @@ <h3>Example</h3>
Also note the Registered column is using the <code>custom</code> property to provide a custom sort function:
<code>aut-sort="custom.bind: dateSort"</code>. You can see the <code>dateSort</code> function in the JS tab.
</p>
</template>
</template>

0 comments on commit bbb9a42

Please sign in to comment.