diff --git a/package.json b/package.json index 266bbc1..d047c00 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "fwdekker.com", - "version": "0.40.14", - "description": "The source code of [my personal website](https://fwdekker.com/).", + "version": "0.40.15", + "description": "The JavaScript Online Shell.", "author": "Florine W. Dekker", "browser": "dist/bundle.js", "repository": { "type": "git", - "url": "git@git.fwdekker.com:fwdekker.com/fwdekker.com.git" + "url": "git@git.fwdekker.com:tools/josh.git" }, "private": true, "scripts": { diff --git a/src/main/index.html b/src/main/index.html index 6858da0..215583e 100644 --- a/src/main/index.html +++ b/src/main/index.html @@ -13,7 +13,7 @@ - + FWDekker diff --git a/src/main/js/Commands.ts b/src/main/js/Commands.ts index 14645c8..ebec770 100644 --- a/src/main/js/Commands.ts +++ b/src/main/js/Commands.ts @@ -655,7 +655,7 @@ return new Command( const target = josh.util.isStandalone() ? \`target="_blank"\` : ""; streams.out.writeLine( \`The source code of this website is ${n} - available on git. ${n} + available on git. ${n} This website also has a privacy policy to assure you I won't steal your data. diff --git a/src/main/js/FileSystem.ts b/src/main/js/FileSystem.ts index f82529d..de9dc37 100644 --- a/src/main/js/FileSystem.ts +++ b/src/main/js/FileSystem.ts @@ -49,7 +49,7 @@ export class FileSystem { "pgp-key.pub": new File("https://fwdkr.co/pgp", "lnk"), "privacy-policy.lnk": new File("https://fwdekker.com/privacy/"), "resume.pdf": new File("https://fwdkr.co/cv", "lnk"), - "source-code.lnk": new File("https://git.fwdekker.com/fwdekker.com/fwdekker.com"), + "source-code.lnk": new File("https://git.fwdekker.com/tools/josh"), }), }), "root": new Directory({