Skip to content

Remove references to tryjruby #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions getting-started.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion rakelib/s3.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down