diff --git a/README.md b/README.md index 4f457e3b2..e464f2dc0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ ### A lightweight private npm proxy registry - `verdaccio` is a fork of `sinopia`. It aims to keep backwards compatibility with `sinopia`, while keeping up with npm changes. [![CircleCI](https://circleci.com/gh/verdaccio/verdaccio/tree/master.svg?style=svg)](https://circleci.com/gh/verdaccio/verdaccio/tree/master) @@ -40,7 +39,7 @@ See in detail each of these [use cases](https://github.com/verdaccio/verdaccio/t ### Prerequisites -* Node.js >= `2.x` (4.6.1) | `3.x` (6.12.0) +* Node.js >= `2.x` (4.6.1) | `master` (6.12.0) * `npm` or `yarn` Installation and starting (application will create default config in config.yaml you can edit later) @@ -220,6 +219,7 @@ About the storage there is a running discussion [here](https://github.com/verdac If you have any issue you can try the following options, do no desist to ask or check our issues database, perhaps someone has asked already what you are looking for. * [Documentation](wiki/README.md) +* [Roadmap](https://github.com/verdaccio/verdaccio/wiki) * [Most common questions](https://github.com/verdaccio/verdaccio/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Aquestion%20) * [Reporting a bug](https://github.com/verdaccio/verdaccio/blob/master/CONTRIBUTING.md#reporting-a-bug) * [Running discussions](https://github.com/verdaccio/verdaccio/issues?q=is%3Aissue+is%3Aopen+label%3Adiscuss) @@ -230,4 +230,4 @@ If you have any issue you can try the following options, do no desist to ask or ## License Verdaccio is [MIT licensed](https://github.com/verdaccio/verdaccio/blob/master/LICENSE). -The Verdaccio documentation and logos (e.g., .md, .png, .sketch) files in the /wiki and /assets folder) is [Creative Commons licensed](https://github.com/verdaccio/verdaccio/blob/master/LICENSE). +The Verdaccio documentation and logos (e.g., .md, .png, .sketch) files in the /wiki and /assets folder) is [Creative Commons licensed](https://github.com/verdaccio/verdaccio/blob/master/LICENSE-docs). diff --git a/wiki/README.md b/wiki/README.md index e58b3d18a..a1eedaf68 100644 --- a/wiki/README.md +++ b/wiki/README.md @@ -1,4 +1,4 @@ # Wiki -[Documentation moved here](https://github.com/verdaccio/verdaccio/tree/3.x/docs). +[Documentation moved here](https://github.com/verdaccio/verdaccio/tree/master/docs).