From 7059b79c6502ca1b09c9ebe2d2d75d5f4b62eb10 Mon Sep 17 00:00:00 2001 From: gbadi Date: Fri, 29 Jan 2016 11:01:04 +0100 Subject: [PATCH] release links --- README.MD | 12 ++++++------ src/README.MD | 10 ++++------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/README.MD b/README.MD index e7f6c9c02..a26b5d040 100644 --- a/README.MD +++ b/README.MD @@ -1,5 +1,5 @@
-

+


@@ -20,7 +20,7 @@ MJML is a markup language designed to reduce the pain of coding a responsive ema

- +

@@ -30,7 +30,7 @@ MJML is a markup language designed to reduce the pain of coding a responsive ema # Installation

- + Via NPM: @@ -43,12 +43,12 @@ npm install -g mjml ``` - + Via... click:

- +

@@ -112,7 +112,7 @@ $> mjml --register -e ``` It will create a basic component template in a `.js` file. Follow the instructions provided in the file -and read more about custom components in the documentation (TODO: link) +and read more about custom components in the documentation
diff --git a/src/README.MD b/src/README.MD index bdb96f220..4498d12d7 100644 --- a/src/README.MD +++ b/src/README.MD @@ -7,15 +7,13 @@ The `mjml-engine` is the core of the MJML renderer. It exposes the MJML parser a ## How it works -(how it works image) - The engine is composed of multiple parts: - - [`documentParser`](#) : Parse the markup MJML string and return a JSON representation - - [`mjml2html`](#) : Turn a JSON MJML representation and returns an HTML string using react components - - [`MJMLElementsCollection`](#) : Contains the standard MJML elements exposed to the API + - [`documentParser`](https://github.com/mjmlio/mjml/blob/master/src/documentParser.js) : Parse the markup MJML string and return a JSON representation + - [`mjml2html`](https://github.com/mjmlio/mjml/blob/master/src/mjml2html.js) : Turn a JSON MJML representation and returns an HTML string using react components + - [`MJMLElementsCollection`](https://github.com/mjmlio/mjml/blob/master/src/MJMLElementsCollection.js) : Contains the standard MJML elements exposed to the API ## Changelog -Please refer to the [release](#) section to get more details about the different improvements. +Please refer to the [release](https://github.com/mjmlio/mjml/releases) section to get more details about the different improvements. ## Issues