From e509dfceb1ff84ffacd6026eadca67d225c4a2bb Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Mon, 27 Jun 2016 12:20:27 +0100 Subject: [PATCH] #279 update doc --- README.md | 4 ++-- ng2-components/README.md | 4 ++-- ng2-components/ng2-alfresco-core/README.md | 6 +++--- ng2-components/ng2-alfresco-datatable/README.md | 6 +++--- ng2-components/ng2-alfresco-documentlist/README.md | 8 ++++---- ng2-components/ng2-alfresco-login/README.md | 8 ++++---- ng2-components/ng2-alfresco-search/README.md | 10 +++++----- ng2-components/ng2-alfresco-upload/README.md | 8 ++++---- ng2-components/ng2-alfresco-viewer/README.md | 8 ++++---- 9 files changed, 31 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 5453f804e0..52cc5c2fe2 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ npm publish ```sh git clone https://github.com/Alfresco/dev-platform-js-api.git -git clone https://github.com/Alfresco/dev-platform-webcomponents.git -cd dev-platform-webcomponents +git clone https://github.com/Alfresco/app-dev-framework.git +cd app-dev-framework ``` * Start the demo and Install all the dependencies (do it the first time) diff --git a/ng2-components/README.md b/ng2-components/README.md index d01c73a8a7..12f6e72611 100644 --- a/ng2-components/README.md +++ b/ng2-components/README.md @@ -1,6 +1,6 @@ # Alfresco Angular 2 Components - - travis Status + + travis Status - [Core library](ng2-alfresco-core/README.md) diff --git a/ng2-components/ng2-alfresco-core/README.md b/ng2-components/ng2-alfresco-core/README.md index 00c7cf6bf8..be572a6176 100644 --- a/ng2-components/ng2-alfresco-core/README.md +++ b/ng2-components/ng2-alfresco-core/README.md @@ -1,7 +1,7 @@ # Alfresco Angular2 Components core

- + license @@ -10,8 +10,8 @@ node version - - travis Status + + travis Status

diff --git a/ng2-components/ng2-alfresco-datatable/README.md b/ng2-components/ng2-alfresco-datatable/README.md index 7ff03971e0..c7b3781bf1 100644 --- a/ng2-components/ng2-alfresco-datatable/README.md +++ b/ng2-components/ng2-alfresco-datatable/README.md @@ -1,7 +1,7 @@ # DataTable Component for Angular 2

- + license @@ -10,8 +10,8 @@ node version - - travis Status + + travis Status

diff --git a/ng2-components/ng2-alfresco-documentlist/README.md b/ng2-components/ng2-alfresco-documentlist/README.md index f57597bdac..322185764f 100644 --- a/ng2-components/ng2-alfresco-documentlist/README.md +++ b/ng2-components/ng2-alfresco-documentlist/README.md @@ -1,7 +1,7 @@ # Document List Component for Angular 2

- + license @@ -10,8 +10,8 @@ node version - - travis Status + + travis Status

@@ -41,7 +41,7 @@ The following component needs to be added to your systemjs.config: Please refer to the following example to have an idea of how your systemjs.config should look like : -https://github.com/Alfresco/dev-platform-webcomponents/blob/master/ng2-components/ng2-alfresco-documentlist/demo/systemjs.config.js +https://github.com/Alfresco/app-dev-framework/blob/master/ng2-components/ng2-alfresco-documentlist/demo/systemjs.config.js #### Style The style of this component is based on material design, so if you want to visualize it correctly you have to add the material diff --git a/ng2-components/ng2-alfresco-login/README.md b/ng2-components/ng2-alfresco-login/README.md index 44398b2132..110023a632 100644 --- a/ng2-components/ng2-alfresco-login/README.md +++ b/ng2-components/ng2-alfresco-login/README.md @@ -1,6 +1,6 @@ # Alfresco Login Component for Angular 2

- + license @@ -9,8 +9,8 @@ node version - - travis Status + + travis Status

