We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7923998 commit e57fc61Copy full SHA for e57fc61
1 file changed
SporeCommunity.ModBrowser.Blazor/Shared/ModListingComponent.razor
@@ -55,7 +55,7 @@
55
<div class="page-cover"></div>
56
<div class="dialog">
57
<p>Download @FileName and save it, and then install this file using the Spore ModAPI Easy Installer.</p>
58
- <p>See the <a href="installation">Mod Installation Guide</a> for details.</p>
+ <p>See the <a target="_blank" rel="noopener" href="https://launcherkit.sporecommunity.com/">Mod Installation Guide</a> for details.</p>
59
60
@if(Mod!.IsExperimental)
61
{
0 commit comments