Skip to content

Commit 1bf4a8e

Browse files
authored
fix(docs): Point to correct GitHub repo from footer link (#392)
1 parent 76de7ba commit 1bf4a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/docsite/src/components/core/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const { class: className } = Astro.props;
1313
Built by <a href="https://firebase.google.com/" target="_blank">Firebase</a>. The source code
1414
is available on
1515
<a
16-
href="https://github.com/firebase/genkit"
16+
href="https://github.com/google/dotprompt"
1717
target="_blank"
1818
rel="noreferrer"
1919
class="font-medium underline underline-offset-4">GitHub</a

0 commit comments

Comments
 (0)