Skip to content

Commit 656545c

Browse files
authoredOct 21, 2022
Remove sketchy citebite links in documentation (#973)
I tried to follow these links, and they led me to really sketchy websites that have nothing to do with Node.js at all.
1 parent 0220eac commit 656545c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docs/outputFile-sync.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# outputFileSync(file, data[, options])
22

3-
Almost the same as `writeFileSync` (i.e. it [overwrites](http://pages.citebite.com/v2o5n8l2f5reb)), except that if the parent directory does not exist, it's created. `file` must be a file path (a buffer or a file descriptor is not allowed).
3+
Almost the same as `writeFileSync` (i.e. it overwrites), except that if the parent directory does not exist, it's created. `file` must be a file path (a buffer or a file descriptor is not allowed).
44

55
- `file` `<String>`
66
- `data` `<String> | <Buffer> | <Uint8Array>`

‎docs/outputFile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# outputFile(file, data[, options][, callback])
22

3-
Almost the same as `writeFile` (i.e. it [overwrites](http://pages.citebite.com/v2o5n8l2f5reb)), except that if the parent directory does not exist, it's created. `file` must be a file path (a buffer or a file descriptor is not allowed).
3+
Almost the same as `writeFile` (i.e. it overwrites), except that if the parent directory does not exist, it's created. `file` must be a file path (a buffer or a file descriptor is not allowed).
44

55
- `file` `<String>`
66
- `data` `<String> | <Buffer> | <Uint8Array>`

0 commit comments

Comments
 (0)
Please sign in to comment.