Browse Source

Update the link to the online compiler

Vladislav Folts 5 years ago
parent
commit
e2ca8d6378
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -3,7 +3,7 @@
 Translates Oberon to JavaScript code ready to be run in web browser or nodejs. Compiler itself is written in Oberon (with [extensions](https://github.com/vladfolts/oberonjs/wiki/Eberon)) and compiled to JavaScript. The compiler supports both "pure" and "plus extensions" mode. Pure mode is a strict implementation of original Oberon language report. Language [extensions](https://github.com/vladfolts/oberonjs/wiki/Eberon) implemented in my own way and available as a separate compiler mode.
 
 ## Quick start
-You can try the compiler online [here](http://oberspace.dyndns.org/oberonjs.html).
+You can try the compiler online [here](http://oberspace.org/oberonjs.html).
 
 To build it locally run "python build.py html" (Python 2.x or 3.x is required). It will make _out/os.js and _out/oberonjs.html. Open oberonjs.html in the browser and try the compiler!