Skip to content

Commit b9dc5bf

Browse files
committed
Update docs
1 parent fe8d681 commit b9dc5bf

4 files changed

+4
-4
lines changed

docs/3rd-party-storage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ We made a next integration examples for you:
88
- [GridFS Integration](https://github.com/VeliovGroup/Meteor-Files/wiki/GridFS-Integration)
99
- [Google Cloud Storage Integration](https://github.com/VeliovGroup/Meteor-Files/wiki/Google-Cloud-Storage-Integration)
1010

11-
*AWS S3* and *DropBox* is available in [demo app](https://github.com/VeliovGroup/Meteor-Files/tree/master/demo) out-of-the box
11+
*AWS S3* and *DropBox* is available in [demo app](https://github.com/VeliovGroup/Meteor-Files-Demos/tree/master/demo) out-of-the box

docs/aws-s3-integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Example below shows how to store and serve uploaded file via S3. This example also covers file removing from both your application and S3.
44

5-
See [real, production code](https://github.com/VeliovGroup/Meteor-Files/blob/master/demo/lib/files.collection.coffee)
5+
See [real, production code](https://github.com/VeliovGroup/Meteor-Files-Demos/blob/master/demo/lib/files.collection.coffee)
66

77
Prepare: install [knox](https://github.com/Automattic/knox):
88
```shell

docs/dropbox-integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Example below shows how to store and serve uploaded file via DropBox. This example also covers file removing from both your application and DropBox.
44

5-
See [real, production code](https://github.com/VeliovGroup/Meteor-Files/blob/master/demo/lib/files.collection.coffee)
5+
See [real, production code](https://github.com/VeliovGroup/Meteor-Files-Demos/blob/master/demo/lib/files.collection.coffee)
66

77
Prepare: install [dropbox-js](https://github.com/dropbox/dropbox-js):
88
```shell

docs/toc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Please see our experimental [webrtc-data-channel](https://github.com/VeliovGroup
9797

9898
##### Examples:
9999
- [Third-party storage (AWS S3, DropBox, GridFS and Google Storage)](https://github.com/VeliovGroup/Meteor-Files/wiki/Third-party-storage)
100-
- [Resize, create thumbnail for uploaded image](https://github.com/VeliovGroup/Meteor-Files/blob/master/demo/server/image-processing.coffee)
100+
- [Resize, create thumbnail for uploaded image](https://github.com/VeliovGroup/Meteor-Files-Demos/blob/master/demo/server/image-processing.coffee)
101101
- [File subversions](https://github.com/VeliovGroup/Meteor-Files/wiki/Create-and-Manage-Subversions) - Create video file with preview and multiple formats
102102
- [React - Example](https://github.com/VeliovGroup/Meteor-Files/wiki/React-Example) - React with a progress bar and component with links to view, re-name, and delete the files
103103
- [Converting from CollectionFS/CFS](https://github.com/VeliovGroup/Meteor-Files/wiki/Converting-from-CollectionFS) - Live conversion from the depreciated CFS to Meteor-Files (*Amazon S3 specifically, but applies to all*)

0 commit comments

Comments
 (0)