diff --git a/getting-started.markdown b/getting-started.markdown index 0a8e6ea..d9943c8 100644 --- a/getting-started.markdown +++ b/getting-started.markdown @@ -2,10 +2,6 @@ layout: main title: Getting Started --- -# Try it! - -Not ready to download yet? You can try [JRuby as an applet right in your browser](/tryjruby)! - # Getting Started with JRuby JRuby is one of the easiest Ruby implementations to set up. Let's start with the basic instructions: diff --git a/rakelib/s3.rake b/rakelib/s3.rake index 00c0047..eb1d6d6 100644 --- a/rakelib/s3.rake +++ b/rakelib/s3.rake @@ -3,7 +3,7 @@ require 'fog' Fog.credentials = { path_style: true } -INDEXED_FOLDERS = %w(downloads prerelease presentations tryjruby) +INDEXED_FOLDERS = %w(downloads prerelease presentations) def sorted_files entries = []