Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request #173 from aronj/api-link
Browse files Browse the repository at this point in the history
Make the API-link go to RTD
  • Loading branch information
sdepold committed Dec 5, 2014
2 parents 2def6d9 + 3f8c3fa commit 607693d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ block content
a.btn.btn-primary(href='/articles/getting-started', role='button') Getting started
a.btn.btn-default(href='/articles/express', role='button', style="margin-left: 10px") Use with Express
a.btn.btn-default(href='/articles/heroku', role='button', style="margin-left: 10px") Use on Heroku
a.btn.btn-default(href='https://github.com/sequelize/sequelize/wiki/API-Reference', role='button', style="margin-left: 10px") API Reference
a.btn.btn-default(href='http://sequelize.readthedocs.org', role='button', style="margin-left: 10px") API Reference
a.btn.btn-info(href='https://github.com/sequelize/sequelize', role='button', style="margin-left: 10px", target="_blank", rel="nofollow")
| Fork on Github

Expand Down
2 changes: 1 addition & 1 deletion views/layouts/main.jade
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ html
span.spacer  
span.text Docs
li
a(href='https://github.com/sequelize/sequelize/wiki/API-Reference' target='_blank')
a(href='http://sequelize.readthedocs.org' target='_blank')
span.fa.fa-code
span.spacer  
span.text API
Expand Down

0 comments on commit 607693d

Please sign in to comment.