Skip to content

Commit

Permalink
Fix: update github links for pdoc api docs (#3807)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrykou authored Feb 10, 2025
1 parent 76a8c24 commit 3dfa6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdoc/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def mocked_import(*args, **kwargs):
opts.logo_link = "https://tobikodata.com"
opts.footer_text = "Copyright Tobiko Data Inc. 2022"
opts.template_directory = Path(__file__).parent.joinpath("templates").absolute()
opts.edit_url = ["sqlmesh=https://github.com/TobikoData/sqlmesh/"]
opts.edit_url = ["sqlmesh=https://github.com/TobikoData/sqlmesh/tree/main/sqlmesh/"]

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

0 comments on commit 3dfa6e3

Please sign in to comment.