Skip to content

Commit 3fa8672

Browse files
authored
remove Nitrado from supported hosts + fix some dead links (#415)
2 parents 53dcdd6 + b8d3992 commit 3fa8672

6 files changed

Lines changed: 6 additions & 22 deletions

File tree

lychee.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ exclude = [
2626
"https://www.gnu.org/",
2727
# This is a valid page but still 404s for some reason
2828
"https://www.audiokinetic.com/en/download/",
29+
# As of 05/2026 they are captcha blocked -> 403s
30+
"https://www.audiokinetic.com/en/",
2931
# unable to get local issuer certificate
3032
"https://questions.satisfactorygame.com/",
3133
# 403s despite being valid pages

modules/ROOT/pages/Development/Cpp/Cookbook.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ return length;
9696

9797
== Latent Functions
9898

99-
https://mikelis.net/easy-c-latent-functions-in-unreal-engine-blueprints/
100-
99+
https://web.archive.org/web/20260202052337/https://mikelis.net/easy-c-latent-functions-in-unreal-engine-blueprints/
101100

102101
== Creating K2 Nodes
103102

modules/ROOT/pages/ForUsers/DedicatedServerSetup.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ const unshuffled = [
6262
"Bisect Hosting",
6363
"Zap Hosting",
6464
"Supercraft",
65-
"Nitrado",
6665
"GTX Gaming",
6766
"Nodecraft",
6867
"Gravel Host",
@@ -82,7 +81,7 @@ list.innerHTML = shuffled.map(host => `<li>${host}</li>`).join('');
8281
[id="UnsupportedHosting"]
8382
==== Unsupported Hosts
8483

85-
// cspell:ignore gportal
84+
// cspell:ignore gportal nitrado
8685
====
8786
The following 3rd party hosting services are known to **_NOT_ support mods**,
8887
regardless of what their websites and marketing pages claim:
@@ -100,6 +99,7 @@ _we offer no support for them_.
10099
They provide their own UI for mod installation, but we do not support this ourselves. See their docs for details.
101100
- gportal - Doesn't show the proper game file tree.
102101
You may have success with manual mod installation, but we offer no support for that process.
102+
- Nitrado - FTP connection often responds with "invalid response" to valid requests.
103103
====
104104

105105
It is also worth noting that AMP causes SFTP to throw weird errors,

modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ After you've finished your mod (or at least its first version), you might want t
8585

8686
The community used to have a Discourse-powered forums website for modding discussion,
8787
but it has since been archived due to low usage.
88-
You can find the archives https://forums.ficsit.app/[here].
88+
You can find the archives https://web.archive.org/web/20260309124622/https://forums.ficsit.app/index-2.html[here].
8989

9090
== Contributing
9191

pnpm-lock.yaml

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

supplemental-ui/partials/header-content.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<div class="navbar-dropdown is-right">
2929
<a class="navbar-item" href="https://discord.ficsit.app">Discord</a>
3030
<a class="navbar-item" href="https://github.com/satisfactorymodding">GitHub</a>
31-
<a class="navbar-item" href="https://forums.ficsit.app">Archived Forums</a>
3231
</div>
3332
</div>
3433
</div>

0 commit comments

Comments
 (0)