diff --git a/packages/roc-package-web-app-react/GUIDE.md b/packages/roc-package-web-app-react/GUIDE.md index 1cad0eb..c095f63 100644 --- a/packages/roc-package-web-app-react/GUIDE.md +++ b/packages/roc-package-web-app-react/GUIDE.md @@ -45,7 +45,7 @@ The guide covers all the basic elements that you need in order to be productive ## Installing Roc -You need `Node.js` 4.x+ and `npm` 3.x+ to use Roc. You can install Roc globally on your system using `npm`. +You need `Node.js` 8.x+ and `npm` 5.x+ to use Roc. You can install Roc globally on your system using `npm`. `$ npm i -g roc@next` diff --git a/packages/roc-package-web-app-react/README.md b/packages/roc-package-web-app-react/README.md index a519d9f..226b403 100644 --- a/packages/roc-package-web-app-react/README.md +++ b/packages/roc-package-web-app-react/README.md @@ -2,7 +2,7 @@ Package for building React applications with Roc -Read the comprehensive user-guide on how to best utilize the tools and libraries provided by this Roc extension[here](https://github.com/rocjs/roc-package-web-app-react/blob/master/GUIDE.md). +Read the comprehensive user-guide on how to best utilize the tools and libraries provided by this Roc extension[here] (https://github.com/rocjs/extensions/blob/master/packages/roc-package-web-app-react/GUIDE.md). ## Documentation - [Actions](docs/Actions.md) diff --git a/packages/roc-package-web-app-react/src/roc/index.js b/packages/roc-package-web-app-react/src/roc/index.js index 3782d23..fd38167 100644 --- a/packages/roc-package-web-app-react/src/roc/index.js +++ b/packages/roc-package-web-app-react/src/roc/index.js @@ -29,7 +29,7 @@ export default { const { packageJSON: { description } } = usedExtensions.find(currentExtension); return `${description}\n\nRead the comprehensive user-guide on how to best utilize the tools ` + 'and libraries provided by this Roc extension' + - '[here](https://github.com/rocjs/roc-package-web-app-react/blob/master/GUIDE.md).'; + '[here] (https://github.com/rocjs/extensions/blob/master/packages/roc-package-web-app-react/GUIDE.md).'; }, hooks: { 'extend-template': {