Skip to content

Commit

Permalink
Merge pull request #296 from rsoika/master
Browse files Browse the repository at this point in the history
Fixed README.md files - added Markdown Links
  • Loading branch information
ivargrimstad committed Mar 28, 2024
2 parents 6b6cde2 + 80ffcbe commit aeff541
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In order to run the UI, please execute the following from this directory. You ca
mvn clean package wildfly:dev --file ui/pom.xml
```

Once WildFly starts, please go to http://localhost:8080/jakarta-starter-ui/. Unzip the file the UI generates and follow the README.md in the unzipped directory.
Once WildFly starts, please go to [http://localhost:8080/jakarta-starter-ui/](http://localhost:8080/jakarta-starter-ui/). Unzip the file the UI generates and follow the README.md in the unzipped directory.

## Known Issues
* Note that Payara does not yet work on the Apple M1 chip. If you are on an M1 chip, we suggest you use another runtime for the time being with the Archetype.
Expand Down
10 changes: 5 additions & 5 deletions archetype/src/main/resources/archetype-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ You can run the application by executing the following command from the director
```

#if ((${runtime} == 'payara') && (${profile} != 'full'))
Once the runtime starts, you can access the project at http://localhost:8080.
Once the runtime starts, you can access the project at http://localhost:8080
#elseif (${runtime} == 'open-liberty')
Once the runtime starts, you can access the project at http://localhost:9080.
Once the runtime starts, you can access the project at http://localhost:9080
#else
Once the runtime starts, you can access the project at http://localhost:8080/jakartaee-hello-world.
Once the runtime starts, you can access the project at http://localhost:8080/jakartaee-hello-world
#end

#if ((${docker} == 'yes') and (${runtime} != 'glassfish'))
Expand All @@ -46,9 +46,9 @@ docker run -it --rm -p 9080:9080 jakartaee-hello-world:v1
```

#if (${runtime} != 'open-liberty')
Once the runtime starts, you can access the project at http://localhost:8080/jakartaee-hello-world.
Once the runtime starts, you can access the project at http://localhost:8080/jakartaee-hello-world
#else
Once the runtime starts, you can access the project at http://localhost:9080/.
Once the runtime starts, you can access the project at http://localhost:9080/
#end
#end
#else
Expand Down
2 changes: 1 addition & 1 deletion ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ In order to run the UI, please execute the following from this directory. You ca
mvn clean package wildfly:dev
```

Once WildFly starts, please go to http://localhost:8080/jakarta-starter-ui. Unzip the file the UI generates and follow the README.md in the unzipped directory.
Once WildFly starts, please go to [http://localhost:8080/jakarta-starter-ui](http://localhost:8080/jakarta-starter-ui). Unzip the file the UI generates and follow the README.md in the unzipped directory.

0 comments on commit aeff541

Please sign in to comment.