8000 Fix deadlinks in README (#177) · VirtualNetworks/parser@a8e6dde · GitHub
[go: up one dir, main page]

Skip to content

Commit a8e6dde

Browse files
williummarcuswestin
authored andcommitted
Fix deadlinks in README (twilio#177)
1 parent 5e2abc2 commit a8e6dde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Choose which build is right for you!
187187
- [store.everything.min.js](dist/store.everything.min.js): All the plugins, all the storages. [Source](dist/store.everything.js)
188188
- [store.legacy.min.js](dist/store.legacy.min.js): Full support for all tested browsers. Add plugins separately. [Source](dist/store.legacy.js)
189189
- [store.modern.min.js](dist/store.modern.min.js): Full support for all modern browsers. Add plugins separately. [Source](dist/store.modern.js)
190-
- [store.v1-backcompat.min.js](dist/store.dist/v1-backcompat.min.js): Full backwards compatability with [store.js v1](https://github.com/marcuswestin/store.js/releases/tag/v1.3.20). [Source](dist/store.v1-backcompat.js)
190+
- [store.v1-backcompat.min.js](dist/store.v1-backcompat.min.js): Full backwards compatability with [store.js v1](https://github.com/marcuswestin/store.js/releases/tag/v1.3.20). [Source](dist/store.v1-backcompat.js)
191191

192192
### Make your own Build
193193

@@ -230,7 +230,7 @@ Store.js will pick the best available storage, and automatically falls back to t
230230

231231
Chances are you won't ever need another storage. But if you do...
232232

233-
See [storages/](storages/) for examples. Two good examples are [memoryStorage](memoryStorage) and [localStorage](localStorage).
233+
See [storages/](storages/) for examples. Two good examples are [memoryStorage](storages/memoryStorage.js) and [localStorage](storages/localStorage.js).
234234

235235
Basically, you just need an object that looks like this:
236236

0 commit comments

Comments
 (0)
0