diff --git a/README.md b/README.md index 5eb1b75..50318e1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -| [letsencrypt](https://rootprojects.org/root/greenlock.js) (library) -| [letsencrypt-cli](https://rootprojects.org/root/greenlock-cli.js) -| [letsencrypt-express](https://rootprojects.org/root/greenlock-express.js) -| [letsencrypt-koa](https://rootprojects.org/root/greenlock-koa.js) -| [letsencrypt-hapi](https://rootprojects.org/root/greenlock-hapi.js) +| [letsencrypt](https://git.rootprojects.org/root/greenlock.js) (library) +| [letsencrypt-cli](https://git.rootprojects.org/root/greenlock-cli.js) +| [letsencrypt-express](https://git.rootprojects.org/root/greenlock-express.js) +| [letsencrypt-koa](https://git.rootprojects.org/root/greenlock-koa.js) +| [letsencrypt-hapi](https://git.rootprojects.org/root/greenlock-hapi.js) | # le-challenge-memory diff --git a/package.json b/package.json index 694bd19..e782698 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "le-challenge-standalone", - "version": "2.1.1", + "version": "2.1.2", "description": "An in-memory strategy for node-letsencrypt for setting, retrieving, and clearing ACME challenges issued by the ACME server.", "homepage": "https://greenlock.domains/", "main": "index.js", @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "https://rootprojects.org/root/acme-http-01-memory.git" + "url": "https://git.rootprojects.org/root/acme-http-01-memory.git" }, "keywords": [ "le-challenge", @@ -24,6 +24,6 @@ "author": "AJ ONeal (https://solderjs.com/)", "license": "MPL-2.0", "bugs": { - "url": "https://rootprojects.org/root/acme-http-01-memory.js/issues" + "url": "https://git.rootprojects.org/root/acme-http-01-memory.js/issues" } }