Skip to content

Commit d50b662

Browse files
committed
fix links
1 parent 291ee91 commit d50b662

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
4 small projects to understand Next.js basics.
44

5-
| # | Project | Description |
6-
| --- | --------------------------------- | ----------------------------------------------------- |
7-
| 01 | [**Batman App**](#batman) | A web app about Batman TV Shows to understand Next.js basics. |
8-
| 02 | [**Blog App**](#blog) | A very simple blog app. |
9-
| 03 | [**Game Vibes**](#gamevibes) | A quick project using Netlify Identity with Next.js. |
10-
| 04 | [**Marmite**](#marmite) | A small recipe app combining Next.js with Contentful. |
5+
| # | Project | Description |
6+
| --- | ---------------------------- | ------------------------------------------------------------- |
7+
| 01 | [**Batman App**](#batman) | A web app about Batman TV Shows to understand Next.js basics. |
8+
| 02 | [**Blog App**](#blog) | A very simple blog app. |
9+
| 03 | [**Game Vibes**](#gamevibes) | A quick project using Netlify Identity with Next.js. |
10+
| 04 | [**Marmite**](#marmite) | A small recipe app combining Next.js with Contentful. |
1111

1212
## <a name="batman"></a>1) Batman app
1313

1414
A web app about Batman TV Shows to understand Next.js basics.
1515

16-
[See batman folder](https://github.com/solygambas/next-batman/tree/master/batman)
16+
[See batman folder](batman)
1717

1818
### Demo
1919

@@ -35,14 +35,14 @@ A web app about Batman TV Shows to understand Next.js basics.
3535

3636
A very simple blog app.
3737

38-
[See blog folder](https://github.com/solygambas/next-batman/tree/master/blog)
38+
[See blog folder](blog)
3939

4040
### Demo
4141

4242
[See Demo deployed on Vercel](https://next-blog-dagny.vercel.app/)
4343

4444
<p align="center">
45-
<a href="https://github.com/solygambas/next-batman/tree/master/blog">
45+
<a href="blog">
4646
<img src="blog/screenshot.png">
4747
</a>
4848
</p>
@@ -67,15 +67,15 @@ Based on [Learn Next.js](https://nextjs.org/learn).
6767

6868
A quick project using Netlify Identity with Next.js.
6969

70-
[See game-vibes folder](https://github.com/solygambas/next-batman/tree/master/game-vibes)
70+
[See game-vibes folder](game-vibes)
7171

7272
### Demo
7373

7474
[See Demo deployed on Netlify](https://gamevibes.netlify.app/)
7575
(Email: mario@bros.com - Password: mariobros)
7676

7777
<p align="center">
78-
<a href="https://github.com/solygambas/next-batman/tree/master/game-vibes">
78+
<a href="game-vibes">
7979
<img src="game-vibes/screenshot.png">
8080
</a>
8181
</p>
@@ -95,14 +95,14 @@ Based on [Next.js & Identity (auth) Tutorial](https://www.youtube.com/watch?v=IM
9595

9696
A small recipe app combining Next.js with Contentful.
9797

98-
[See marmite folder](https://github.com/solygambas/next-batman/tree/master/marmite)
98+
[See marmite folder](marmite)
9999

100100
### Demo
101101

102102
[See Demo deployed on Vercel](https://justaddmarmite.vercel.app/)
103103

104104
<p align="center">
105-
<a href="https://github.com/solygambas/next-batman/tree/master/marmite">
105+
<a href="marmite">
106106
<img src="marmite/screenshot.png">
107107
</a>
108108
</p>

0 commit comments

Comments
 (0)