Update repo name throughout codebase

This commit is contained in:
David Corbitt
2023-07-08 21:00:20 -07:00
parent f61ebe6e78
commit e2f6ddde52
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ export default function PublicPlaygroundWarning() {
<Text> <Text>
Warning: this is a public playground. Anyone can see, edit or delete your experiments. For Warning: this is a public playground. Anyone can see, edit or delete your experiments. For
private use,{" "} private use,{" "}
<Link textDecor="underline" href="https://github.com/open-pipe/openpipe" target="_blank"> <Link textDecor="underline" href="https://github.com/openpipe/openpipe" target="_blank">
run a local copy run a local copy
</Link> </Link>
. .

View File

@@ -65,7 +65,7 @@ const NavSidebar = () => {
<IconLink <IconLink
icon={BsGithub} icon={BsGithub}
label="GitHub" label="GitHub"
href="https://github.com/open-pipe/openpipe" href="https://github.com/openpipe/openpipe"
target="_blank" target="_blank"
color="gray.500" color="gray.500"
_hover={{ color: "gray.800" }} _hover={{ color: "gray.800" }}