From 6a39219c91ea8a4d40409600e1bf9309676019b2 Mon Sep 17 00:00:00 2001 From: Dave Thaler Date: Mon, 16 Sep 2024 10:19:50 -0700 Subject: [PATCH] Fix broken links in README.md (#154) "workflow" directory should be "workflows" Signed-off-by: Dave Thaler --- ModeratorFrontEnd/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ModeratorFrontEnd/README.md b/ModeratorFrontEnd/README.md index b01d20a5..ea7cd938 100644 --- a/ModeratorFrontEnd/README.md +++ b/ModeratorFrontEnd/README.md @@ -35,11 +35,11 @@ This is a .NET Core Blazor-based web site found in the AIForOrcas.Client.Web pro ### Deployment The AIForOrcas.Server and AIForOrcas.Client.Web projects are built and deployed using GitHub Actions workflows: -* [AIForOrcas.Server.yaml](/.github/workflow/AIForOrcas.Server.yaml) -* [AIForOrcas.Client.Web.yaml](/.github/workflow/AIForOrcas.Client.Web.yaml) +* [AIForOrcas.Server.yaml](/.github/workflows/AIForOrcas.Server.yaml) +* [AIForOrcas.Client.Web.yaml](/.github/workflows/AIForOrcas.Client.Web.yaml) ### Additional Projects -The remaining projects in the solution represent code that is shared between the two projects (i.e. DTOs/Models, Business Logic, etc.) +The remaining projects in the solution represent code that is shared between the two projects (i.e., DTOs/Models, Business Logic, etc.) ## Release Notes