Skip to content

Commit

Permalink
Replaces old Wiki link(s) to new Wiki link(s) (#25757)
Browse files Browse the repository at this point in the history
Changes old SR domain to new SR domain
  • Loading branch information
kannthus authored and FFMirrorBot committed Dec 21, 2023
1 parent e78f5ef commit 02a1cf3
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
| Git / GitHub cheatsheet | [https://www.notion.so/Git-GitHub-61bc81766b2e4c7d9a346db3078ce833](https://www.notion.so/Git-GitHub-61bc81766b2e4c7d9a346db3078ce833) |
| Guide to Modularization | [./modular_skyrat/readme.md](./modular_skyrat/readme.md) |
| Code | [https://github.com/Skyrat-SS13/Skyrat-tg](https://github.com/Skyrat-SS13/Skyrat-tg) |
| Wiki | [https://wiki.skyrat13.space/index.php/Main_Page](https://wiki.skyrat13.space/index.php/Main_Page) |
| Wiki | [https://wiki.skyrat13.com/index.php/Main_Page](https://wiki.skyrat13.com/index.php/Main_Page) |
| Codedocs | [https://skyrat-ss13.github.io/Skyrat-tg/](https://skyrat-ss13.github.io/Skyrat-tg/) |
| Fluffy Frontier Discord | [https://discord.com/invite/5GvhwtY](https://discord.com/invite/5GvhwtY) |
| Coderbus Discord | [https://discord.gg/Vh8TJp9](https://discord.gg/Vh8TJp9) |
Expand Down
2 changes: 1 addition & 1 deletion code/controllers/configuration/entries/general.dm
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
/datum/config_entry/string/banappeals

/datum/config_entry/string/wikiurl
default = "https://wiki.skyrat13.tk/w/index.php" //SKYRAT EDIT - Original: "http://www.tgstation13.org/wiki"
default = "https://wiki.skyrat13.com/index.php" //SKYRAT EDIT - Original: "http://www.tgstation13.org/wiki"

/datum/config_entry/string/forumurl
default = "http://tgstation13.org/phpBB/index.php"
Expand Down
2 changes: 1 addition & 1 deletion config/skyrat/skyrat_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ LORECASTER_DELAY 18000
# DISABLE_SUICIDE

## The link to the policy wiki page for primitive catgirls
ICECATS_POLICY_LINK "https://wiki.skyrat13.tk/w/index.php/Ghost_Role_policy#Icewalkers"
ICECATS_POLICY_LINK "https://wiki.skyrat13.com/index.php/Ghost_Role_policy#Icewalkers"

## What is the maximum size (in percents) we want people to be able to use with the size collar?
SIZE_COLLAR_MAXIMUM 400
Expand Down
82 changes: 82 additions & 0 deletions tgui/packages/tgui/interfaces/AntagInfoRules.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ export const Rules = (props) => {
<Stack.Item bold>Special Rules:</Stack.Item>
<Stack.Item>
{
<<<<<<< HEAD
<a href="https://fluffy-frontier.ru/politika-antagonistov#абдуктор-серые-похитители">
=======
<a href="https://wiki.skyrat13.com/index.php/Antagonist_Policy#Abductors!_Station_Threat">
>>>>>>> dac72373 (Replaces old Wiki link(s) to new Wiki link(s) (#25757))
Special Rules and Metaprotections!
</a>
}
Expand All @@ -32,7 +36,11 @@ export const Rules = (props) => {
<Stack.Item bold>Special Rules:</Stack.Item>
<Stack.Item>
{
<<<<<<< HEAD
<a href="https://fluffy-frontier.ru/politika-antagonistov#контрактник">
=======
<a href="https://wiki.skyrat13.com/index.php/Antagonist_Policy#Contractor!">
>>>>>>> dac72373 (Replaces old Wiki link(s) to new Wiki link(s) (#25757))
Special Rules and Metaprotections!
</a>
}
Expand All @@ -46,7 +54,11 @@ export const Rules = (props) => {
<Stack.Item bold>Special Rules:</Stack.Item>
<Stack.Item>
{
<<<<<<< HEAD
<a href="https://fluffy-frontier.ru/politika-antagonistov#кортикал-борер">
=======
<a href="https://wiki.skyrat13.com/index.php/Antagonist_Policy#Cortical_Borer!_PERMANENT_MECHANICAL_STATE">
>>>>>>> dac72373 (Replaces old Wiki link(s) to new Wiki link(s) (#25757))
Special Rules and Metaprotections!
</a>
}
Expand All @@ -60,7 +72,11 @@ export const Rules = (props) => {
<Stack.Item bold>Special Rules:</Stack.Item>
<Stack.Item>
{
<<<<<<< HEAD
<a href="https://fluffy-frontier.ru/politika-antagonistov#пожиратели-растения-из-лозы">
=======
<a href="https://wiki.skyrat13.com/index.php/Antagonist_Policy#Man_Eaters!_PERMANENT_MECHANICAL_STATE">
>>>>>>> dac72373 (Replaces old Wiki link(s) to new Wiki link(s) (#25757))
Special Rules and Metaprotections!
</a>
}
Expand All @@ -74,7 +90,11 @@ export const Rules = (props) => {
<Stack.Item bold>Special Rules:</Stack.Item>
<Stack.Item>
{
<<<<<<< HEAD
<a href="https://fluffy-frontier.ru/politika-antagonistov#obsessed-одержимый-помешанный">
=======
<a href="https://wiki.skyrat13.com/index.php/Antagonist_Policy#Obsessed!">
>>>>>>> dac72373 (Replaces old Wiki link(s) to new Wiki link(s) (#25757))
Special Rules and Metaprotections!
</a>
}
Expand All @@ -88,7 +108,11 @@ export const Rules = (props) => {
<Stack.Item bold>Special Rules:</Stack.Item>
<Stack.Item>
{
<<<<<<< HEAD
<a href="https://fluffy-frontier.ru/politika-antagonistov#ревенант-фиолетовый-призрак">
=======
<a href="https://wiki.skyrat13.com/index.php/Antagonist_Policy#Revenant!_PERMANENT_MECHANICAL_STATE">
>>>>>>> dac72373 (Replaces old Wiki link(s) to new Wiki link(s) (#25757))
Special Rules and Metaprotections!
</a>
}
Expand All @@ -102,7 +126,11 @@ export const Rules = (props) => {
<Stack.Item bold>Special Rules:</Stack.Item>
<Stack.Item>
{
<<<<<<< HEAD
<a href="https://fluffy-frontier.ru/politika-antagonistov#космический-дракон">
=======
<a href="https://wiki.skyrat13.com/index.php/Antagonist_Policy#Space_Dragon!_PERMANENT_MECHANICAL_STATE">
>>>>>>> dac72373 (Replaces old Wiki link(s) to new Wiki link(s) (#25757))
Special Rules and Metaprotections!
</a>
}
Expand All @@ -116,7 +144,11 @@ export const Rules = (props) => {
<Stack.Item bold>Special Rules:</Stack.Item>
<Stack.Item>
{
<<<<<<< HEAD
<a href="https://fluffy-frontier.ru/politika-antagonistov#пираты">
=======
<a href="https://wiki.skyrat13.com/index.php/Antagonist_Policy#Space_Pirates!_Station_Threat">
>>>>>>> dac72373 (Replaces old Wiki link(s) to new Wiki link(s) (#25757))
Special Rules and Metaprotections!
</a>
}
Expand All @@ -130,7 +162,11 @@ export const Rules = (props) => {
<Stack.Item bold>Special Rules:</Stack.Item>
<Stack.Item>
{
<<<<<<< HEAD
<a href="https://fluffy-frontier.ru/politika-antagonistov#блоб">
=======
<a href="https://wiki.skyrat13.com/index.php/Antagonist_Policy#Blob!_PERMANENT_MECHANICAL_STATE">
>>>>>>> dac72373 (Replaces old Wiki link(s) to new Wiki link(s) (#25757))
Special Rules and Metaprotections!
</a>
}
Expand All @@ -144,7 +180,11 @@ export const Rules = (props) => {
<Stack.Item bold>Special Rules:</Stack.Item>
<Stack.Item>
{
<<<<<<< HEAD
<a href="https://fluffy-frontier.ru/politika-antagonistov#генокрад">
=======
<a href="https://wiki.skyrat13.com/index.php/Antagonist_Policy#Changeling!_Station_Threat">
>>>>>>> dac72373 (Replaces old Wiki link(s) to new Wiki link(s) (#25757))
Special Rules and Metaprotections!
</a>
}
Expand All @@ -155,7 +195,17 @@ export const Rules = (props) => {
return (
<Stack vertical>
<Stack.Item bold>Special Rules:</Stack.Item>
<<<<<<< HEAD
<Stack.Item>{<a>Dont be an asshole.</a>}</Stack.Item>
=======
<Stack.Item>
{
<a href="https://wiki.skyrat13.com/index.php/Antagonist_Policy#Clockcult_(OPFOR)">
Special Rules and Metaprotections!
</a>
}
</Stack.Item>
>>>>>>> dac72373 (Replaces old Wiki link(s) to new Wiki link(s) (#25757))
</Stack>
);
case 'AssaultOps':
Expand All @@ -164,7 +214,11 @@ export const Rules = (props) => {
<Stack.Item bold>Special Rules:</Stack.Item>
<Stack.Item>
{
<<<<<<< HEAD
<a href="https://fluffy-frontier.ru/politika-antagonistov#штурмовые-оперативники">
=======
<a href="https://wiki.skyrat13.com/index.php/Antagonist_Policy#Assault_Ops!">
>>>>>>> dac72373 (Replaces old Wiki link(s) to new Wiki link(s) (#25757))
Special Rules and Metaprotections!
</a>
}
Expand All @@ -177,7 +231,11 @@ export const Rules = (props) => {
<Stack.Item bold>Special Rules:</Stack.Item>
<Stack.Item>
{
<<<<<<< HEAD
<a href="https://fluffy-frontier.ru/politika-antagonistov#еретик">
=======
<a href="https://wiki.skyrat13.com/index.php/Antagonist_Policy#Heretic!">
>>>>>>> dac72373 (Replaces old Wiki link(s) to new Wiki link(s) (#25757))
Special Rules and Metaprotections!
</a>
}
Expand All @@ -190,7 +248,11 @@ export const Rules = (props) => {
<Stack.Item bold>Special Rules:</Stack.Item>
<Stack.Item>
{
<<<<<<< HEAD
<a href="https://fluffy-frontier.ru/politika-antagonistov#малф-сбойный-ии">
=======
<a href="https://wiki.skyrat13.com/index.php/Antagonist_Policy#Malf_AI!">
>>>>>>> dac72373 (Replaces old Wiki link(s) to new Wiki link(s) (#25757))
Special Rules and Metaprotections!
</a>
}
Expand All @@ -203,7 +265,11 @@ export const Rules = (props) => {
<Stack.Item bold>Special Rules:</Stack.Item>
<Stack.Item>
{
<<<<<<< HEAD
<a href="https://fluffy-frontier.ru/politika-antagonistov#морфлинг-морф">
=======
<a href="https://wiki.skyrat13.com/index.php/Antagonist_Policy#Morphling!_Station_Threat">
>>>>>>> dac72373 (Replaces old Wiki link(s) to new Wiki link(s) (#25757))
Special Rules and Metaprotections!
</a>
}
Expand All @@ -216,7 +282,11 @@ export const Rules = (props) => {
<Stack.Item bold>Special Rules:</Stack.Item>
<Stack.Item>
{
<<<<<<< HEAD
<a href="https://fluffy-frontier.ru/politika-antagonistov#nightmare-кошмар-тень">
=======
<a href="https://wiki.skyrat13.com/index.php/Antagonist_Policy#Nightmare!_Station_Threat">
>>>>>>> dac72373 (Replaces old Wiki link(s) to new Wiki link(s) (#25757))
Special Rules and Metaprotections!
</a>
}
Expand All @@ -229,7 +299,11 @@ export const Rules = (props) => {
<Stack.Item bold>Special Rules:</Stack.Item>
<Stack.Item>
{
<<<<<<< HEAD
<a href="https://fluffy-frontier.ru/politika-antagonistov#ниндзя">
=======
<a href="https://wiki.skyrat13.com/index.php/Antagonist_Policy#Space_Ninja">
>>>>>>> dac72373 (Replaces old Wiki link(s) to new Wiki link(s) (#25757))
Special Rules and Metaprotections!
</a>
}
Expand All @@ -242,7 +316,11 @@ export const Rules = (props) => {
<Stack.Item bold>Special Rules:</Stack.Item>
<Stack.Item>
{
<<<<<<< HEAD
<a href="https://fluffy-frontier.ru/politika-antagonistov#маг">
=======
<a href="https://wiki.skyrat13.com/index.php/Antagonist_Policy#Wizard!">
>>>>>>> dac72373 (Replaces old Wiki link(s) to new Wiki link(s) (#25757))
Special Rules and Metaprotections!
</a>
}
Expand All @@ -255,7 +333,11 @@ export const Rules = (props) => {
<Stack.Item bold>Special Rules:</Stack.Item>
<Stack.Item>
{
<<<<<<< HEAD
<a href="https://fluffy-frontier.ru/politika-antagonistov#предатель-агент">
=======
<a href="https://wiki.skyrat13.com/index.php/Antagonist_Policy#Traitor!">
>>>>>>> dac72373 (Replaces old Wiki link(s) to new Wiki link(s) (#25757))
Special Rules and Metaprotections!
</a>
}
Expand Down

0 comments on commit 02a1cf3

Please sign in to comment.