Skip to content

Commit c47b449

Browse files
committed
fix: update homepage links
1 parent ae24727 commit c47b449

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "krist",
3-
"version": "3.5.3",
3+
"version": "3.5.4",
44
"description": "The new Krist node written in TypeScript.",
55
"type": "module",
66
"scripts": {

src/webserver/routes/motd.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ export default (): Router => {
7878
* @apiSuccessExample {json} Success
7979
* {
8080
* "ok": true,
81-
* "server_time": "2023-03-22T21:14:29.483Z",
82-
* "motd": "The API URL has changed to https://krist.dev\n\nBlock submission is disabled ([more info](https://discord.sc3.io))",
83-
* "set": "2023-03-22T21:14:06.000Z",
84-
* "motd_set": "2023-03-22T21:14:06.000Z",
81+
* "server_time": "2025-04-23T19:47:34.049Z",
82+
* "motd": "The API URL has changed to https://krist.dev\n\nBlock submission is disabled.",
83+
* "set": "2025-04-23T19:47:29.000Z",
84+
* "motd_set": "2025-04-23T19:47:29.000Z",
8585
* "public_url": "krist.dev",
8686
* "public_ws_url": "ws.krist.dev",
8787
* "mining_enabled": false,
@@ -98,7 +98,7 @@ export default (): Router => {
9898
* },
9999
* "package": {
100100
* "name": "krist",
101-
* "version": "3.3.0",
101+
* "version": "3.5.4",
102102
* "author": "Lemmmy",
103103
* "licence": "GPL-3.0",
104104
* "repository": "https://github.com/tmpim/Krist"

views/home.hbs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<section id="left">
22
<ul class="links">
3-
<li>{{#>link url="http://www.computercraft.info/forums2/index.php?/topic/22201-krist-minable-currency-that-works-across-servers/page__p__207703#entry207703"}}
4-
Forum Thread
5-
{{/link}}</li>
63
<li>{{#>link url="https://docs.krist.dev/"}}Documentation{{/link}}</li>
74
<li>{{#>link url="/docs"}}HTTP API Documentation{{/link}}</li>
85
<li>{{#>link url="https://krist.club/"}}Web Wallet{{/link}}</li>

0 commit comments

Comments
 (0)