Skip to content

Commit

Permalink
Fix broken links in README.md (#154)
Browse files Browse the repository at this point in the history
"workflow" directory should be "workflows"

Signed-off-by: Dave Thaler <dthaler1968@gmail.com>
  • Loading branch information
dthaler committed Sep 16, 2024
1 parent 2e25b99 commit 6a39219
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ModeratorFrontEnd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6a39219

Please sign in to comment.