Browse Source

Docs > Custom Stores > Fix store source link (#1595)

* Fix store source link

link to store-default was outdated/broken. Point to new store-default.

* Update website/src/docs/stores.md

Co-Authored-By: Artur Paikin <artur@arturpaikin.com>
Sam Colburn 6 years ago
parent
commit
db02fb1b67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      website/src/docs/stores.md

+ 1 - 1
website/src/docs/stores.md

@@ -142,4 +142,4 @@ function defaultStore () {
 
 A pattern like this, where users can pass options via a function call if necessary, is recommended.
 
-See the [./src/store](https://github.com/transloadit/uppy/tree/master/src/store) folder in the repository for more inspiration.
+See the [@uppy/store-default](https://github.com/transloadit/uppy/tree/master/packages/%40uppy/store-default) package for more inspiration.