Skip to content

Commit

Permalink
Added link to Docker image of the-internet per issue # 29
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Haeffner committed Jun 30, 2017
1 parent 47b098e commit 083290e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# The Internet 0.50.0 (July, 16 2016)
=======

An example application that captures prominent and ugly functionality found on the web. Perfect for writing automated acceptance tests against.

Expand Down Expand Up @@ -45,7 +46,6 @@ Deployed and available at [http://the-internet.herokuapp.com](http://the-interne
+ [Status Codes](http://the-internet.herokuapp.com/status_codes)
+ [Typos](http://the-internet.herokuapp.com/typos)
+ [WYSIWYG Editor](http://the-internet.herokuapp.com/tinymce)
+ [Horizontal Slider](http://the-internet.herokuapp.com/horizontal_slider)


Don't see an example you need or think should be here? Contribute!
Expand All @@ -72,3 +72,7 @@ Start the server:
Load the page you want to see in your browser:

http://localhost:9292/url_path

## See Also

- A Docker Image of the-internet ([link](https://hub.docker.com/r/gprestes/the-internet/))
4 changes: 4 additions & 0 deletions README.template
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ Start the server:
Load the page you want to see in your browser:

http://localhost:9292/url_path

## See Also

- A Docker Image of the-internet ([link](https://hub.docker.com/r/gprestes/the-internet/))
1 change: 0 additions & 1 deletion views/examples.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@
<li><a href='/status_codes'>Status Codes</a></li>
<li><a href='/typos'>Typos</a></li>
<li><a href='/tinymce'>WYSIWYG Editor</a></li>
<li><a href='/horizontal_slider'>Horizontal Slider</a></li>
</ul>

0 comments on commit 083290e

Please sign in to comment.