diff --git a/docs/env.variables.md b/docs/env.variables.md index 79a94dc82..0c8a07fa9 100644 --- a/docs/env.variables.md +++ b/docs/env.variables.md @@ -51,4 +51,4 @@ By default, the storage is taken from config file, but using this variable allow #### VERDACCIO_STORAGE_NAME -The database name for `@verdaccio/local-storge` is by default `.verdaccio-db.json`, but this can be update by using this variable. +The database name for `@verdaccio/local-storage` is by default `.verdaccio-db.json`, but this can be update by using this variable. diff --git a/website/docs/plugin-storage.md b/website/docs/plugin-storage.md index c4e4cf8da..4be2a342d 100644 --- a/website/docs/plugin-storage.md +++ b/website/docs/plugin-storage.md @@ -5,7 +5,7 @@ title: "Storage Plugin" ## What's an Storage Plugin? {#whats-an-storage-plugin} -Verdaccio by default uses a file system storage plugin [local-storage](https://github.com/verdaccio/local-storage). The default storge can be easily replaced, either using a community plugin or creating one by your own. +Verdaccio by default uses a file system storage plugin [local-storage](https://github.com/verdaccio/verdaccio/tree/master/packages/plugins/local-storage). The default storage can be easily replaced, either using a community plugin or creating one by your own. ### API {#api}