Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
Signed-off-by: Gilbert Kwan <[email protected]>
  • Loading branch information
gkwan-ibm committed Jan 23, 2025
1 parent 5572e32 commit fc0dd34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ include::finish/pom.xml[]

== Creating the default page

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

To construct the home page of the web application, create a [hotspot file=0]`page.jsx` file.

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

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^].
For more detailed information, see the `Next.js` documentation on the https://nextjs.org/docs/app/getting-started/layouts-and-pages[Layouts and Pages^].

// =================================================================================================
// Creating the React component
Expand Down

0 comments on commit fc0dd34

Please sign in to comment.