[docs] fix chat link (#6976)

pull/6981/head
Conduitry 3 years ago committed by GitHub
parent 51459874fe
commit fe36911017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@
"@sindresorhus/slugify": "^0.9.1", "@sindresorhus/slugify": "^0.9.1",
"@sveltejs/adapter-node": "next", "@sveltejs/adapter-node": "next",
"@sveltejs/kit": "next", "@sveltejs/kit": "next",
"@sveltejs/site-kit": "^1.4.0", "@sveltejs/site-kit": "^1.4.1",
"@sveltejs/svelte-repl": "0.3.0", "@sveltejs/svelte-repl": "0.3.0",
"degit": "^2.1.4", "degit": "^2.1.4",
"dotenv": "^10.0.0", "dotenv": "^10.0.0",
@ -489,9 +489,9 @@
} }
}, },
"node_modules/@sveltejs/site-kit": { "node_modules/@sveltejs/site-kit": {
"version": "1.4.0", "version": "1.4.1",
"resolved": "https://registry.npmjs.org/@sveltejs/site-kit/-/site-kit-1.4.0.tgz", "resolved": "https://registry.npmjs.org/@sveltejs/site-kit/-/site-kit-1.4.1.tgz",
"integrity": "sha512-QoIo8KC6G9gInwFyk4+KCzVOiLNdj2aw7T+wGDED+A/SuvICSCyS7W/Ft0WcoAGyQGtgIFRVCcXacubduzA7bg==", "integrity": "sha512-K2HplwTqWS5Jw38+GB1LwnojVfTJPxZ3d9FtjbjXoaJ8pCHTBJ+khAV8zeWLlOWkYpJuGD04EZTS87sW7mfVDA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sindresorhus/slugify": "^0.9.1", "@sindresorhus/slugify": "^0.9.1",
@ -2652,9 +2652,9 @@
} }
}, },
"@sveltejs/site-kit": { "@sveltejs/site-kit": {
"version": "1.4.0", "version": "1.4.1",
"resolved": "https://registry.npmjs.org/@sveltejs/site-kit/-/site-kit-1.4.0.tgz", "resolved": "https://registry.npmjs.org/@sveltejs/site-kit/-/site-kit-1.4.1.tgz",
"integrity": "sha512-QoIo8KC6G9gInwFyk4+KCzVOiLNdj2aw7T+wGDED+A/SuvICSCyS7W/Ft0WcoAGyQGtgIFRVCcXacubduzA7bg==", "integrity": "sha512-K2HplwTqWS5Jw38+GB1LwnojVfTJPxZ3d9FtjbjXoaJ8pCHTBJ+khAV8zeWLlOWkYpJuGD04EZTS87sW7mfVDA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@sindresorhus/slugify": "^0.9.1", "@sindresorhus/slugify": "^0.9.1",

@ -30,7 +30,7 @@
"@sindresorhus/slugify": "^0.9.1", "@sindresorhus/slugify": "^0.9.1",
"@sveltejs/adapter-node": "next", "@sveltejs/adapter-node": "next",
"@sveltejs/kit": "next", "@sveltejs/kit": "next",
"@sveltejs/site-kit": "^1.4.0", "@sveltejs/site-kit": "^1.4.1",
"@sveltejs/svelte-repl": "0.3.0", "@sveltejs/svelte-repl": "0.3.0",
"degit": "^2.1.4", "degit": "^2.1.4",
"dotenv": "^10.0.0", "dotenv": "^10.0.0",

@ -68,7 +68,7 @@
<p>Please try reloading the page.</p> <p>Please try reloading the page.</p>
{/if} {/if}
<p>If the error persists, please drop by <a href="chat">Discord chatroom</a> and let us know, or raise an issue on <a href="https://github.com/sveltejs/svelte">GitHub</a>. Thanks!</p> <p>If the error persists, please drop by the <a rel="external" href="chat">Discord chatroom</a> and let us know, or raise an issue on <a href="https://github.com/sveltejs/svelte">GitHub</a>. Thanks!</p>
{/if} {/if}
{:else} {:else}
<h1>It looks like you're offline</h1> <h1>It looks like you're offline</h1>

Loading…
Cancel
Save