Skip to content

Commit

Permalink
docs: update examples links
Browse files Browse the repository at this point in the history
  • Loading branch information
igordanchenko committed Jul 26, 2024
1 parent f200a6c commit 3753ae6
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/examples/columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function App() {

## Sandbox

<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/next/examples/columns" file="src/App.tsx" title="react-photo-album-columns" description="react-photo-album columns layout" />
<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/columns" file="src/App.tsx" title="react-photo-album-columns" description="react-photo-album columns layout" />

## Source Code

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ photo album props.

## Sandbox

<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/next/examples/customization" file="src/App.tsx" title="react-photo-album-customization" description="react-photo-album customization" />
<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/customization" file="src/App.tsx" title="react-photo-album-customization" description="react-photo-album customization" />

## Source Code

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/infinite-scroll.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ same set of photos due to bandwidth limitations and finishes after 200 photos.

## Sandbox

<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/next/examples/infinite-scroll" file="src/App.tsx" title="react-photo-album-infinite-scroll" description="react-photo-album infinite scroll" />
<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/infinite-scroll" file="src/App.tsx" title="react-photo-album-infinite-scroll" description="react-photo-album infinite scroll" />

## Source Code

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/lightbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ to open it in a lightbox. This example is built with

## Sandbox

<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/next/examples/lightbox" file="src/App.tsx" title="react-photo-album-lightbox" description="react-photo-album with lightbox" />
<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/lightbox" file="src/App.tsx" title="react-photo-album-lightbox" description="react-photo-album with lightbox" />

## Source Code

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/masonry.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function App() {

## Sandbox

<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/next/examples/masonry" file="src/App.tsx" title="react-photo-album-masonry" description="react-photo-album masonry layout" />
<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/masonry" file="src/App.tsx" title="react-photo-album-masonry" description="react-photo-album masonry layout" />

## Source Code

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/nextjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function PhotoGallery() {

## Sandbox

<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/next/examples/nextjs" file="components/PhotoGallery.tsx" title="react-photo-album-nextjs" description="react-photo-album Next.js example" />
<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/nextjs" file="components/PhotoGallery.tsx" title="react-photo-album-nextjs" description="react-photo-album Next.js example" />

## Source Code

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/playground.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Here is an interactive playground to test various parameters live.

## Sandbox

<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/next/examples/playground" file="src/App.tsx" title="react-photo-album-playground" description="react-photo-album playground" />
<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/playground" file="src/App.tsx" title="react-photo-album-playground" description="react-photo-album playground" />

## Source Code

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/rows.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function App() {

## Sandbox

<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/next/examples/rows" file="src/App.tsx" title="react-photo-album-rows" description="react-photo-album rows layout" />
<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/rows" file="src/App.tsx" title="react-photo-album-rows" description="react-photo-album rows layout" />

## Source Code

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This example demonstrates the use of the experimental

## Sandbox

<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/next/examples/server" file="app/page.tsx" title="react-photo-album-server-component" description="react-photo-album server component" />
<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/server" file="app/page.tsx" title="react-photo-album-server-component" description="react-photo-album server component" />

## Source Code

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/zero-cls-ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ helps to achieve zero CLS in SSR.

## Sandbox

<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/next/examples/zero-cls-ssr" file="components/PhotoGallery.tsx" title="react-photo-album-zero-cls-ssr" description="react-photo-album zero cls ssr" />
<StackBlitzLink href="github/igordanchenko/react-photo-album/tree/main/examples/zero-cls-ssr" file="components/PhotoGallery.tsx" title="react-photo-album-zero-cls-ssr" description="react-photo-album zero cls ssr" />

## Source Code

Expand Down

0 comments on commit 3753ae6

Please sign in to comment.