From b4ad1ccc55ee0ea7cc7f8be91b79e207c20490a9 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 25 Oct 2023 22:34:34 +0530 Subject: [PATCH] Updated broken doc links in readme.md and fixed some typos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 522841dbb..0dcd39902 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Latest release - Licenese + License

@@ -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