Skip to content

Commit

Permalink
Fix broken opfor links (#4381)
Browse files Browse the repository at this point in the history
* Fix the opfor panel links

* The home --> rules page too
  • Loading branch information
Kmla2 authored Nov 27, 2024
1 parent 9809628 commit 6169e8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tgui/packages/tgui/interfaces/OpposingForcePanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export const OpposingForceTab = (props) => {
</Stack>
<Stack>
<Stack.Item>
<a href="https://wiki.monkestation.com/en/opfor">
<a href="https://wiki.monkestation.com/en/info/opfor">
<Button
icon="info"
color="orange"
Expand All @@ -213,7 +213,7 @@ export const OpposingForceTab = (props) => {
</a>
</Stack.Item>
<Stack.Item>
<a href="https://wiki.monkestation.com/en/opfor">
<a href="https://wiki.monkestation.com/en/info/opfor">
<Button
icon="wrench"
color="red"
Expand All @@ -223,7 +223,7 @@ export const OpposingForceTab = (props) => {
</a>
</Stack.Item>
<Stack.Item>
<a href="https://wiki.monkestation.com/en/home">
<a href="https://wiki.monkestation.com/info/rules">
<Button
icon="question"
color="yellow"
Expand Down

0 comments on commit 6169e8f

Please sign in to comment.