diff --git a/build/index.html b/build/index.html
index bfc1cefe..e01cd238 100644
--- a/build/index.html
+++ b/build/index.html
@@ -159,9 +159,7 @@
Sexy API documentation from
diff --git a/source/layout.haml b/source/layout.haml
index a02f65e4..501f5b62 100644
--- a/source/layout.haml
+++ b/source/layout.haml
@@ -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") + "."
\ No newline at end of file
+ = link_to("Swagger", "http://swagger.wordnik.com") + "."