Skip to content

Commit 417ce78

Browse files
emliunixmszekiel
authored andcommitted
fix: links to examples in examples
1 parent b754057 commit 417ce78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/nextjs-app-router/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ export default async function RootLayout() {
6161
)}
6262
<div className="flex gap-2 text-sm">
6363
<a
64-
href="https://github.com/ory/elements/tree/master/examples/nextjs-pages-router"
64+
href="https://github.com/ory/elements/tree/main/examples/nextjs-app-router"
6565
className="underline"
6666
target="_blank"
6767
rel="noreferrer"
6868
>
6969
App Router Example
7070
</a>
7171
<a
72-
href="https://github.com/ory/elements/tree/master/examples/nextjs-pages-router"
72+
href="https://github.com/ory/elements/tree/main/examples/nextjs-pages-router"
7373
className="underline"
7474
target="_blank"
7575
rel="noreferrer"

examples/nextjs-pages-router/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ function HomeContent() {
4949
)}
5050
<div className="flex gap-2 text-sm">
5151
<a
52-
href="https://github.com/ory/elements/tree/master/examples/nextjs-pages-router"
52+
href="https://github.com/ory/elements/tree/main/examples/nextjs-app-router"
5353
className="underline"
5454
target="_blank"
5555
rel="noreferrer"
5656
>
5757
App Router Example
5858
</a>
5959
<a
60-
href="https://github.com/ory/elements/tree/master/examples/nextjs-pages-router"
60+
href="https://github.com/ory/elements/tree/main/examples/nextjs-pages-router"
6161
className="underline"
6262
target="_blank"
6363
rel="noreferrer"

0 commit comments

Comments
 (0)