lib/jets/commands/templates/skeleton/config/routes.rb in jets-1.9.9 vs lib/jets/commands/templates/skeleton/config/routes.rb in jets-1.9.10

- old
+ new

@@ -2,8 +2,8 @@ root "jets/public#show" # The jets/public#show controller can serve static utf8 content out of the public folder. # Note, as part of the deploy process Jets uploads files in the public folder to s3 # and serves them out of s3 directly. S3 is well suited to serve static assets. - # More info here: http://rubyonjets.com/docs/assets-serving/ + # More info here: https://rubyonjets.com/docs/extras/assets-serving/ any "*catchall", to: "jets/public#show" end