diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..1b051a3 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +remote_theme: just-the-docs/just-the-docs \ No newline at end of file diff --git a/ui.py b/ui.py index a3ccaa2..940e053 100644 --- a/ui.py +++ b/ui.py @@ -1023,7 +1023,7 @@ def clear_printer_list(self): def open_help_browser(self): # Opens a web browser to a help URL - url = "https://github.com/Ircama/epson_print_conf/?tab=readme-ov-file#epson_print_conf" + url = "https://ircama.github.io/epson_print_conf" self.show_status_text_view() try: ret = webbrowser.open(url)