Skip to content

Commit e74aa56

Browse files
authored
Merge pull request #49 from aj-foster/master
2 parents f78f563 + e1bbc8a commit e74aa56

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/Landing.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ createPopper(popcorn, tooltip, {
502502
</p>
503503
<Highlight code={code} />
504504
<span>
505-
<ExternalLinkStyled to="https://codesandbox.io/s/github/popperjs/website/tree/master/examples/placement">
505+
<ExternalLinkStyled to="https://codesandbox.io/s/github/floating-ui/popper.js.org/tree/master/examples/placement">
506506
Edit on CodeSandbox
507507
</ExternalLinkStyled>
508508
</span>
@@ -590,7 +590,7 @@ createPopper(popcorn, tooltip, {
590590
</p>
591591
<Highlight code={code} />
592592
<span>
593-
<ExternalLinkStyled to="https://codesandbox.io/s/github/popperjs/website/tree/master/examples/overflow-prevention">
593+
<ExternalLinkStyled to="https://codesandbox.io/s/github/floating-ui/popper.js.org/tree/master/examples/overflow-prevention">
594594
Edit on CodeSandbox
595595
</ExternalLinkStyled>
596596
</span>
@@ -641,7 +641,7 @@ createPopper(popcorn, tooltip);
641641
</p>
642642
<Highlight code={code} />{' '}
643643
<span>
644-
<ExternalLinkStyled to="https://codesandbox.io/s/github/popperjs/website/tree/master/examples/flipping">
644+
<ExternalLinkStyled to="https://codesandbox.io/s/github/floating-ui/popper.js.org/tree/master/examples/flipping">
645645
Edit on CodeSandbox
646646
</ExternalLinkStyled>
647647
</span>

src/components/Layout.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ const EditPage = ({ path }) => (
193193
margin-top: 15px;
194194
display: inline-block;
195195
`}
196-
href={`https://github.com/popperjs/website/edit/master/src/${
196+
href={`https://github.com/floating-ui/popper.js.org/edit/master/src/${
197197
route.fileAbsolutePath.split('/src/')[1]
198198
}`}
199199
rel="noopener noreferrer"

0 commit comments

Comments
 (0)