Skip to content

Commit 4db27ff

Browse files
committed
fix: update documentation links to point to the correct GitHub Pages URL
1 parent f8cb7b9 commit 4db27ff

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
site_name: Copia
2+
site_url: https://gitmobkab.github.io/copia/
23
site_description: Interactive TUI database seeder
34
site_author: gitmobkab
45
repo_url: https://github.com/gitmobkab/copia

src/copia/cli/console_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
stdout_console = Console()
88

99

10-
COPIA_DOC_LINK = "https://github.com"
10+
COPIA_DOC_LINK = "https://gitmobkab.github.io/copia/"
1111
SUBTITLE_HELP = f"[dim]See [blue]{COPIA_DOC_LINK}[/blue] for help."
1212

1313
def print_error(error: Exception, help_msg: None | str = None) -> None:

0 commit comments

Comments
 (0)