We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a8c24 commit 3dfa6e3Copy full SHA for 3dfa6e3
1 file changed
pdoc/cli.py
@@ -29,7 +29,7 @@ def mocked_import(*args, **kwargs):
29
opts.logo_link = "https://tobikodata.com"
30
opts.footer_text = "Copyright Tobiko Data Inc. 2022"
31
opts.template_directory = Path(__file__).parent.joinpath("templates").absolute()
32
- opts.edit_url = ["sqlmesh=https://github.com/TobikoData/sqlmesh/"]
+ opts.edit_url = ["sqlmesh=https://github.com/TobikoData/sqlmesh/tree/main/sqlmesh/"]
33
34
with mock.patch("pdoc.__main__.parser", **{"parse_args.return_value": opts}):
35
cli()
0 commit comments