From 0c3eba8520881a5507b203cf01e3538bd0b62edb Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Wed, 8 Nov 2023 14:28:46 +0800 Subject: [PATCH] linkify --- MyApp/_pages/ormlite/litestream.md | 2 +- MyApp/_pages/releases/v6_02.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MyApp/_pages/ormlite/litestream.md b/MyApp/_pages/ormlite/litestream.md index 57ebb920bd..ad0756749f 100644 --- a/MyApp/_pages/ormlite/litestream.md +++ b/MyApp/_pages/ormlite/litestream.md @@ -10,7 +10,7 @@ title: Litestream -One of ServiceStack's primary goals is delivering great value and performance, attributes exemplified in all modern jamstacks.net templates which are maximally designed to deliver ultimate performance for a .NET App by adopting a [Jamstack architecture](https://jamstack.org), enabling redundant hosting of their decoupled UI's on inexpensive CDN edge caches - most optimal place to deliver best performance. +One of ServiceStack's primary goals is delivering great value and performance, attributes exemplified in all modern [jamstacks.net](https://jamstacks.net) templates which are maximally designed to deliver ultimate performance for a .NET App by adopting a [Jamstack architecture](https://jamstack.org), enabling redundant hosting of their decoupled UI's on inexpensive CDN edge caches - most optimal place to deliver best performance. This also happens to be the cheapest to place to host its static files, taking load away from more expensive .NET App Servers and move them to free Cloudflare or GitHub CDNs, which all Jamstack Live Demos take advantage of to enable their [**$0.40 /mo** TCO](https://jamstacks.net/posts/hosting) for hosting their .NET Docker Apps which are only needed to serve the JSON APIs used to power their Jamstack UIs. diff --git a/MyApp/_pages/releases/v6_02.md b/MyApp/_pages/releases/v6_02.md index bcdc5fac26..1132ba4e0e 100644 --- a/MyApp/_pages/releases/v6_02.md +++ b/MyApp/_pages/releases/v6_02.md @@ -14,7 +14,7 @@ title: ServiceStack v6.2 We've had great feedback from our existing Boostrap [Blazor WASM template](/templates/blazor-bootstrap), its highly [productive dev model](https://youtu.be/TIgjMf_vtCI) and pre-rendering solution for achieving [instant Startup performance](/templates/blazor-bootstrap#improving-startup-performance) which -has seen it become more popular than all our other jamstacks.net templates combined. +has seen it become more popular than all our other [jamstacks.net](https://jamstacks.net) templates combined. As a result we've continued to invest in our Blazor support and have created a new [blazor-tailwind](https://github.com/NetCoreTemplates/blazor-tailwind) project template to take advantage of Tailwind's modern utility-first CSS design system to create beautiful, instant-loading Blazor WASM Apps.