Skip to content

Commit

Permalink
Remove extra slash in external docs URL
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 2, 2021
1 parent dae8120 commit 3d0a29a
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 128 deletions.
2 changes: 1 addition & 1 deletion handsdown/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def main() -> None:
output_path=args.output_path,
source_paths=path_finder.glob(SOURCES_GLOB),
raise_errors=args.panic,
source_code_url=f"{args.source_code_url}/blob/{args.branch}/",
source_code_url=f"{args.source_code_url}blob/{args.branch}/",
toc_depth=args.toc_depth,
)
if args.files:
Expand Down
Loading

0 comments on commit 3d0a29a

Please sign in to comment.