Update repo name throughout codebase
This commit is contained in:
@@ -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>
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -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" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user