Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
vsn4ik committed Jan 17, 2016
1 parent eaf4e25 commit 3e2b924
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Export-ignore files for composer (with --prefer-dist)
# Export-ignore files (GitHub download link, composer [--prefer-dist])
# Dont add bower.json, otherwise it is not loaded in the Bower package
docs export-ignore
.* export-ignore
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

Several quick start options are available:

* [Download the latest release](https://github.com/vsn4ik/bootstrap-checkbox/releases/download/v1.3.1/bootstrap-checkbox-1.3.1-dist.zip "Download Bootstrap-checkbox").
* [Download the latest release](https://github.com/vsn4ik/bootstrap-checkbox/archive/v1.3.1.zip "Download Bootstrap-checkbox").
* Clone the repo: `git clone https://github.com/vsn4ik/bootstrap-checkbox.git`.
* Install with [Bower](http://bower.io): `bower install bootstrap-checkbox`.
* Install with [npm](https://www.npmjs.com): `npm install bootstrap-checkbox`.
Expand Down
2 changes: 1 addition & 1 deletion docs/views/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p class="lead"><%= pkg.description %>.</p>

<div class="btn-toolbar">
<a class="btn btn-primary m-b pull-left" href="https://github.com/<%= pkg.repository %>/releases/download/v<%= pkg.version %>/<%= pkg.name %>-<%= pkg.version %>-dist.zip" download>
<a class="btn btn-primary m-b pull-left" href="https://github.com/<%= pkg.repository %>/archive/v<%= pkg.version %>.zip" download>
<span class="octicon octicon-cloud-download"></span>
<span>Download</span>
</a>
Expand Down

0 comments on commit 3e2b924

Please sign in to comment.