Skip to content

Commit

Permalink
Update domain name and remove dead links (DeltaV-Station#2810)
Browse files Browse the repository at this point in the history
* Update domain name and remove dead links

* Fix markdown in FTL
  • Loading branch information
Samsterious authored Jan 28, 2025
1 parent bc66b63 commit 1d194b1
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-credits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)!
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions Resources/ConfigPresets/DeltaV/deltav.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion Resources/Locale/en-US/_DV/connection-messages.ftl
Original file line number Diff line number Diff line change
@@ -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
5 changes: 3 additions & 2 deletions Resources/ServerInfo/RedialAddresses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion Resources/ServerInfo/RedialAddressesCentral.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tools/publish_github_artifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# 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():
Expand Down
2 changes: 1 addition & 1 deletion Tools/publish_multi_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# 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():
Expand Down

0 comments on commit 1d194b1

Please sign in to comment.