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

Make the API-link go to RTD #173

Merged
merged 1 commit into from
Dec 5, 2014
Merged
Show file tree
Hide file tree
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
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