File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
SerialPrograms/Source/CommonFramework Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,17 +45,17 @@ const std::string PROGRAM_VERSION = PROGRAM_VERSION_BASE + "-user";
4545
4646const std::string PROGRAM_NAME = " Pok\u00e9 mon 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 /" ;
4949const std::string PROJECT_SOURCE_URL = " https://github.com/PokemonAutomation/Arduino-Source/" ;
5050const 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
You can’t perform that action at this time.
0 commit comments