Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ <h3>Löve Example Browser</h3>
</item>
<item>
<h3>LÖVE-API</h3>
<a href="https://github.com/love2d-community/love-api"><img src="images/love-api.png"></img></a>
<a href="http://love2d-community.github.io/love-api"><img src="images/love-api.png"></img></a>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Used a http (not secured) because that's link written on github.com/love2d-community/love-api page.
I feel insecure, but i know too little about net protocols to make another decision

<small>The complete API documentation of LÖVE contained in a lua table.</small>
</item>
<item>
<h3>LÖVE Book</h3>
<a href="https://github.com/love2d-community/love2d-book"><img src="images/love2d-book.png"></img></a>
<a href="https://love2d-community.github.io/love2d-book"><img src="images/love2d-book.png"></img></a>
<small>A book about LÖVE, Games and Lua.</small>
</item>
<h2>Contributions encouraged!</h2>
Expand Down