Skip to content

Commit 9487d86

Browse files
committed
navbar and readme changes related to links to v2.0 release
1 parent ad1ee73 commit 9487d86

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 align="center">
2-
<a href="https://linux-dash.github.io">
2+
<a href="https://afaqurk.github.io/linux-dash">
33
<img src="https://raw.githubusercontent.com/afaqurk/screenshots/master/linux-dash/v2.0-logo.png"/>
44
</a>
55
</h1>
@@ -8,12 +8,12 @@
88
<small>A simple & low-overhead web dashboard for linux systems</small>
99
</p>
1010

11-
<h4 align="center"><a href="https://linux-dash.github.io">linux-dash.github.io</a></h4>
11+
<h4 align="center"><a href="https://afaqurk.github.io/linux-dash">afaqurk.github.io/linux-dash</a></h4>
1212

1313
<p align="center">
1414
<small>
15-
<a href="https://linux-dash.github.io/demo">Demo</a> &nbsp;|&nbsp;
16-
<a href="https://linux-dash.github.io/docs">
15+
<a href="https://afaqurk.github.io/linux-dash">Demo</a> &nbsp;|&nbsp;
16+
<a href="https://github.com/afaqurk/linux-dash/wiki">
1717
Docs
1818
</a>
1919
</small>
@@ -41,7 +41,7 @@
4141
### Step 1
4242
```sh
4343
## 1. clone the repo
44-
git clone --depth 1 https://github.com/linux-dash/linux-dash.git
44+
git clone --depth 1 https://github.com/afaqurk/linux-dash.git
4545

4646
## 2. go to the cloned directory
4747
cd linux-dash/app/server

app/linuxDash.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2117,7 +2117,7 @@ angular.module('linuxDash').directive('navBar', ['$location', function($location
21172117
return {
21182118
template: '\
21192119
\
2120-
<span class="title">Linux Dash</span>\
2120+
<span class="title">Linux Dash (Demo)</span>\
21212121
\
21222122
<ul> \
21232123
<li ng-class="{active: isActive(navItem) }" ng-repeat="navItem in items"> \

src/js/core/features/navbar/navbar.directive.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ angular.module('linuxDash').directive('navBar', ['$location', function($location
22
return {
33
template: '\
44
\
5-
<span class="title">Linux Dash</span>\
5+
<span class="title">Linux Dash (Demo)</span>\
66
\
77
<ul> \
88
<li ng-class="{active: isActive(navItem) }" ng-repeat="navItem in items"> \
@@ -11,9 +11,9 @@ angular.module('linuxDash').directive('navBar', ['$location', function($location
1111
</ul> \
1212
<span class="right-content">\
1313
Resources:\
14-
<a target="_blank" href="/linux-dash/linux-dash">GitHub</a> | \
14+
<a target="_blank" href="/afaqurk/linux-dash">GitHub</a> | \
1515
<a target="_blank" href="https://gitter.im/afaqurk/linux-dash">Gitter Chat Room</a> | \
16-
<a target="_blank" href="https://linux-dash.github.io">Docs</a> \
16+
<a target="_blank" href="https://github.com/afaqurk/linux-dash/wiki">Docs</a> \
1717
</span>\
1818
',
1919
link: function(scope) {

0 commit comments

Comments
 (0)