move language specification link

This commit is contained in:
Renaud Pawlak 2016-05-26 11:05:55 +02:00
parent a7e70a716d
commit 9690517998
2 changed files with 4 additions and 2 deletions

View File

@ -22,6 +22,8 @@ JSweet programs usually run on a JavaScript VM, but the programs that only use J
- Support for various EcmaScript target versions (ES3 to ES6).
- ...
For more details, go to the [language specifications](https://github.com/cincheo/jsweet/blob/master/doc/jsweet-language-specifications.md) ([PDF](https://github.com/cincheo/jsweet/raw/master/doc/jsweet-language-specifications.pdf)).
## Getting started
- Step 1: Install (or check that you have installed) [Git](https://git-scm.com/downloads), [Node.js](https://nodejs.org) and [Maven](https://maven.apache.org/) (commands `git`, `node`, `npm` and `mvn` should be in your path).

View File

@ -1,5 +1,5 @@
JSweet Language Specifications ([PDF](https://github.com/cincheo/jsweet/raw/master/doc/jsweet-language-specifications.pdf))
====================================
JSweet Language Specifications
==============================
Version: 1.1.0