Skip to content

Commit

Permalink
link to projectpythia-myst version of cookbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jmunroe committed Jun 13, 2024
1 parent bf3d100 commit d4c37c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythia-gallery.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def render_cookbook(name: str):
raw_base_url = f"https://raw.githubusercontent.com/ProjectPythia-MystMD/{name}/main"
base_url = f"https://github.com/ProjectPythia-MystMD/{name}"
config_url = f"{raw_base_url}/_config.yml"
book_url = f"https://projectpythia.org/{name}"
book_url = f"https://projectpythia-mystmd.github.io/{name}"

# Load JB data
data = fetch_yaml(config_url)
Expand Down

0 comments on commit d4c37c2

Please sign in to comment.