File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Call `openFile()` or `saveFile()`. That's it! Obviously, you'll want to
2525pass parameters to those functions to customize what to save or what to do
2626with opened files, so you should see the example in the next section, or the
2727documented 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
5353To 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.
5555Cloud storage providers besides Dropbox are welcome!
5656
5757There are other things that could be improved about this project.
You can’t perform that action at this time.
0 commit comments