diff --git a/README.md b/README.md index 65c915a..9f240e6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -Visit https://yoyodyne-propulsion.herokuapp.com/ to see the site. +Visit https://yoyodyne-propulsion.fly.dev/ to see the site. This is a sample site for [spatula](https://jamesturk.github.io/spatula/) docs. diff --git a/templates/about.html b/templates/about.html index 5313c3a..21685cd 100644 --- a/templates/about.html +++ b/templates/about.html @@ -7,7 +7,7 @@

- This site exists to demonstrate some basic scraping techniques, as well as provide examples of real world challenges that scraper authors often encounter. It was primarily written to assist with examples and documentation for spatula but feel free to use it for whatever you want. Just be nice, the site is hosted on a free Heroku dyno. + This site exists to demonstrate some basic scraping techniques, as well as provide examples of real world challenges that scraper authors often encounter. It was primarily written to assist with examples and documentation for spatula but feel free to use it for whatever you want. Just be nice, the site is hosted on a free fly.io VM.

While other sites with a similar purpose exist, they often omit some of the common complications that can arise in scraping. The eventual goal of this site is to serve as a test suite of sorts for handling edge cases.