Przeglądaj źródła

Update README.md

vladfolts 11 lat temu
rodzic
commit
30e7c5b389
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 # Oberon 07 compiler
 
 Written in JavaScript (and partially on oberon itself) and transaltes Oberon to JavaScript code so it can be run in web browser.
-Supports both "pure" and "plus extensions" mode. Pure mode is a strict implementation of original Oberon language report. Language [extensions](/vladfolts/oberonjs/wiki/Eberon) implemented in my own way and available as a separate compiler mode.
+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).