Skip to content

Commit

Permalink
fix(website): fix images path
Browse files Browse the repository at this point in the history
  • Loading branch information
Shipow committed Nov 5, 2015
1 parent 33db1b3 commit a3f62eb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="spacer100 bg-white"></div>
<footer class="site-footer">
<p>
Designed and built with <i class="fa fa-heart"></i> by <a href="https://www.algolia.com"><img src="./img/logo-algolia-dark.png" alt="Algolia"></a>
Designed and built with <i class="fa fa-heart"></i> by <a href="https://www.algolia.com"><img src="{{site.baseurl}}/img/logo-algolia-dark.png" alt="Algolia"></a>
</p>
<div class="spacer50"></div>
<ul class="list-inline">
Expand Down
6 changes: 3 additions & 3 deletions docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ noFooter: true
<div class="row">
<div class="col-sm-4">
<div class="sticker sticker-algolia">
<img src="../img/logo-algolia.svg" width="26"/>
<img src="{{site.baseurl}}/img/logo-algolia-notext.svg" width="26"/>
</div>
<br>
Built on top of <a href="https://www.algolia.com" target="_blank">Algolia Search API</a>
</div>
<div class="col-sm-4">
<div class="sticker sticker-open-source">
<img src="../img/logo-open-source.svg" width="30"/>
<img src="{{site.baseurl}}/img/logo-open-source.svg" width="30"/>
</div>
<br>
Driven by community and available on <a href="http://github.com/algolia/instantsearch.js" target="_blank">Github</a>
</div>
<div class="col-sm-4">
<div class="sticker sticker-ux">
<img src="../img/logo-UX.svg" width="30"/>
<img src="{{site.baseurl}}/img/logo-UX.svg" width="30"/>
</div>
<br>
UI/UX Best practices
Expand Down
17 changes: 17 additions & 0 deletions docs/img/logo-algolia-notext.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3f62eb

Please sign in to comment.