Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Commit

Permalink
updated link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasius committed Dec 16, 2017
1 parent feab32c commit 4a604b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"version": "2.0.0",
"tasks": [{
"tasks": [
{
"type": "gulp",
"task": "compile",
"isBackground": true,
Expand All @@ -13,7 +14,10 @@
"group": {
"kind": "build",
"isDefault": true
}
},
"problemMatcher": [
"$node-sass"
]
},
{
"type": "gulp",
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <h1>ClearShift installation</h1>
<img src="assets/images/android.png" alt="Default ClearShift" ;="" class="img-fluid">
</a>
<p>1.
<a href="https://github.com/Jasius/ClearShift/releases/download/V4.0.2/r-clearshift.zip" download title="Download">Download ClearShift</a> and extract its content.
<a href="https://github.com/Jasius/ClearShift/releases/download/v4.0.4/r-clearshift.zip" download title="Download">Download ClearShift</a> and extract its content.
<br>2. Upload icons and ClearShift.css into stylesheet.
<strong>Note:</strong> Upload icons spritesheet first.
<br>3. Upload
Expand All @@ -184,7 +184,7 @@ <h1>ClearShift installation</h1>
<a title="CSShelp" href="https://www.reddit.com/r/CSShelp/" target="_blank">/r/CSShelp subreddit</a> is the place worth visiting.</p>
<p>
<center>
<a download id="minimal" class="btn btn-outline-primary" role="button" href="https://github.com/Jasius/ClearShift/releases/download/V4.0.3/r-clearshift.zip">Download ClearShift</a>
<a download id="minimal" class="btn btn-outline-primary" role="button" href="https://github.com/Jasius/ClearShift/releases/download/v4.0.4/r-clearshift.zip">Download ClearShift</a>
<a href="https://github.com/Jasius/Windows-theme" id="minimal" class="btn btn-outline-primary" role="button">Source Code</a>
</center>
</p>
Expand Down

0 comments on commit 4a604b0

Please sign in to comment.