From 656545c2b390ef8f9bd260ad67c95db61ec2cfb9 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Fri, 21 Oct 2022 19:10:31 +0100 Subject: [PATCH] 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. --- docs/outputFile-sync.md | 2 +- docs/outputFile.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/outputFile-sync.md b/docs/outputFile-sync.md index 4d5bef8e0..731e8ab28 100644 --- a/docs/outputFile-sync.md +++ b/docs/outputFile-sync.md @@ -1,6 +1,6 @@ # outputFileSync(file, data[, options]) -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). +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). - `file` `` - `data` ` | | ` diff --git a/docs/outputFile.md b/docs/outputFile.md index b0449e4cc..1a82d9ab3 100644 --- a/docs/outputFile.md +++ b/docs/outputFile.md @@ -1,6 +1,6 @@ # outputFile(file, data[, options][, callback]) -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). +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). - `file` `` - `data` ` | | `