From ea4d26a5f24c08fac7b4f054e7b176dcb7018499 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 7 Jan 2025 13:26:35 +0100 Subject: [PATCH] Remove references to tryjruby See discussion at https://github.com/jruby/jruby.github.io/issues/3 --- getting-started.markdown | 4 ---- rakelib/s3.rake | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/getting-started.markdown b/getting-started.markdown index 0a8e6ea3..d9943c88 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 00c0047c..eb1d6d6f 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 = []