Skip to content

Commit

Permalink
Updated link to Wiki to point to current one, also updated bad links …
Browse files Browse the repository at this point in the history
…on wiki
  • Loading branch information
linuxgurugamer committed Nov 11, 2021
1 parent b4b466a commit 768b1a1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KerbalConstructionTime-180.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"MAJOR": 1,
"MINOR": 4,
"PATCH": 11,
"BUILD": 1
"BUILD": 2
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down
2 changes: 1 addition & 1 deletion KerbalConstructionTime.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
KerbalConstructionTime-180.version = KerbalConstructionTime-180.version
KerbalConstructionTime.RO.version = KerbalConstructionTime.RO.version
LGG-Changelog-1.7.3.txt = LGG-Changelog-1.7.3.txt
LGG-Changelog-1.8.txt = LGG-Changelog-1.8.txt
LGG-Changelog.txt = LGG-Changelog.txt
README.md = README.md
EndProjectSection
EndProject
Expand Down
2 changes: 1 addition & 1 deletion Kerbal_Construction_Time/KCT_GUI_Presets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public static void DrawPresetWindow(int windowID)
}
if (GUILayout.Button("View Wiki in Browser"))
{
Application.OpenURL("https://github.com/magico13/KCT/wiki");
Application.OpenURL("https://github.com/linuxgurugamer/KCT/wiki");
}
GUILayout.EndHorizontal();

Expand Down
3 changes: 3 additions & 0 deletions LGG-Changelog-1.8.txt → LGG-Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
ChangeLog

1.4.11.2
Updated link to Wiki to point to current one, also updated bad links on wiki

1.4.11.1
Added AssemblyFileVersion
Updated version file for 1.12
Expand Down

0 comments on commit 768b1a1

Please sign in to comment.