@@ -45,7 +45,7 @@ The following component needs to be added to your systemjs.config: Please refer to the following example to have an idea of how your systemjs.config should look like : -https://github.com/Alfresco/dev-platform-webcomponents/blob/master/ng2-components/ng2-alfresco-login/demo/systemjs.config.js +https://github.com/Alfresco/app-dev-framework/blob/master/ng2-components/ng2-alfresco-login/demo/systemjs.config.js #### Style The style of this component is based on material design, so if you want to visualize it correctly you have to add the material diff --git a/ng2-components/ng2-alfresco-search/README.md b/ng2-components/ng2-alfresco-search/README.md index 4f6dae45c7..a6c582a33e 100644 --- a/ng2-components/ng2-alfresco-search/README.md +++ b/ng2-components/ng2-alfresco-search/README.md @@ -1,7 +1,7 @@ # Search Component for Angular 2

- + license @@ -10,8 +10,8 @@ node version - - travis Status + + travis Status

@@ -51,7 +51,7 @@ The following component needs to be added to your systemjs.config: Please refer to the following example to have an idea of how your systemjs.config should look like : -https://github.com/Alfresco/dev-platform-webcomponents/blob/master/ng2-components/ng2-alfresco-search/demo/systemjs.config.js +https://github.com/Alfresco/app-dev-framework/blob/master/ng2-components/ng2-alfresco-search/demo/systemjs.config.js #### Style The style of this component is based on material design, so if you want to visualize it correctly you have to add the material @@ -178,7 +178,7 @@ The following component needs to be added to your systemjs.config: Please refer to the following example to have an idea of how your systemjs.config should look like : -https://github.com/Alfresco/dev-platform-webcomponents/blob/master/ng2-components/ng2-alfresco-search/demo/systemjs.config.js +https://github.com/Alfresco/app-dev-framework/blob/master/ng2-components/ng2-alfresco-search/demo/systemjs.config.js #### Style The style of this component is based on material design, so if you want to visualize it correctly you have to add the material diff --git a/ng2-components/ng2-alfresco-upload/README.md b/ng2-components/ng2-alfresco-upload/README.md index 8dbc9ea055..7a80608e8c 100644 --- a/ng2-components/ng2-alfresco-upload/README.md +++ b/ng2-components/ng2-alfresco-upload/README.md @@ -1,6 +1,6 @@ # Alfresco Upload Component for Angular 2

- + license @@ -9,8 +9,8 @@ node version - - travis Status + + travis Status

@@ -48,7 +48,7 @@ The following component needs to be added to your systemjs.config: Please refer to the following example to have an idea of how your systemjs.config should look like : -https://github.com/Alfresco/dev-platform-webcomponents/blob/master/ng2-components/ng2-alfresco-upload/demo/systemjs.config.js +https://github.com/Alfresco/app-dev-framework/blob/master/ng2-components/ng2-alfresco-upload/demo/systemjs.config.js #### Style The style of this component is based on material design, so if you want to visualize it correctly you have to add the material diff --git a/ng2-components/ng2-alfresco-viewer/README.md b/ng2-components/ng2-alfresco-viewer/README.md index ec5baadfbb..337b01abbe 100644 --- a/ng2-components/ng2-alfresco-viewer/README.md +++ b/ng2-components/ng2-alfresco-viewer/README.md @@ -1,6 +1,6 @@ # Alfresco File Viewer Component for Angular 2

- + license @@ -9,8 +9,8 @@ node version - - travis Status + + travis Status

@@ -36,7 +36,7 @@ Add the following dependency to your index.html: Make sure your systemjs.config has the following configuration: -https://github.com/Alfresco/dev-platform-webcomponents/blob/master/ng2-components/ng2-alfresco-viewer/demo/systemjs.config.js +https://github.com/Alfresco/app-dev-framework/blob/master/ng2-components/ng2-alfresco-viewer/demo/systemjs.config.js #### Style The style of this component is based on material design, so if you want to visualize it correctly you have to add the material