Bladeren bron

Fixed a wrong link in the documentation

Nicolas Petton 12 jaren geleden
bovenliggende
commit
8a43851309
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      documentation.html

+ 1 - 1
documentation.html

@@ -37,7 +37,7 @@ title: Amber Smalltalk - documentation
       <li>The <code>Date</code> class behaves like the <code>Date</code> <em>and</em> <code>TimeStamp</code> classes in Pharo Smalltalk. Therefore both <code>Date today</code> and <code>Date now</code> are valid in Amber.</li>
       <li>Amber use solely <code>=</code> to test object equality and not the <code>#hash</code> method.</li>
       <li><strike>Amber misses <code>thisContext</code></strike>. Amber now supports <code> thisContext</code></li>
-      <li><strike>Amber  does not support <code>#doesNotUnderstand</code></strike>. <em>Amber now <a href="http://www.nicolas-petton.fr/2011/05/03/doesnnotunderstand-in-amber.html">has support</a> for</em> <code>#dnu:</code>.</li>
+      <li><strike>Amber  does not support <code>#doesNotUnderstand</code></strike>. <em>Amber now <a href="http://www.nicolas-petton.fr/2011/05/03/doesnnotunderstand-in-jtalk.html">has support</a> for</em> <code>#dnu:</code>.</li>
     </ul>
 
     <h2>Committing changes to disk with the web-based IDE</h2>