[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Feedback](/c/feedback/8)

# Dashboard-app tutorial content is not updated

40 views · 0 likes · 2 posts


satyam srivastava (@prodot09-6909) · 2025-09-12

https://nextjs.org/learn/dashboard-app/creating-layouts-and-pages

Update the links of customer page and invoices page.

![image|690x308](upload://er28jvBJ5dCH9Cd1Hy3DTGvC0Ea.png)


The link should be according to the your **starter example** project that is on github.

http://localhost:3000/ui/dashboard/customers


http://localhost:3000/ui/dashboard/invoices


Amy Egan (@amyegan) · 2025-09-12

The pages should be at `/dashboard/customers` and `/dashboard/invoices` according to the tutorial and the example repo. **You need to create them as part of the tutorial.**

![Next.js tutorial repo final dashboard directory showing customers and invoices pages|690x390](upload://gNUvGouaHHlJmZkfUWVNfpBnmvi.png)


The UI directory holds components that are used on the pages.

![Next.js tutorial repo starter UI directory showing components|690x390](upload://apBUfT1fCEhfNMKHlXn53Fkcixs.png)