Can we standardize on the file paths in the documentation? Surfaced by [this issue](https://github.com/nodejs/node/issues/6431), we have `/Users/mjr` in [Global Objects]() being used as the directory. Other instances: - `/Users/maciej` in [process](https://nodejs.org/api/process.html) - `/home/indutny/Code/git/indutny/` in [debugger](https://nodejs.org/api/debugger.html) - `/home/gbusey/` in [errors](https://nodejs.org/api/errors.html) Suggestions: - `/path/to/<something>` - `/foo/bar/<something>` What do you all think?
Can we standardize on the file paths in the documentation?
Surfaced by this issue, we have
/Users/mjrin Global Objects being used as the directory.Other instances:
/Users/maciejin process/home/indutny/Code/git/indutny/in debugger/home/gbusey/in errorsSuggestions:
/path/to/<something>/foo/bar/<something>What do you all think?