Skip to content

Commit ecc03f0

Browse files
committed
add more content
1 parent c0c8c7f commit ecc03f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ <h3>Simplified Steps</h3>
299299
<h3>parse.y</h3>
300300
<aside class="notes">
301301
<p>parse.y:860</p>
302-
<a target="_blank" href="/img/ruby-1-4-bnf.pdf">BNF Syntax of Ruby 1.4</a>
302+
<a target="_blank" href="/examples/ruby-1-4-bnf.pdf">BNF Syntax of Ruby 1.4</a>
303303
</aside>
304304
</section>
305305
<section>
@@ -1627,6 +1627,9 @@ <h1>GC</h1>
16271627
</section>
16281628
<section>
16291629
<h3>Algorithms</h3>
1630+
<aside class="notes">
1631+
Let's just talk about algorithms.
1632+
</aside>
16301633
</section>
16311634
<section>
16321635
<h3>MRI</h3>

0 commit comments

Comments
 (0)