From f6fb74f62525e55fee7395b0d71ef7309f212422 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 27 Oct 2017 23:45:52 -0600 Subject: [PATCH] update urls --- README.md | 10 ++++++---- package.json | 6 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 80c4699..4b3bc11 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ digd.js ======= -| [dns-suite](https://git.daplie.com/Daplie/dns-suite) -| [dig.js](https://git.daplie.com/Daplie/dig.js) +| [dns-suite](https://git.coolaj86.com/coolaj86/dns-suite) +| [dig.js](https://git.coolaj86.com/coolaj86/dig.js) | **digd.js** +Sponsored by [Daplie](https://daplie.com). + A lightweight DNS / mDNS daemon (server) for creating and capturing DNS and mDNS query and response packets to disk as binary and/or JSON. Options are similar to the Unix dig command. @@ -16,12 +18,12 @@ Install ```bash # Install the latest of v1.x -npm install -g 'git+https://git@git.daplie.com/Daplie/digd.js.git#v1' +npm install -g 'git+https://git.coolaj86.com/coolaj86/digd.js.git#v1' ``` ```bash # Install exactly v1.0.0 -npm install -g 'git+https://git@git.daplie.com/Daplie/digd.js.git#v1.0.0' +npm install -g 'git+https://git.coolaj86.com/coolaj86/digd.js.git#v1.0.0' ``` ### without git diff --git a/package.json b/package.json index dc5afce..c9622a8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git@git.daplie.com:Daplie/digd.js.git" + "url": "https://git.coolaj86.com/coolaj86/digd.js.git" }, "keywords": [ "mdig", @@ -46,7 +46,7 @@ "author": "AJ ONeal (https://coolaj86.com)", "license": "MIT OR Apache-2.0", "dependencies": { - "dig.js": "git+https://git.daplie.com/Daplie/dig.js#v1.3", - "hexdump.js": "git+https://git.daplie.com/Daplie/hexdump.js#v1.0.4" + "dig.js": "git+https://git.coolaj86.com/coolaj86/dig.js#v1.3", + "hexdump.js": "git+https://git.coolaj86.com/coolaj86/hexdump.js#v1.0.4" } }