Skip to content

Commit f456d89

Browse files
committed
links
1 parent 3c2fb66 commit f456d89

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ collections:
2525
building:
2626
output: true
2727
permalink: /building/:path/
28-
jdk12:
28+
java:
2929
output: true
30-
permalink: /jdk12/:path/
30+
permalink: /java/:path/
3131
syntax-highlighting:
3232
enabled: true
3333
css: syntax.css

index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,5 @@ <h2><a href="{{ site.github.url }}/projects/picrate/">{{ 'PiCrate' }}</a></h2>
2626
<h2><a href="{{ site.github.url }}/testing/testing/">{{ 'testing' }}</a></h2>
2727
<h2><a href="{{ site.github.url }}/building/building/">{{ 'building ruby-processing projects' }}</a></h2>
2828
<h2><a href="{{ site.github.url }}/building/hype/">{{ 'building hype library' }}</a></h2>
29-
<h2><a href="{{ site.github.url }}/jdk12/simple/">{{ 'reflective warnings Java2D' }}</a></h2>
30-
<h2><a href="{{ site.github.url }}/jdk12/p2d_sketch/">{{ 'reflective warnings Jogl 2D' }}</a></h2>
31-
<h2><a href="{{ site.github.url }}/jdk12/p2d_sketch/">{{ 'reflective warnings Jogl 3D' }}</a></h2>
32-
<h2><a href="{{ site.github.url }}/jdk12/jwishy/">{{ 'reflective warnings swing control panel sketch' }}</a></h2>
29+
<h2><a href="{{ site.github.url }}/java/raspberry/">{{ 'Java for PiCrate' }}</a></h2>
30+
<h2><a href="{{ site.github.url }}/java/JRubyArt_propane/">{{ 'Java for JRubyArt and propane' }}</a></h2>

0 commit comments

Comments
 (0)