Skip to content

Commit

Permalink
website: fix download urls for igstories
Browse files Browse the repository at this point in the history
  • Loading branch information
ifedapoolarewaju committed Jul 4, 2019
1 parent bc36b23 commit cb2d139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs-src/igstories.pug
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ append navigation
| Download the latest
span 1.0.0
div.mt-2(class="btn-group" role="group" aria-label="Download buttons")
a.btn.btn-outline-light(role="button" href='https://github.com/ifedapoolarewaju/igstories/releases/download/v1.0.2/IGStories-Setup-1.0.2.exe')
a.btn.btn-outline-light(role="button" href='https://github.com/ifedapoolarewaju/igstories/releases/download/v1.0.2/IGStories.Setup.1.0.2.exe')
i.mdi.mdi-windows
span.ml-2 Windows
a.btn.btn-outline-light(role="button" href='https://github.com/ifedapoolarewaju/igstories/releases/download/v1.0.2/IGStories-1.0.2.dmg')
i.mdi.mdi-apple
span.ml-2 macOS
a.btn.btn-outline-light(role="button" href='https://github.com/ifedapoolarewaju/igstories/releases/download/v1.0.2/IGStories-1.0.2-x86_64.AppImage')
a.btn.btn-outline-light(role="button" href='https://github.com/ifedapoolarewaju/igstories/releases/download/v1.0.2/IGStories.1.0.2.AppImage')
i.mdi.mdi-linux
span.ml-2 Linux

Expand Down
2 changes: 1 addition & 1 deletion docs/igstories.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h1 class="text-center display-4 col-md-auto">IG:Stories</h1>
<h3 class="text-center col-12 col-md-8 m-auto">Watch Instagram Stories Anonymously</h3>
<div class="download col-md-auto mt-5">
<h5>Download the latest <span>1.0.0</span></h5>
<div class="mt-2 btn-group" role="group" aria-label="Download buttons"><a class="btn btn-outline-light" role="button" href="https://github.com/ifedapoolarewaju/igstories/releases/download/v1.0.2/IGStories-Setup-1.0.2.exe"><i class="mdi mdi-windows"></i><span class="ml-2">Windows</span></a><a class="btn btn-outline-light" role="button" href="https://github.com/ifedapoolarewaju/igstories/releases/download/v1.0.2/IGStories-1.0.2.dmg"><i class="mdi mdi-apple"> </i><span class="ml-2">macOS</span></a><a class="btn btn-outline-light" role="button" href="https://github.com/ifedapoolarewaju/igstories/releases/download/v1.0.2/IGStories-1.0.2-x86_64.AppImage"><i class="mdi mdi-linux"></i><span class="ml-2">Linux</span></a></div>
<div class="mt-2 btn-group" role="group" aria-label="Download buttons"><a class="btn btn-outline-light" role="button" href="https://github.com/ifedapoolarewaju/igstories/releases/download/v1.0.2/IGStories.Setup.1.0.2.exe"><i class="mdi mdi-windows"></i><span class="ml-2">Windows</span></a><a class="btn btn-outline-light" role="button" href="https://github.com/ifedapoolarewaju/igstories/releases/download/v1.0.2/IGStories-1.0.2.dmg"><i class="mdi mdi-apple"> </i><span class="ml-2">macOS</span></a><a class="btn btn-outline-light" role="button" href="https://github.com/ifedapoolarewaju/igstories/releases/download/v1.0.2/IGStories.1.0.2.AppImage"><i class="mdi mdi-linux"></i><span class="ml-2">Linux</span></a></div>
</div>
</div>
</div>
Expand Down

0 comments on commit cb2d139

Please sign in to comment.