Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit 6e7dfd7

Browse files
committed
Fix links
1 parent ea2a057 commit 6e7dfd7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/pages/tailwindcss-v2/index.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Even though Tailwind CSS v2.0 is a new major version, **we've worked really hard
4949

5050
[Check out the upgrade guide](#) for more details and step-by-step instructions on migrating your project to Tailwind CSS v2.0.
5151

52-
If you'd like to start a brand new project with v2.0, [head over to our updated installation documentation](/docs/installation) to get started fast.
52+
If you'd like to start a brand new project with v2.0, [head over to our updated installation documentation](https://tailwindcss.com/docs/installation) to get started fast.
5353

5454
Also how about that [brand new website](https://tailwindcss.com) eh? Hot damn.
5555

@@ -146,7 +146,7 @@ And responsive hover stuff:
146146
</button>
147147
```
148148

149-
Check out the [dark mode docs](/docs/dark-mode) for all the gory details.
149+
Check out the [dark mode docs](https://tailwindcss.com/docs/dark-mode) for all the gory details.
150150

151151
---
152152

@@ -265,7 +265,7 @@ If you want to override this, you can still do it by layering on a `leading` uti
265265
<p class="text-3xl leading-normal">Come on don't do this to me.</p>
266266
```
267267

268-
Check out the [font size documentation](/docs/font-size#providing-a-default-line-height) for some additional details.
268+
Check out the [font size documentation](https://tailwindcss.com/docs/font-size#providing-a-default-line-height) for some additional details.
269269

270270
---
271271

@@ -326,7 +326,7 @@ It took some serious engineering muscle but we figured it out — now you can `@
326326
}
327327
```
328328

329-
Check out [the updated @apply documentation](/docs/functions-and-directives#apply) to learn more.
329+
Check out [the updated @apply documentation](https://tailwindcss.com/docs/functions-and-directives#apply) to learn more.
330330

331331
---
332332

@@ -342,7 +342,7 @@ Now we've added dedicated `overflow-ellipsis` and `overflow-clip` utilities to c
342342
</p>
343343
```
344344

345-
Check out the new [text overflow documentation](/docs/text-overflow) to see it in action.
345+
Check out the new [text overflow documentation](https://tailwindcss.com/docs/text-overflow) to see it in action.
346346

347347
---
348348

@@ -390,7 +390,7 @@ Anywhere where we enabled hover or focus by default previously now has `group-ho
390390
</div>
391391
```
392392

393-
Check out [the default variants reference](/docs/configuring-variants#default-variants-reference) for a full list of what's enabled where in v2.0.
393+
Check out [the default variants reference](https://tailwindcss.com/docs/configuring-variants#default-variants-reference) for a full list of what's enabled where in v2.0.
394394

395395
---
396396

@@ -440,7 +440,7 @@ Of course you can override this by layering on separate duration or timing funct
440440
</button>
441441
```
442442

443-
Learn more about transitions in the [transition property documentation](/docs/transition-property).
443+
Learn more about transitions in the [transition property documentation](https://tailwindcss.com/docs/transition-property).
444444

445445
---
446446

0 commit comments

Comments
 (0)