Skip to content

Commit 89f2142

Browse files
committed
Website: add github link on support page, fix jekyll mistakes
1 parent 98932f2 commit 89f2142

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/_common-errors/data-directory-missing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Data directory is missing or corrupt
3-
description: Steam users: Please launch Spore Galactic Adventures once from Steam before using the Launcher Kit. Afterwards, you should always use the ModAPI Launcher instead of launching from Steam.
3+
description: Steam users, please launch Spore Galactic Adventures once from Steam before using the Launcher Kit. Afterwards, you should always use the ModAPI Launcher instead of launching from Steam.
44
---
55
You may also see "Configuration Script Failed" along with this error. The two errors are related.
66

@@ -12,4 +12,4 @@ The error happens because Steam does not finish installing games until the first
1212
This also eliminates an issue where you may be prompted to choose where the game is installed when using the Launcher kit. You should not continue to receive this prompt.
1313

1414
## All other users
15-
Please [ask for help](/support).
15+
Please [ask for help](/support).

docs/_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33

44
<head>
5-
<title>Spore ModAPI Launcher Kit{% if page.url == "/" %} - {{ page.title }}{% endif %}</title>
5+
<title>Spore ModAPI Launcher Kit{% if page.url != "/" %} - {{ page.title }}{% endif %}</title>
66

77
<meta http-equiv="Content-Security-Policy" content="default-src 'self'">
88
<link rel="stylesheet" href="/style/default.css">
@@ -11,7 +11,7 @@
1111

1212
<meta name="description" content="The Spore ModAPI Launcher Kit installs, manages, and loads mods for Spore. It is the recommended way to install all mods, and allows mods to use advanced features, such as introducing new game modes, cheats, configurable options, and more.">
1313
<meta name="keywords" content="Spore, ModAPI, Launcher Kit, mods, modding">
14-
<meta property="og:title" content="Spore ModAPI Launcher Kit{% if page.url == '/' %} - {{ page.title }}{% endif %}">
14+
<meta property="og:title" content="Spore ModAPI Launcher Kit{% if page.url != '/' %} - {{ page.title }}{% endif %}">
1515
<meta property="og:description" content="{{ page.description }}">
1616
<meta property="og:image" content="/style/images/launcher.png">
1717
</head>

docs/support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ If you have tried all of the above and still need help, please prepare the follo
2222

2323
Press Alt+PrtScr to copy a screenshot, then you can paste it directly into Discord or GitHub.
2424

25-
Submit the above information in the #mod-support channel of the [Spore Modding Community Discord]({{ page.smc_discord_url }}) (recommended), or, create an issue on GitHub and submit it there. We do not provide support via email or DMs.
25+
Submit the above information in the #mod-support channel of the [Spore Modding Community Discord]({{ page.smc_discord_url }}) (recommended), or, create an issue on [GitHub](https://github.com/Spore-Community/ModAPI-Launcher-Kit/issues/new/choose) and submit it there. We do not provide support via email or DMs.

0 commit comments

Comments
 (0)