forked from tools/josh
1
0
Fork 0

Update source code links

This commit is contained in:
Florine W. Dekker 2022-11-26 14:49:06 +01:00
parent 9aeb3ec2f9
commit ddd7524f5f
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
4 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "fwdekker.com", "name": "fwdekker.com",
"version": "0.40.14", "version": "0.40.15",
"description": "The source code of [my personal website](https://fwdekker.com/).", "description": "The JavaScript Online Shell.",
"author": "Florine W. Dekker", "author": "Florine W. Dekker",
"browser": "dist/bundle.js", "browser": "dist/bundle.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@git.fwdekker.com:fwdekker.com/fwdekker.com.git" "url": "git@git.fwdekker.com:tools/josh.git"
}, },
"private": true, "private": true,
"scripts": { "scripts": {

View File

@ -13,7 +13,7 @@
<meta property="og:locale" content="en_GB" /> <meta property="og:locale" content="en_GB" />
<meta name="fwd:nav:target" content="#nav" /> <meta name="fwd:nav:target" content="#nav" />
<meta name="fwd:nav:highlight-path" content="//" /> <meta name="fwd:nav:highlight-path" content="/" />
<title>FWDekker</title> <title>FWDekker</title>

View File

@ -655,7 +655,7 @@ return new Command(
const target = josh.util.isStandalone() ? \`target="_blank"\` : ""; const target = josh.util.isStandalone() ? \`target="_blank"\` : "";
streams.out.writeLine( streams.out.writeLine(
\`The source code of this website is ${n} \`The source code of this website is ${n}
<a href="https://git.fwdekker.com/fwdekker.com/fwdekker.com" \${target}>available on git</a>. ${n} <a href="https://git.fwdekker.com/tools/josh" \${target}>available on git</a>. ${n}
This website also has a <a href="https://fwdekker.com/privacy/">privacy policy</a> to assure you I won't This website also has a <a href="https://fwdekker.com/privacy/">privacy policy</a> to assure you I won't
steal your data. steal your data.

View File

@ -49,7 +49,7 @@ export class FileSystem {
"pgp-key.pub": new File("https://fwdkr.co/pgp", "lnk"), "pgp-key.pub": new File("https://fwdkr.co/pgp", "lnk"),
"privacy-policy.lnk": new File("https://fwdekker.com/privacy/"), "privacy-policy.lnk": new File("https://fwdekker.com/privacy/"),
"resume.pdf": new File("https://fwdkr.co/cv", "lnk"), "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({ "root": new Directory({