Skip to content

Commit

Permalink
escape suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsleh committed Nov 12, 2024
1 parent 6c16d36 commit e232aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sphinx_book_theme/header_buttons/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def add_launch_buttons(
SPHINX_LOGGER.warning(f"Provider {provider} not supported on Lightning.")
else:
github_path = f"%2F{org}%2F{repo}%2Fblob%2F{branch}%2F{path_rel_repo}"
url = f"{lightning_studio_url}/new?repo_url=https://github.com{github_path}"
url = f"{lightning_studio_url}/new?repo_url=https%3A%2F%2Fgithub.com{github_path}"
launch_buttons_list.append(
{
"type": "link",
Expand Down

0 comments on commit e232aff

Please sign in to comment.