Docs: Ensure Discord links are permanent. (#1064)

This commit is contained in:
Fabian Dill
2022-09-29 23:15:12 +02:00
committed by GitHub
parent 0191df88d7
commit d897aaade2
2 changed files with 2 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ def favicon():
@app.route('/discord') @app.route('/discord')
def discord(): def discord():
return redirect("https://discord.gg/archipelago") return redirect("https://discord.gg/8Z65BR2")
@app.route('/datapackage') @app.route('/datapackage')

View File

@@ -46,7 +46,7 @@ the website is not required to generate them.
## How do I get started? ## How do I get started?
If you are ready to start randomizing games, or want to start playing your favorite randomizer with others, please join If you are ready to start randomizing games, or want to start playing your favorite randomizer with others, please join
our discord server at the [Archipelago Discord](https://discord.gg/archipelago). There are always people ready to answer our discord server at the [Archipelago Discord](https://discord.gg/8Z65BR2). There are always people ready to answer
any questions you might have. any questions you might have.
## What are some common terms I should know? ## What are some common terms I should know?