Skip to content

Commit cfb38e7

Browse files
committed
fix links to release notes
1 parent fd39e66 commit cfb38e7

33 files changed

+33
-33
lines changed

MyApp/_posts/2023-06-13_admin-uis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ to create the optimized UI we want to in future.
3636
Adopting a [Simple, Modern JavaScript](/posts/javascript) approach free of build tools complexity with the
3737
instant live reload of a simple static [index.html](https://github.com/NetCoreApps/CreatorKit/blob/main/CreatorKit/wwwroot/portal/index.html)
3838
yielded the most productive workflow, combined with all
39-
[built-in UIs having been rebuilt](https://docs.servicestack.net/releases/v6_7#new-locode-api-explorer-admin-uis-now-in-vue-3)
39+
[built-in UIs having been rebuilt](https://docs.servicestack.net/releases/v6_07#new-locode-api-explorer-admin-uis-now-in-vue-3)
4040
in reusable Vue 3 components meant we were able to replicate most of Locode's functionality into a customizable Vue App
4141
in no time!
4242

MyApp/_whatsnew/2022-05-16_v6.1/feature1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Rapid Application Development with Locode
3-
url: https://docs.servicestack.net/releases/v6_1
3+
url: https://docs.servicestack.net/releases/v6_01
44
image: /img/whatsnew/v6.1/locode-splash.png
55
---
66

MyApp/_whatsnew/2022-05-16_v6.1/feature2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Database-First Development Model
3-
url: https://docs.servicestack.net/releases/v6_1#database-first
3+
url: https://docs.servicestack.net/releases/v6_01#database-first
44
image: /img/whatsnew/v6.1/youtube-locode-intro.png
55
---
66

MyApp/_whatsnew/2022-05-16_v6.1/feature3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Code-First Development Model
3-
url: https://docs.servicestack.net/releases/v6_1#code-first
3+
url: https://docs.servicestack.net/releases/v6_01#code-first
44
image: /img/whatsnew/v6.1/chinook-splash.png
55
---
66

MyApp/_whatsnew/2022-05-16_v6.1/feature4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Hybrid Locode Apps with Blazor WASM
3-
url: https://docs.servicestack.net/releases/v6_1#hybrid-locode-apps
3+
url: https://docs.servicestack.net/releases/v6_01#hybrid-locode-apps
44
image: /img/whatsnew/v6.1/talent-splash.png
55
---
66

MyApp/_whatsnew/2022-07-25_v6.2/feature1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Beautiful Blazor Tailwind Template
3-
url: https://docs.servicestack.net/releases/v6_2
3+
url: https://docs.servicestack.net/releases/v6_02
44
image: /img/whatsnew/v6.2/blazor-tailwind.png
55
---
66

MyApp/_whatsnew/2022-07-25_v6.2/feature2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create Litestream Apps and Save 10x on Hosting
3-
url: https://docs.servicestack.net/releases/v6_2.html#litestream
3+
url: https://docs.servicestack.net/releases/v6_02.html#litestream
44
image: /img/whatsnew/v6.2/litestream-costs.svg
55
---
66

MyApp/_whatsnew/2022-07-25_v6.2/feature3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Gain real-time insights with built-in Profiling
3-
url: https://docs.servicestack.net/releases/v6_2.html#request-logging-profiling
3+
url: https://docs.servicestack.net/releases/v6_02.html#request-logging-profiling
44
image: /img/whatsnew/v6.2/profiling.png
55
---
66

MyApp/_whatsnew/2022-07-25_v6.2/feature4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Manage DB Validation Rules with Validation UI
3-
url: https://docs.servicestack.net/releases/v6_2.html#db-validation
3+
url: https://docs.servicestack.net/releases/v6_02.html#db-validation
44
image: /img/whatsnew/v6.2/validation-video.png
55
---
66

MyApp/_whatsnew/2022-08-30_v6.3/feature1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Simple Code-First DB Migrations
3-
url: https://docs.servicestack.net/releases/v6_3#code-first-db-migrations
3+
url: https://docs.servicestack.net/releases/v6_03#code-first-db-migrations
44
image: /img/whatsnew/v6.3/db-migrations.png
55
---
66

0 commit comments

Comments
 (0)