diff --git a/_quarto.yml b/_quarto.yml
index 11bc983..ccab34b 100644
--- a/_quarto.yml
+++ b/_quarto.yml
@@ -8,8 +8,8 @@ execute:
website:
page-navigation: true
title: "Quarto Contributing Clinic"
- site-url: https://openscapes.github.io/quarto-clinic/
- repo-url: https://github.com/Openscapes/quarto-clinic
+ site-url: https://nasa-openscapes.github.io/quarto-clinic
+ repo-url: https://github.com/NASA-Openscapes/quarto-clinic
repo-actions: [edit, source, issue]
page-footer:
@@ -25,7 +25,7 @@ website:
href: https://openscapes.org
text: "Openscapes.org"
- icon: github
- href: https://github.com/Openscapes/quarto-clinic
+ href: https://github.com/NASA-Openscapes/quarto-clinic
text: "Quarto Contributing Clinic repo"
style: "docked"
diff --git a/part2-github.qmd b/part2-github.qmd
index 45cdc9c..d694b23 100644
--- a/part2-github.qmd
+++ b/part2-github.qmd
@@ -46,7 +46,7 @@ We'll follow the instructions in the 2021 Cloud Hackathon to [Setup your Persona
Our current status: We are in the Hub, and in our own branch of the Quarto Clinic GitHub repo, we have made one or more edits to the Clinic files, committed those updates, and pushed those commit(s) to GitHub. How do our suggested contributions get incorporated into the main Quarto Clinic repo and website? Via a GitHub **Pull Request**.
-So now I'll go to and I will see a yellow banner inviting me to make a Pull Request to add my edits to the Clinic repo.
+So now I'll go to and I will see a yellow banner inviting me to make a Pull Request to add my edits to the Clinic repo.
![Yellow banner prompt to make a Pull Request](images/github-yellow-pr-banner.png){fig-align="left" width="90%"}