Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 3a35f23

Browse files
committed
Improve doc
1 parent e0eb287 commit 3a35f23

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

demo/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ angular.module('datatablesSampleApp',
4646
})
4747
.factory('DTLoadingTemplate', function() {
4848
return {
49-
html: '<img src="images/loading.gif" />'
49+
html: '<img src="/angular-datatables/images/loading.gif" />'
5050
};
5151
});
5252

demo/partials/welcome.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<article class="main-content welcome">
22
<header class="article-header">
3-
<h1><a href="https://angularjs.org/"><img src="images/AngularJS.png" /></a></h1>
3+
<h1><a href="https://angularjs.org/"><img src="/angular-datatables/images/AngularJS.png" /></a></h1>
44
<h1 class="text-info notice">Structural framework for dynamic web apps</h1>
55
<h1><i class="fa fa-plus"></i></h1>
6-
<h1><a href="https://datatables.net/"><img src="images/DataTables.png" />&nbsp;DataTables</a></h1>
6+
<h1><a href="https://datatables.net/"><img src="/angular-datatables/images/DataTables.png" />&nbsp;DataTables</a></h1>
77
<h1 class="text-info notice">jQuery plug-in for complex HTML tables</h1>
88
</header>
99
</article>

demo/sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ angular.module('datatablesSampleApp')
1414
$scope.basicUsages = USAGES.basic;
1515
$scope.advancedUsages = USAGES.advanced;
1616
$scope.withPluginsUsages = USAGES.withPlugins;
17-
$scope.archives = $resource('archives.json').query();
17+
$scope.archives = $resource('/angular-datatables/archives.json').query();
1818

1919
// Functions
2020
$scope.isActive = function (view) {

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<body ng-app="datatablesSampleApp">
2929
<div class="github-ribbon">
3030
<a href="https://github.com/l-lin/angular-datatables">
31-
<img style="position: absolute; top: 0; right: 0; border: 0;" src="images/forkme.png" alt="Fork me on GitHub">
31+
<img style="position: absolute; top: 0; right: 0; border: 0;" src="/angular-datatables/images/forkme.png" alt="Fork me on GitHub">
3232
</a>
3333
</div>
3434
<header class="header">

0 commit comments

Comments
 (0)