Skip to content

Commit b6cd424

Browse files
committed
Remove tryjruby and add blog
The Try Ruby site has not run JRuby for many years, and both WebStart and applets are dead, so I remove all "tryjruby" content. To address jruby/jruby#8313 I add a Blog link to the top menu. Fixes jruby/jruby#8313
1 parent a2d6f46 commit b6cd424

File tree

6 files changed

+3
-85
lines changed

6 files changed

+3
-85
lines changed

_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ release:
1818
urls:
1919
maven: https://repo1.maven.org/maven2/org/jruby
2020
s3: https://s3.amazonaws.com/jruby.org/downloads
21-
tryjruby: https://s3.amazonaws.com/jruby.org/tryjruby
2221
bugs: https://github.com/jruby/jruby/issues
2322
jira: http://jira.codehaus.org/browse/JRUBY
2423
wiki: https://github.com/jruby/jruby/wiki

_includes/menu.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<li id="page_1" class="{% if page.title contains "Home" %}on{% endif %}">
66
<a href="/">Home</a>
77
</li>
8-
<li id="page_16" class="{% if page.title contains "Try JRuby!" %}on{% endif %}">
9-
<a href="/tryjruby">Try JRuby!</a>
10-
</li>
118
<li id="page_5" class="{% if page.title contains "News" %}on{% endif %}">
129
<a href="/news">News</a>
1310
</li>
11+
<li id="page_16" class="{% if page.title contains "Blog" %}on{% endif %}">
12+
<a href="https://blog.jruby.org/">Blog</a>
13+
</li>
1414
<li id="page_8" class="{% if page.title contains "Download" %}on{% endif %}">
1515
<a href="/download">Downloads</a>
1616
</li>

files/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ <h1>Files/</h1>
77
<a href='/files/downloads/index.html'>downloads</a><br/>
88
<a href='/files/prerelease/index.html'>prerelease</a><br/>
99
<a href='/files/presentations/index.html'>presentations</a><br/>
10-
<a href='/files/tryjruby/index.html'>tryjruby</a><br/>
1110
</p>

files/irb.jnlp

Lines changed: 0 additions & 22 deletions
This file was deleted.

files/tryjruby/index.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

tryjruby.markdown

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)