diff --git a/README.md b/README.md
index ba16c64..b28cdbe 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ See [TypeScript definitions](/index.d.ts).
 ## download.js
 
 Downloads a file into the memory, **HTTP** or **HTTPS**.
-See [TypeScript definitions](/downloads.d.ts).
+See [TypeScript definitions](/download.d.ts).
 
 
 ## cpbin.js
@@ -64,4 +64,4 @@ See [TypeScript definitions](/writable-buffer.d.ts).
 ## utils.js
 
 Async `fs` based helpers for common addon-related file operations.
-See [TypeScript definitions](/writable-buffer.d.ts).
+See [TypeScript definitions](/utils.d.ts).
diff --git a/package.json b/package.json
index eedd1a1..d9fd705 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
 	"author": "Luis Blanco <luisblanco1337@gmail.com>",
 	"name": "addon-tools-raub",
-	"version": "5.3.2",
+	"version": "5.3.3",
 	"description": "Helpers for Node.js addons and dependency packages",
 	"license": "MIT",
 	"main": "index.js",