소스 검색

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 년 전
부모
커밋
db02fb1b67
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.
 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.