Update repo name throughout codebase
This commit is contained in:
@@ -11,7 +11,7 @@ export default function PublicPlaygroundWarning() {
|
||||
<Text>
|
||||
Warning: this is a public playground. Anyone can see, edit or delete your experiments. For
|
||||
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
|
||||
</Link>
|
||||
.
|
||||
|
||||
@@ -65,7 +65,7 @@ const NavSidebar = () => {
|
||||
<IconLink
|
||||
icon={BsGithub}
|
||||
label="GitHub"
|
||||
href="https://github.com/open-pipe/openpipe"
|
||||
href="https://github.com/openpipe/openpipe"
|
||||
target="_blank"
|
||||
color="gray.500"
|
||||
_hover={{ color: "gray.800" }}
|
||||
|
||||
Reference in New Issue
Block a user