Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Apr 5, 2024
1 parent 9a25a10 commit 0cf679e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ exclude = [
"https://www.audiokinetic.com/en/download/",
# unable to get local issuer certificate
"https://questions.satisfactorygame.com/",
# 403s despite being valid pages
"https://stackoverflow.com/questions/"
# 403s despite being valid page
"https://stackoverflow.com/questions/",
# 403s despite being valid page
"https://www.unrealengine.com/en-US/ue-on-github"
]

# Exclude these filesystem paths from getting checked.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/CommunityResources/IconGenerator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ https://github.com/DavidHGillen/Satisfactory_IconCapture[GitHub page].

Kyrium's tool captures images using a render target, allowing capture of materials with opacity.

You can learn more about how to download and use the plugin on its https://git.kyrium.space/sf-modding/publictools/kiconmaker[Gitlab page].
You can learn more about how to download and use the plugin on its https://github.com/Satisfactory-KMods/KIconMaker[GitHub page].

== Nog's Icon Generator

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/Development/Modeling/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ PBR Materials::
+
Texture Atlases::
Helps understand the painting system (which allows you to change factory colours) and allows you to use decals on your models.
https://blog.immersed.team/texture-atlasing-an-inside-look-at-optimizing-3d-worlds-8a07145856d7[Tutorial Article]
https://web.archive.org/web/20200101133356/https://blog.immersed.team/texture-atlasing-an-inside-look-at-optimizing-3d-worlds-8a07145856d7?gi=9b479f256ecc[Tutorial Article]
* {blank}
+
Normal Map Decals::
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/Development/UpdatingFromSml34.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ If your project contains any Wwise stubs or assets,
you may be greeted with a popup upon opening the project
or opening an asset that references the Wwise asset.

image:https://media.discordapp.net/attachments/1036634533077979146/1131263355089322054/image.png[Drejn screenshot of Wwise popup]
image:Development/UpdatingGuides/WwiseMigrationPopupScreenshot.png[Screenshot of Wwise popup]

You can safely cancel or close the prompt to take no action.
However, you may need to delete any Wwise assets you have in your mod,
Expand Down

0 comments on commit 0cf679e

Please sign in to comment.