Skip to content

Commit

Permalink
Updated line references
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Tadiar committed Feb 18, 2012
1 parent bf79033 commit 23c11fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/getFile.php
Expand Up @@ -5,7 +5,7 @@
* The object returned will contain the file name, MIME type, metadata
* (obtained from x-dropbox-metadata HTTP header) and file contents
* @link https://www.dropbox.com/developers/reference/api#files-GET
* @link https://github.com/BenTheDesigner/Dropbox/blob/master/Dropbox/API.php#L112-151
* @link https://github.com/BenTheDesigner/Dropbox/blob/master/Dropbox/API.php#L129-168
*/

// Require the bootstrap
Expand Down
2 changes: 1 addition & 1 deletion examples/metaData.php
Expand Up @@ -3,7 +3,7 @@
/**
* Retreive the metadata for a file/folder
* @link https://www.dropbox.com/developers/reference/api#metadata
* @link https://github.com/BenTheDesigner/Dropbox/blob/master/Dropbox/API.php#L153-175
* @link https://github.com/BenTheDesigner/Dropbox/blob/master/Dropbox/API.php#L170-192
*/

// Require the bootstrap
Expand Down

0 comments on commit 23c11fa

Please sign in to comment.