You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tutorial of a simple Hello World application for WebExpress. Two projects are created for the tutorial. The `HelloWorld` project contains the functionality and all resources to run as a WebExpress application. The project `HelloWorld.App` is a helper project that is needed for debugging, testing and packaging creation.
@@ -221,7 +221,7 @@ Now you have created a new solution and are ready to proceed with the next steps
221
221
app.label=Hello World
222
222
app.description=Tutorial of a simple hello world WebExpress application.
app.version.label={0} version {1} created with {2} version {3}.
226
226
227
227
homepage.label=Home page
@@ -236,7 +236,7 @@ Now you have created a new solution and are ready to proceed with the next steps
236
236
```
237
237
238
238
## Add the Assets
239
-
- Add assets to the `HelloWorld` project. You can get the assets for this tutorial here: https://github.com/ReneSchwarzer/WebExpress.Tutorial.HelloWorld/tree/main/src/HelloWorld/Assets/img
239
+
- Add assets to the `HelloWorld` project. You can get the assets for this tutorial here: https://github.com/webexpress-framework/WebExpress.Tutorial.HelloWorld/tree/main/src/HelloWorld/Assets/img
240
240
- Add the assets in the `HelloWorld.csproj` project file.
0 commit comments