diff --git a/README.md b/README.md index c0edd0c..89896ff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -# Blink +# href+ -> https://blink.bauke.xyz +> https://href.plus -* If you can think up a better name, see [#1](https://github.com/Bauke/blink/issues/1). -* If you find a release that has a link which just shows the domain and not a proper name, please post it in [#5](https://github.com/Bauke/blink/issues/5). Thank you! +* If you find a release that has a link which just shows the domain and not a proper name, please post it in [#5](https://github.com/Bauke/href-plus/issues/5). Thank you! diff --git a/package.json b/package.json index c10cad5..9424588 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "blink", + "name": "href-plus", "version": "0.1.0", "license": "GPL-3.0-or-later", "author": "Bauke ", @@ -7,7 +7,7 @@ "start": "vite", "test": "xo && stylelint 'source/**/*.scss' && tsc", "deploy": "vite build --emptyOutDir && pnpm deploy:netlify", - "deploy:netlify": "netlify deploy --prod -d 'public' -s 'blink.bauke.xyz'" + "deploy:netlify": "netlify deploy --prod -d 'public' -s 'href.plus'" }, "dependencies": { "@fontsource/inter": "^4.5.1", diff --git a/source/index.html b/source/index.html index 18ef8d6..7e80474 100644 --- a/source/index.html +++ b/source/index.html @@ -5,7 +5,7 @@ - Blink + href+ diff --git a/source/ts/components/shared-footer.ts b/source/ts/components/shared-footer.ts index 21b42b9..c40e86c 100644 --- a/source/ts/components/shared-footer.ts +++ b/source/ts/components/shared-footer.ts @@ -4,9 +4,9 @@ import ExternalAnchor from './external-anchor.js'; export default class SharedFooter extends Component { render() { - const githubUrl = 'https://github.com/Bauke/blink'; - const versionText = `v${blinkVersion}/${blinkCommitHash}`; - const versionUrl = `${githubUrl}/tree/${blinkCommitHash}`; + const githubUrl = 'https://github.com/Bauke/href-plus'; + const versionText = `v${hrefPlusVersion}/${hrefPlusCommitHash}`; + const versionUrl = `${githubUrl}/tree/${hrefPlusCommitHash}`; return html`