akamai / NetStorageKit-Node

Akamai NetStorage API for Node
Apache License 2.0
20 stars 15 forks source link

Symlink documentation is either wrong or the wording is confusing #6

Closed njbmartin closed 6 years ago

njbmartin commented 7 years ago

symlink

↑ back to method list

Name Type Description
NETSTORAGE_TARGET string full path of the symlink to create
NETSTORAGE_DESTINATION string full path to file to symlink to

At first glance of the descriptions, target is where you want the symlink to be created and destination is where you want the symlink to point to.

It should probably be:

Name Type Description
NETSTORAGE_TARGET string full path of the original file/folder
NETSTORAGE_DESTINATION string full path of the intended symlink
AstinCHOI commented 6 years ago

Thank you, Merged it.