Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
David Haeffner committed Feb 10, 2020
1 parent aaf8cab commit 98d76ee
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 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.57.0 (14, July 2019)
# The Internet 0.58.0 (10, February 2020)
=======

An example application that captures prominent and ugly functionality found on the web. Perfect for writing automated acceptance tests against.
Expand Down Expand Up @@ -44,6 +44,7 @@ Deployed and available at [http://the-internet.herokuapp.com](http://the-interne
+ [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)
+ [Shadow DOM](http://the-internet.herokuapp.com/shadowdom)
+ [Shifting Content](http://the-internet.herokuapp.com/shifting_content)
+ [Slow Resources](http://the-internet.herokuapp.com/slow)
+ [Sortable Data Tables](http://the-internet.herokuapp.com/tables)
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.57.0 (14, July 2019)
# The Internet 0.58.0 (10, February 2020)
=======

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.57.0
0.58.0
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#0.58.0
+ Added /shadowdom example (PR #45)

#0.57.0
+ Added sitemap

Expand Down
1 change: 1 addition & 0 deletions examples.csv
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ Entry Ad,/entry_ad
Add/Remove Elements,/add_remove_elements/
Inputs,/inputs
Digest Authentication,/digest_auth,user and pass: admin
Shadow DOM,/shadowdom
2 changes: 1 addition & 1 deletion views/examples.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<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='/shadowdom'>Shadow Dom</a></li>
<li><a href='/download_secure'>Secure File Download</a></li>
<li><a href='/shadowdom'>Shadow DOM</a></li>
<li><a href='/shifting_content'>Shifting Content</a></li>
<li><a href='/slow'>Slow Resources</a></li>
<li><a href='/tables'>Sortable Data Tables</a></li>
Expand Down

0 comments on commit 98d76ee

Please sign in to comment.