Skip to content

Commit fc0dd34

Browse files
committed
update links
Signed-off-by: Gilbert Kwan <[email protected]>
1 parent 5572e32 commit fc0dd34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ include::finish/pom.xml[]
177177

178178
== Creating the default page
179179

180-
Create the entry point of your React application. The latest version of `Next.js` recommends you use the https://nextjs.org/docs/app/building-your-application/routing/defining-routes[App Router^], which centralizes routing logic under the `app` directory.
181-
180+
Create the entry point of your React application. The latest version of `Next.js` recommends you use the https://nextjs.org/docs/app[App Router^], which centralizes routing logic under the `app` directory.
181+
182182
To construct the home page of the web application, create a [hotspot file=0]`page.jsx` file.
183183

184184
[role="code_command hotspot file=0", subs="quotes"]
@@ -209,7 +209,7 @@ layout.jsx
209209
include::finish/src/main/frontend/src/app/layout.jsx[]
210210
----
211211

212-
For more detailed information, see the `Next.js` documentation on https://nextjs.org/docs/app/building-your-application/routing/pages[Pages^] and https://nextjs.org/docs/app/building-your-application/routing/layouts-and-templates[Layouts^].
212+
For more detailed information, see the `Next.js` documentation on the https://nextjs.org/docs/app/getting-started/layouts-and-pages[Layouts and Pages^].
213213

214214
// =================================================================================================
215215
// Creating the React component

0 commit comments

Comments
 (0)