Skip to content

Commit 3f7f948

Browse files
committed
build(docs): Reuse url in project url variable
1 parent fe0400f commit 3f7f948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def setup(app):
7373
'github_banner': True,
7474
'projects': alagitpull.projects,
7575
'project_name': about['__title__'],
76-
'project_url': 'https://libvcs.git-pull.com',
76+
'project_url': about['__docs__'],
7777
'show_meta_manifest_tag': True,
7878
'show_meta_og_tags': True,
7979
'show_meta_app_icon_tags': True,

0 commit comments

Comments
 (0)