From 384c6da4de62a14ba990d0abb2a43018e2e8a96b Mon Sep 17 00:00:00 2001 From: Johan Kronberg Date: Thu, 19 Oct 2023 23:38:08 +0200 Subject: [PATCH] Remove MVC from texts. --- content/demo-site/en/pages/about/index.md | 2 +- content/record-collector-dotnet/pages/getting-started.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/demo-site/en/pages/about/index.md b/content/demo-site/en/pages/about/index.md index d4af9de..f0c3f14 100644 --- a/content/demo-site/en/pages/about/index.md +++ b/content/demo-site/en/pages/about/index.md @@ -5,4 +5,4 @@ description = "The main features and advantages when using Record Collector." weight = 15 robots = "noindex" +++ -Record Collector reads a typical static site content folder into C# lists and objects and then uses them in a regular ASP.NET Core MVC project. \ No newline at end of file +Record Collector reads a typical static site content folder into C# lists and objects and then uses them in a regular ASP.NET Core project. \ No newline at end of file diff --git a/content/record-collector-dotnet/pages/getting-started.md b/content/record-collector-dotnet/pages/getting-started.md index dd80e7d..8fd8c2d 100644 --- a/content/record-collector-dotnet/pages/getting-started.md +++ b/content/record-collector-dotnet/pages/getting-started.md @@ -38,9 +38,9 @@ Two options are in the repository. The `default` setup is based on [Tailwind CSS * [record-collector.netlify.app](https://record-collector.netlify.app/) is published with `default` * [record-collector-simplecss.netlify.app](https://record-collector-simplecss.netlify.app/) is using `simplecss` -## Run the web app in ASP.NET MVC mode +## Run the web app in ASP.NET mode -When running, Kestrel is recommended and the default URL in the MVC mode is `http://localhost:5000/`. +When running, Kestrel is recommended and the default URL in the ASP.NET mode is `http://localhost:5000/`. ### Alternative A: Run using Visual Studio