fix new link
This commit is contained in:
parent
1f3877fc6d
commit
19069b6450
12
index.html
12
index.html
@ -30,7 +30,7 @@ layout: site
|
||||
<li> Implicit type tracking using adaptive code</li>
|
||||
<li> Explicit <a href="/2015/06/20/the-static-call-chain.html">message and frame objects</a></li>
|
||||
<li> <a href="http://book.salama-vm.org/register/machine.html">Register machine abstraction</a></li>
|
||||
<li> <a href="http://book.salama-vm.org/object/instructions.html">Extensible instruction set</a></li>
|
||||
<li> <a href="http://book.salama-vm.org/object/instructions.html">Extensible</a> instruction set</li>
|
||||
</ul>
|
||||
Off course salama contains a parser (PEG based) and a binary executable generation
|
||||
layer (in ruby)</li>
|
||||
@ -71,16 +71,16 @@ layout: site
|
||||
</p>
|
||||
<p>
|
||||
The <a href="/project/motivation.html">about</a> section has some info of when and how this
|
||||
started. If you feel like contributing <a href="/contribute.html">read this</a>.
|
||||
started. If you feel like contributing <a href="/contribute.html">read this</a> or write a
|
||||
<a href="https://groups.google.com/forum/#!forum/salama-dev"> mail </a>.
|
||||
</p>
|
||||
<p>
|
||||
Last but not least, i try to get recent developments down on paper when they are still
|
||||
fresh, which you can read in the <a href="/news.html">news</a> section.
|
||||
fresh, which you can read in the <a href="{{ site.posts.first.url }}">news</a> section.
|
||||
</p>
|
||||
<p>
|
||||
Last news:
|
||||
<small><small>{{ site.posts.first.date | date: "%d.%m.%y" }} </small></small>
|
||||
</li>
|
||||
Last news: {{ site.posts.first.date | date: "%d.%m.%y" }}
|
||||
|
||||
<li>
|
||||
<a href="{{ site.posts.first.url }}">{{ site.posts.first.title }}
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user