We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8cb7b9 commit 4db27ffCopy full SHA for 4db27ff
2 files changed
mkdocs.yml
@@ -1,4 +1,5 @@
1
site_name: Copia
2
+site_url: https://gitmobkab.github.io/copia/
3
site_description: Interactive TUI database seeder
4
site_author: gitmobkab
5
repo_url: https://github.com/gitmobkab/copia
src/copia/cli/console_utils.py
@@ -7,7 +7,7 @@
7
stdout_console = Console()
8
9
10
-COPIA_DOC_LINK = "https://github.com"
+COPIA_DOC_LINK = "https://gitmobkab.github.io/copia/"
11
SUBTITLE_HELP = f"[dim]See [blue]{COPIA_DOC_LINK}[/blue] for help."
12
13
def print_error(error: Exception, help_msg: None | str = None) -> None:
0 commit comments