Update domain name and remove dead links (#2810)
* Update domain name and remove dead links * Fix markdown in FTL
This commit is contained in:
parent
bc66b635df
commit
1d194b1b1a
|
|
@ -50,5 +50,5 @@ jobs:
|
|||
commit-message: Update Credits
|
||||
title: Update Credits
|
||||
body: This is an automated Pull Request. This PR updates the github contributors in the credits section.
|
||||
author: DeltaV-Bot <github@delta-v.org>
|
||||
author: DeltaV-Bot <github@deltav.gay>
|
||||
branch: automated/credits-${{env.NOW}}
|
||||
|
|
|
|||
|
|
@ -97,4 +97,4 @@ Do not use `ADMIN:` as **it will mangle** the upstream admin changelog!
|
|||
|
||||
# Additional resources
|
||||
|
||||
If you are new to contributing to SS14 in general, have a look at the [SS14 docs](https://docs.spacestation14.io/) or ask for help in `#contribution-help` on [Discord](https://go.delta-v.org/AtDxv)!
|
||||
If you are new to contributing to SS14 in general, have a look at the [SS14 docs](https://docs.spacestation14.io/) or ask for help in `#contribution-help` on [Discord](https://discord.gg/deltav)!
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ Space Station 14 is a remake of SS13 that runs on [Robust Toolbox](https://githu
|
|||
## Links
|
||||
|
||||
#### DeltaV
|
||||
[Website](https://delta-v.org/) | [Wiki](https://wiki.delta-v.org/view/Main_Page) | [Discord](https://go.delta-v.org/AtDxv)
|
||||
[Website](https://deltav.gay/) | [Wiki](https://wiki.deltav.gay/view/Main_Page) | [Discord](https://discord.gg/deltav)
|
||||
|
||||
#### Space Station 14
|
||||
|
||||
|
|
@ -24,8 +24,6 @@ The [docs site](https://docs.spacestation14.io/) has documentation on SS14s cont
|
|||
|
||||
We are happy to accept contributions from anybody. Get in Discord if you want to help. We've got a [list of issues](https://github.com/DeltaV-Station/Delta-v/issues) that need to be done and anybody can pick them up. Don't be afraid to ask for help either!
|
||||
|
||||
We are currently accepting translations of the game on our main repository. If you would like to translate the game into another language check the #localization channel in our [Discord](https://go.delta-v.org/AtDxv)
|
||||
|
||||
Make sure to read [CONTRIBUTING.md](/CONTRIBUTING.md) if you are new to Delta-V!
|
||||
|
||||
## Building
|
||||
|
|
|
|||
|
|
@ -17,11 +17,11 @@ custom_reason = "You have not played on Delta-V long enough to connect to this s
|
|||
[infolinks]
|
||||
discord = "https://discord.gg/deltav"
|
||||
github = "https://github.com/DeltaV-Station/Delta-v"
|
||||
#website = "https://www.delta-v.org/"
|
||||
wiki = "https://wiki.delta-v.org/view/Main_Page"
|
||||
#patreon = "https://www.patreon.com/Delta_v"
|
||||
website = "https://www.deltav.gay/"
|
||||
wiki = "https://wiki.deltav.gay/view/Main_Page"
|
||||
patreon = "https://www.patreon.com/c/DeltaVSS14"
|
||||
bug_report = "https://github.com/DeltaV-Station/Delta-v/issues/new/choose"
|
||||
#forum = "https://forum.delta-v.org/"
|
||||
#forum = "https://forum.deltav.gay/"
|
||||
appeal = "https://discord.gg/deltav"
|
||||
|
||||
[net]
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
whitelist-not-whitelisted-peri = You are not whitelisted. To become whitelisted, apply on our forum. It can be found at https://forum.delta-v.org/
|
||||
whitelist-not-whitelisted-peri = You are not whitelisted. To become whitelisted, apply on our forum. It can be found in #whitelist-applications on our Discord at https://discord.gg/deltav
|
||||
|
|
|
|||
|
|
@ -4,8 +4,9 @@
|
|||
# Mining Station
|
||||
ss14://nfn.mooo.com:1213
|
||||
# Delta-V
|
||||
ss14://delta-v.org:1212
|
||||
ss14://delta-v.org:1213
|
||||
ss14://deltav.gay:1212
|
||||
ss14://deltav.gay:1213
|
||||
ss14://deltav.gay:1214
|
||||
# Frontier
|
||||
ss14://167.235.179.74:1212
|
||||
# BRC Nyano
|
||||
|
|
|
|||
|
|
@ -5,7 +5,9 @@
|
|||
# Mining Station
|
||||
ss14://nfn.mooo.com:1213
|
||||
# Delta-V
|
||||
ss14://delta-v.org:1212
|
||||
ss14://deltav.gay:1212
|
||||
ss14://deltav.gay:1213
|
||||
ss14://deltav.gay:1214
|
||||
# Frontier
|
||||
ss14://167.235.179.74:1212
|
||||
# BRC Nyano
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ VERSION = os.environ['GITHUB_SHA']
|
|||
# CONFIGURATION PARAMETERS
|
||||
# Forks should change these to publish to their own infrastructure.
|
||||
#
|
||||
ROBUST_CDN_URL = "https://cdn.delta-v.org/"
|
||||
ROBUST_CDN_URL = "https://cdn.deltav.gay/"
|
||||
FORK_ID = "delta-v"
|
||||
|
||||
def main():
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ RELEASE_DIR = "release"
|
|||
# CONFIGURATION PARAMETERS
|
||||
# Forks should change these to publish to their own infrastructure.
|
||||
#
|
||||
ROBUST_CDN_URL = "https://cdn.delta-v.org/"
|
||||
ROBUST_CDN_URL = "https://cdn.deltav.gay/"
|
||||
FORK_ID = "delta-v"
|
||||
|
||||
def main():
|
||||
|
|
|
|||
Loading…
Reference in New Issue