Updated sample discovery URL.

This commit is contained in:
zeke
2012-01-25 10:28:52 -08:00
parent 4ce5b8fe9c
commit 063a948c28
4 changed files with 14 additions and 16 deletions

View File

@@ -29,7 +29,7 @@
#content_message
Enter the base URL of the API that you wish to explore, or try
= link_to("petstore.swagger.wordnik.com/api", "#", :onclick => "$('#input_baseUrl').val('http://petstore.swagger.wordnik.com/api'); apiSelectionController.showApi(); return false;")
= link_to("petstore.swagger.wordnik.com/api/resources.json", "#", :onclick => "$('#input_baseUrl').val('http://petstore.swagger.wordnik.com/api/resources.json'); apiSelectionController.showApi(); return false;")
%p#colophon{:style => 'display:none'}
Sexy API documentation from