Skip to content

Commit 9421d72

Browse files
author
Gin
committed
update project base link
1 parent 57bcef0 commit 9421d72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SerialPrograms/Source/CommonFramework/Globals.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ const std::string PROGRAM_VERSION = PROGRAM_VERSION_BASE + "-user";
4545

4646
const std::string PROGRAM_NAME = "Pok\u00e9mon Automation";
4747

48-
const std::string ONLINE_DOC_URL_BASE = "https://github.com/PokemonAutomation/";
48+
const std::string ONLINE_DOC_URL_BASE = "https://pokemonautomation.github.io/";
4949
const std::string PROJECT_SOURCE_URL = "https://github.com/PokemonAutomation/Arduino-Source/";
5050
const std::string RESOURCES_URL_BASE = "https://github.com/PokemonAutomation/Packages/";
5151

5252

5353

5454
// This the URL that we display. We don't actually use this for linking.
55-
const std::string GITHUB_LINK_TEXT = "github.com/PokemonAutomation";
55+
const std::string GITHUB_LINK_TEXT = "pokemonautomation.github.io";
5656

5757
// This is the URL that we actually link to.
58-
const std::string GITHUB_LINK_URL = "https://github.com/PokemonAutomation/About/blob/master/README.md";
58+
const std::string GITHUB_LINK_URL = "https://pokemonautomation.github.io";
5959

6060

6161

0 commit comments

Comments
 (0)