Skip to content

Commit 3dfa6e3

Browse files
authored
Fix: update github links for pdoc api docs (#3807)
1 parent 76a8c24 commit 3dfa6e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pdoc/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def mocked_import(*args, **kwargs):
2929
opts.logo_link = "https://tobikodata.com"
3030
opts.footer_text = "Copyright Tobiko Data Inc. 2022"
3131
opts.template_directory = Path(__file__).parent.joinpath("templates").absolute()
32-
opts.edit_url = ["sqlmesh=https://github.com/TobikoData/sqlmesh/"]
32+
opts.edit_url = ["sqlmesh=https://github.com/TobikoData/sqlmesh/tree/main/sqlmesh/"]
3333

3434
with mock.patch("pdoc.__main__.parser", **{"parse_args.return_value": opts}):
3535
cli()

0 commit comments

Comments
 (0)