Skip to content

Commit

Permalink
Updated broken doc links in readme.md and fixed some typos (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthrc authored Oct 26, 2023
1 parent 4f0399b commit b14dbdd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<img alt="Latest release" src="https://badge.fury.io/js/flowbite-react.svg">
</a>
<a href="https://flowbite.com/getting-started/license/">
<img src="https://img.shields.io/badge/license-MIT-blue" alt="Licenese">
<img src="https://img.shields.io/badge/license-MIT-blue" alt="License">
</a>
</p>
</div>
Expand Down Expand Up @@ -143,15 +143,15 @@ export default function MyPage() {

#### Next.js

If you're using Next.js, you can follow the [Next.js install guide](/docs/getting-started/nextjs), which includes a [Next.js starter project](https://github.com/tulupinc/flowbite-next-starter) with Flowbite React already set up.
If you're using Next.js, you can follow the [Next.js install guide](https://flowbite.com/docs/getting-started/next-js/), which includes a [Next.js starter project](https://github.com/tulupinc/flowbite-next-starter) with Flowbite React already set up.

#### Dark mode

If you want to add a dark mode switcher to your app, you can follow the [dark mode guide](/docs/customize/dark-mode).
If you want to add a dark mode switcher to your app, you can follow the [dark mode guide](https://flowbite.com/docs/customize/dark-mode/).

#### Customization

If you want to customize Flowbite React component, you can follow the [theme guide](/docs/customize/theme).
If you want to customize Flowbite React component, you can follow the [theme guide](https://flowbite.com/docs/customize/theming/).

#### Contributing

Expand Down

1 comment on commit b14dbdd

@vercel
Copy link

@vercel vercel bot commented on b14dbdd Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.