diff --git a/README.md b/README.md index 6176818..f904f26 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,7 @@ A boolean variable that `captcha.js` uses internally, so it can know if it has a If you wanted to integrate 💥PoW! Captcha with a JavaScript driven front-end app, like a React-based app for example, you can install it via npm: -`npm install git+https://git.sequentialread.com/forest/sequentialread-pow-captcha.git` +`npm install git+https://git.sequentialread.com/forest/pow-captcha.git` and use it like this: diff --git a/go.mod b/go.mod index 295f566..422630b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.sequentialread.com/forest/sequentialread-pow-captcha +module git.sequentialread.com/forest/pow-captcha go 1.16 diff --git a/package.json b/package.json index 818049b..c64c096 100644 --- a/package.json +++ b/package.json @@ -1,23 +1,23 @@ { - "name": "sequentialread-pow-captcha", + "name": "pow-captcha", "version": "0.0.1", "description": "A proof of work based captcha similar to friendly captcha, but lightweight and FLOSS", "main": "static/captcha.js", "repository": { "type": "git", - "url": "git+https://git.sequentialread.com/forest/sequentialread-pow-captcha.git" + "url": "git+https://git.sequentialread.com/forest/pow-captcha.git" }, "author": "forest johnson ", "license": "GPL-3.0-or-later", "bugs": { - "url": "https://git.sequentialread.com/forest/sequentialread-pow-captcha/issues" + "url": "https://git.sequentialread.com/forest/pow-captcha/issues" }, "scripts": { "wasm-build": "cd wasm_build && ./build_wasm.sh", "wasm_build": "cd wasm_build && ./build_wasm.sh", "wasmbuild": "cd wasm_build && ./build_wasm.sh" }, - "homepage": "https://git.sequentialread.com/forest/sequentialread-pow-captcha", + "homepage": "https://git.sequentialread.com/forest/pow-captcha", "keywords": [ "captcha", "proof of work", diff --git a/static/captcha.js b/static/captcha.js index e40e587..4183545 100644 --- a/static/captcha.js +++ b/static/captcha.js @@ -275,7 +275,7 @@ "a", { "class": "sqr-captcha-link", - "href": "https://git.sequentialread.com/forest/sequentialread-pow-captcha", + "href": "https://git.sequentialread.com/forest/pow-captcha", "target": "_blank" }, "💥PoW! "