Browse Source

Fix link.

Vladislav Folts 11 years ago
parent
commit
ea12fc8e15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/wiki/home.md

+ 1 - 1
doc/wiki/home.md

@@ -1,5 +1,5 @@
 ### The goal of the project
-I could formulate the goal as "to have traditional static-typed language on the Web". But more realistically it is: to built my own compiler (never did it before but always wanted). Also I wanted to [experiment](/vladfolts/oberonjs/wiki/Eberon) with my own language.
+I could formulate the goal as "to have traditional static-typed language on the Web". But more realistically it is: to built my own compiler (never did it before but always wanted). Also I wanted to [experiment](https://github.com/vladfolts/oberonjs/wiki/Eberon) with my own language.
 
 ### How to use
 You can use the project as any other JavaScript library. There is no third-party dependencies. The project is developing using nodejs so you may have some additional operations to accommodate nodejs source modules in your project. All source code is under src/ folder. Compiler entry point is oc.js.