Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Haeffner committed Feb 3, 2015
1 parent a41e5d4 commit 9e4b122
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The Internet 0.43.0 (1-20-2015)
# The Internet 0.43.1 (02-03-2015)
=======

An example application that captures prominent and ugly functionality found on the web. Perfect for writing automated acceptance tests against.
Expand Down Expand Up @@ -32,6 +32,7 @@ Deployed and available at [http://the-internet.herokuapp.com](http://the-interne
+ [Key Presses](http://the-internet.herokuapp.com/key_presses)
+ [Large & Deep DOM](http://the-internet.herokuapp.com/large)
+ [Multiple Windows](http://the-internet.herokuapp.com/windows)
+ [Nested Frames](http://the-internet.herokuapp.com/nested_frames)
+ [Notification Messages](http://the-internet.herokuapp.com/notification_message)
+ [Redirect Link](http://the-internet.herokuapp.com/redirector)
+ [Secure File Download](http://the-internet.herokuapp.com/download_secure)
Expand Down
2 changes: 1 addition & 1 deletion README.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The Internet 0.43.0 (1-20-2015)
# The Internet 0.43.1 (02-03-2015)
=======

An example application that captures prominent and ugly functionality found on the web. Perfect for writing automated acceptance tests against.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.43.0
0.43.1
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#0.43.1
+ Added /nested_frames back to the examples list

#0.43.0
+ Updated new window example so the page title is more descriptive on the new window that gets loaded

Expand Down
1 change: 1 addition & 0 deletions views/examples.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<li><a href='/key_presses'>Key Presses</a></li>
<li><a href='/large'>Large & Deep DOM</a></li>
<li><a href='/windows'>Multiple Windows</a></li>
<li><a href='/nested_frames'>Nested Frames</a></li>
<li><a href='/notification_message'>Notification Messages</a></li>
<li><a href='/redirector'>Redirect Link</a></li>
<li><a href='/download_secure'>Secure File Download</a></li>
Expand Down

0 comments on commit 9e4b122

Please sign in to comment.