Checksfinder: clean up setup guide intro and change ownership #4147

This commit is contained in:
SunCat 2024-11-07 12:35:12 +03:00 committed by GitHub
parent 639b9598bd
commit 2bdc1e0fc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -11,12 +11,11 @@ client_version = 7
class ChecksFinderWeb(WebWorld): class ChecksFinderWeb(WebWorld):
tutorials = [Tutorial( tutorials = [Tutorial(
"Multiworld Setup Guide", "Multiworld Setup Guide",
"A guide to setting up the Archipelago ChecksFinder software on your computer. This guide covers " "A guide to playing Archipelago ChecksFinder.",
"single-player, multiworld, and related software.",
"English", "English",
"setup_en.md", "setup_en.md",
"setup/en", "setup/en",
["Mewlif"] ["SunCat"]
)] )]