updated urls
This commit is contained in:
@@ -159,9 +159,7 @@
|
||||
</script>
|
||||
<div id='content_message'>
|
||||
Enter the base URL of the API that you wish to explore, or try
|
||||
<a onclick="$('#input_baseUrl').val('http://swagr.api.wordnik.com/v4'); apiSelectionController.showApi(); return false;" href="#">swagr.api.wordnik.com/v4</a>
|
||||
or
|
||||
<a onclick="$('#input_baseUrl').val('http://petstore.swagger.wordnik.com/api'); apiSelectionController.showApi(); return false;" href="#">petstore.swagger.wordnik.com/api</a>.
|
||||
<a onclick="$('#input_baseUrl').val('http://petstore.swagger.wordnik.com/api'); apiSelectionController.showApi(); return false;" href="#">petstore.swagger.wordnik.com/api</a>
|
||||
</div>
|
||||
<p id='colophon' style='display:none'>
|
||||
Sexy API documentation from
|
||||
|
||||
@@ -29,10 +29,8 @@
|
||||
|
||||
#content_message
|
||||
Enter the base URL of the API that you wish to explore, or try
|
||||
= link_to("swagr.api.wordnik.com/v4", "#", :onclick => "$('#input_baseUrl').val('http://swagr.api.wordnik.com/v4'); apiSelectionController.showApi(); return false;")
|
||||
or
|
||||
= 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", "#", :onclick => "$('#input_baseUrl').val('http://petstore.swagger.wordnik.com/api'); apiSelectionController.showApi(); return false;")
|
||||
|
||||
%p#colophon{:style => 'display:none'}
|
||||
Sexy API documentation from
|
||||
= link_to("Swagger", "http://swagger.wordnik.com") + "."
|
||||
= link_to("Swagger", "http://swagger.wordnik.com") + "."
|
||||
|
||||
Reference in New Issue
Block a user