Skip to content

Commit ad8799c

Browse files
committed
fix link
1 parent 29566b4 commit ad8799c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ native experience and OS Integration possible from a Native Desktop App - all in
1010
![React Desktop Apps](https://raw.githubusercontent.com/ServiceStack/Assets/master/img/gap/react-desktop-splash.png)
1111

1212
The new **React Desktop Apps** template in
13-
[ServiceStackVS](https://github.com/ServiceStack/ServiceStackVS)
13+
[ServiceStackVS VS.NET Templates](http://docs.servicestack.net/templates-overview)
1414
provides everything you need to package your ASP.NET ServiceStack Web App into a native Windows **Winforms App**,
1515
an **OSX Cocoa Desktop App** or cross-platform (Windows/OSX/Linux) "headless" **Console App** which instead of being
1616
embedded inside a Native UI, launches the User's prefered Web Browser for its Web UI. The **Winforms App** also
@@ -60,7 +60,7 @@ allowing for a simplified and iterative dev workflow by running the preferred Ho
6060
## Project Structure
6161

6262
The resulting project structure is the same as the
63-
[Webpack React App VS.NET Template](/templates-single-page-apps),
63+
[Webpack React App VS.NET Template](http://docs.servicestack.net/templates-single-page-apps),
6464
but with 3 additional projects for hosting the new Desktop and Console Apps and a Common **Resources** project
6565
shared by Host projects containing all the ASP.NET resources (e.g. .css, .js, images, etc) as embedded
6666
resources. It's kept in-sync with the primary **DefaultApp** project with the `01-bundle-all` or `default`

0 commit comments

Comments
 (0)