Browse Source

processing: add link to Amber website

Manfred Kroehnert 11 years ago
parent
commit
b4611e6524
1 changed files with 1 additions and 1 deletions
  1. 1 1
      processing/index.html

+ 1 - 1
processing/index.html

@@ -12,7 +12,7 @@
 	<script type="text/javascript" src="processing-1.4.1.js"></script>
   </head> 
   <body> 
-	A Clock made with <a href="http://processingjs.org">Processing.js</a> and Amber
+	A Clock made with <a href="http://processingjs.org">Processing.js</a> and <a href"http://amber-lang.net/">Amber</a>
 	<p>Examine the <button onClick="smalltalk.Browser._openOn_(smalltalk.ProcessingClock)"> ProcessingClock class</button></p> 
 	<p><canvas id="canvas1" width="200" height="200"></canvas></p>
 	<script id="script1" type="text/javascript">