Skip to content

Commit 8a95583

Browse files
committed
Fixing links to work from website, too
1 parent 26c8260 commit 8a95583

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Call `openFile()` or `saveFile()`. That's it! Obviously, you'll want to
2525
pass parameters to those functions to customize what to save or what to do
2626
with opened files, so you should see the example in the next section, or the
2727
documented source code for those two functions, about half way through
28-
[cloud-storage.js](cloud-storage.js).
28+
[cloud-storage.js](https://github.com/lurchmath/cloud-storage/blob/master/cloud-storage.js).
2929

3030
## Example
3131

@@ -51,7 +51,7 @@ Right now three data storage backends are supported.
5151
keeping the API here very simple.)
5252

5353
To add a new backend, mimic the work done in
54-
[dropbox-backend.js](dropbox-backend.js) and create your own backend.
54+
[dropbox-backend.js](https://github.com/lurchmath/cloud-storage/blob/master/dropbox-backend.js) and create your own backend.
5555
Cloud storage providers besides Dropbox are welcome!
5656

5757
There are other things that could be improved about this project.

0 commit comments

Comments
 (0)