Skip to content

Commit 8864b4a

Browse files
committed
update URLs
1 parent 2c31357 commit 8864b4a

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

MyApp/Pages/React/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<div
4747
class="hidden lg:block mx-auto mt-16 flex max-w-2xl lg:ml-10 lg:mt-0 lg:mr-0 lg:max-w-none lg:flex-none xl:ml-32">
4848
<div class="max-w-3xl flex-none sm:max-w-5xl lg:max-w-none">
49-
<a href="https://react-spa.web-templates.io">
49+
<a href="https://react-spa.react-templates.net">
5050
<img src="/img/pages/react/react-spa.webp" alt="App screenshot"
5151
class="w-[50rem] rounded-md p-8 bg-white/5 shadow-2xl ring-1 ring-white/10">
5252
</a>

MyApp/_pages/releases/v8_02.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ selected-columns="id,name,roomType,roomNumber,bookingStartDate,cost,couponId,dis
296296

297297
## ServiceStack React SPA Template
298298

299-
Just as we've enhanced the built-in ASP.NET Core React SPA template we've also enhanced the built-in ASP.NET Core React SPA template with the new TypeScript [Vite React SPA template](https://react-spa.web-templates.io) with many new high-productivity features.
299+
Just as we've enhanced the built-in ASP.NET Core React SPA template we've also enhanced the built-in ASP.NET Core React SPA template with the new TypeScript [Vite React SPA template](https://react-spa.react-templates.net) with many new high-productivity features.
300300

301301
<div class="not-prose mt-16 flex flex-col items-center">
302302
<div class="flex">
@@ -321,7 +321,7 @@ Just as we've enhanced the built-in ASP.NET Core React SPA template we've also e
321321
:::
322322

323323
:::{.shadow .pb-1}
324-
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/react-spa.png)](https://react-spa.web-templates.io)
324+
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/react-spa.png)](https://react-spa.react-templates.net)
325325
:::
326326

327327
## ASP.NET Core React SPA Template
@@ -437,10 +437,10 @@ return (<LayoutPage title="Weather">
437437
</LayoutPage>)
438438
```
439439

440-
To render the [/weather](https://react-spa.web-templates.io/weather) customized Data Table:
440+
To render the [/weather](https://react-spa.react-templates.net/weather) customized Data Table:
441441

442442
:::{.mx-auto .max-w-lg .shadow .rounded}
443-
[![](/img/pages/release-notes/v8.2/data-table.png)](https://react-spa.web-templates.io/weather)
443+
[![](/img/pages/release-notes/v8.2/data-table.png)](https://react-spa.react-templates.net/weather)
444444
:::
445445

446446
The template also includes customizable [Form.tsx](https://github.com/NetCoreTemplates/react-spa/blob/main/MyApp.Client/src/components/Form.tsx)
@@ -489,7 +489,7 @@ So that you're immediately productive out-of-the-box, the template includes a ri
489489

490490
### Bookings CRUD Pages
491491

492-
The [Bookings CRUD example](https://react-spa.web-templates.io/bookings-crud) shows how you can utilize a customized
492+
The [Bookings CRUD example](https://react-spa.react-templates.net/bookings-crud) shows how you can utilize a customized
493493
Data Table and templates Form components to create a beautifully styled CRUD UI with minimal effort.
494494

495495
## Vite Press Plugin
@@ -551,16 +551,16 @@ When more capabilities are required and you want a .NET API backend to your Vite
551551
you can use one of our integrated .NET 8 SPA templates:
552552

553553
- [vue-spa](https://vue-spa.web-templates.io) - .NET 8 API with Vite Vue SPA frontend
554-
- [react-spa](https://react-spa.web-templates.io) - .NET 8 API with Vite React SPA frontend
554+
- [react-spa](https://react-spa.react-templates.net) - .NET 8 API with Vite React SPA frontend
555555

556556
<div class="not-prose mt-8 grid grid-cols-2 gap-4">
557557
<a class="block group border dark:border-gray-800 hover:border-indigo-700 dark:hover:border-indigo-700 flex flex-col justify-between" href="https://vue-spa.web-templates.io">
558558
<img class="p-2" src="https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/vue-spa.png" />
559559
<div class="bg-gray-50 dark:bg-gray-800 text-gray-600 dark:text-gray-300 font-semibold group-hover:bg-indigo-700 group-hover:text-white text-center py-2">vue-spa.web-templates.io</div>
560560
</a>
561-
<a class="block group border dark:border-gray-800 hover:border-indigo-700 dark:hover:border-indigo-700 flex flex-col justify-between" href="https://react-spa.web-templates.io">
561+
<a class="block group border dark:border-gray-800 hover:border-indigo-700 dark:hover:border-indigo-700 flex flex-col justify-between" href="https://react-spa.react-templates.net">
562562
<img class="p-2" src="https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/react-spa.png" />
563-
<div class="bg-gray-50 dark:bg-gray-800 text-gray-600 dark:text-gray-300 font-semibold group-hover:bg-indigo-700 group-hover:text-white text-center py-2">react-spa.web-templates.io</div>
563+
<div class="bg-gray-50 dark:bg-gray-800 text-gray-600 dark:text-gray-300 font-semibold group-hover:bg-indigo-700 group-hover:text-white text-center py-2">react-spa.react-templates.net</div>
564564
</a>
565565
</div>
566566

MyApp/_pages/releases/v8_08.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ integration and even greater incremental live reload performance.
169169
<img class="p-2" src="https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/vue-spa.png">
170170
<div class="bg-gray-50 text-gray-600 font-semibold group-hover:bg-indigo-700 group-hover:text-white text-center py-2">vue-spa</div>
171171
</a>
172-
<a class="block group border hover:border-indigo-700" href="https://react-spa.web-templates.io">
172+
<a class="block group border hover:border-indigo-700" href="https://react-spa.react-templates.net">
173173
<img class="p-2" src="https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/react-spa.png">
174174
<div class="bg-gray-50 text-gray-600 font-semibold group-hover:bg-indigo-700 group-hover:text-white text-center py-2">vue-spa</div>
175175
</a>

MyApp/_pages/templates/react-spa.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: React SPA Project Template
44

55
## ServiceStack React SPA Template
66

7-
The new TypeScript [Vite React SPA template](https://react-spa.web-templates.io) is an enhanced version of .NET's
7+
The new TypeScript [Vite React SPA template](https://react-spa.react-templates.net) is an enhanced version of .NET's
88
built-in ASP.NET Core React SPA template with many new value-added and high-productivity features.
99

1010
<div class="not-prose mt-16 flex flex-col items-center">
@@ -30,7 +30,7 @@ built-in ASP.NET Core React SPA template with many new value-added and high-prod
3030
:::
3131

3232
:::{.shadow .pb-1}
33-
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/react-spa.png)](https://react-spa.web-templates.io)
33+
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/react-spa.png)](https://react-spa.react-templates.net)
3434
:::
3535

3636
## ASP.NET Core React SPA Template
@@ -202,10 +202,10 @@ return (<LayoutPage title="Weather">
202202
</LayoutPage>)
203203
```
204204

205-
To render the [/weather](https://react-spa.web-templates.io/weather) customized Data Table:
205+
To render the [/weather](https://react-spa.react-templates.net/weather) customized Data Table:
206206

207207
:::{.mx-auto .max-w-lg .shadow .rounded}
208-
[![](/img/pages/release-notes/v8.2/data-table.png)](https://react-spa.web-templates.io/weather)
208+
[![](/img/pages/release-notes/v8.2/data-table.png)](https://react-spa.react-templates.net/weather)
209209
:::
210210

211211
The template also includes customizable [Form.tsx](https://github.com/NetCoreTemplates/react-spa/blob/main/MyApp.Client/src/components/Form.tsx)
@@ -262,7 +262,7 @@ So that you're immediately productive out-of-the-box, the template includes a ri
262262

263263
### Bookings CRUD Pages
264264

265-
The [Bookings CRUD example](https://react-spa.web-templates.io/bookings-crud) shows how you can utilize a customized
265+
The [Bookings CRUD example](https://react-spa.react-templates.net/bookings-crud) shows how you can utilize a customized
266266
Data Table and templates Form components to create a beautifully styled CRUD UI with minimal effort.
267267

268268
## Vite Press Plugin
@@ -306,4 +306,4 @@ It also supports an enhanced version of markdown for embedding richer UI markup
306306

307307
At the cost of reduced portability, you’re also able to embed richer Interactive Vue components directly in markdown:
308308

309-
- [React Components in Markdown](https://react-spa.web-templates.io/posts/markdown-components-in-react)
309+
- [React Components in Markdown](https://react-spa.react-templates.net/posts/markdown-components-in-react)

0 commit comments

Comments
 (0)