Skip to content

Commit dcb095c

Browse files
committed
docs: Fixed links to the Github project on the demo page.
1 parent 46bf52e commit dcb095c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const Code: FC<CodeProps> = (p) =>
1313
const Home: NextPage = () => (
1414
<div className={styles.container}>
1515
<div className={styles.card}>
16-
<h1>Uploadcare custom loader for Image Component [@uploadcare/nextjs-loader](https://github.com/uploadcare/nextjs-loader)</h1>
16+
<h1>Uploadcare custom loader for Image Component <a href="https://github.com/uploadcare/nextjs-loader">@uploadcare/nextjs-loader</a></h1>
1717
<p>
1818
The following is an example of a reference to an image from the{' '}
1919
Uploadcare CDN at <Code>ucarecdn.com</Code>
@@ -78,7 +78,7 @@ const Home: NextPage = () => (
7878
loader={uploadcareLoader}
7979
/>
8080
<hr className={styles.hr} />
81-
Checkout the project documentation on Github [@uploadcare/nextjs-loader](https://github.com/uploadcare/nextjs-loader).
81+
Checkout the project documentation on Github <a href="https://github.com/uploadcare/nextjs-loader">@uploadcare/nextjs-loader</a>.
8282
</div>
8383
</div>
8484
)

0 commit comments

Comments
 (0)