BestBuy / api-playground

The Best Buy API Playground is an API training tool for students, educators and other learners to explore the possibilities of a fully functional RESTful API in a simple, non-production environment.
Other
260 stars 104 forks source link

Fixed URL error in markdown/index.md #9

Closed eddyystop closed 7 years ago

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 96.942% when pulling f7e8dcc56b60a4df35ec6cc8e9ad4e77038dea0d on eddyystop:master into 62b1cd846458a068247f002befe3301d2b700825 on BestBuy:master.

Flet commented 7 years ago

Hey @eddyystop Thanks for the PR!

This shouldn't be an issue as the files in markdown are used as view templates and rendered as HTML (via markdown-pages.js). Those files are not meant to be viewed directly as markdown files.

So, hitting the /queries endpoint in the running application will render queries.md markdown as HTML.

Thanks for taking a look!