Skip to content

Commit

Permalink
Update sample project's URL (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coop56 authored Oct 18, 2023
1 parent d9c8f55 commit d6c7239
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Clean.Architecture.Core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For mutable access, Entities should be accessed through a Repository interface.
Read-only ad hoc queries can use separate Query Services that don't use the Domain Model.

Need help? Check out the sample here:
https://github.com/ardalis/CleanArchitecture/sample
https://github.com/ardalis/CleanArchitecture/tree/main/sample

Still need help?
Contact us at https://nimblepros.com
2 changes: 1 addition & 1 deletion src/Clean.Architecture.Infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Infrastructure classes implement interfaces found in the Core (Use Cases) projec
These implementations are wired up at startup using DI. In this case using Autofac and the Module classes defined in each project.

Need help? Check out the sample here:
https://github.com/ardalis/CleanArchitecture/sample
https://github.com/ardalis/CleanArchitecture/tree/main/sample

Still need help?
Contact us at https://nimblepros.com
2 changes: 1 addition & 1 deletion src/Clean.Architecture.UseCases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For ideas on organizing your Use Case project's folder structure, see this threa
https://twitter.com/ardalis/status/1686406393018945536

Need help? Check out the sample here:
https://github.com/ardalis/CleanArchitecture/sample
https://github.com/ardalis/CleanArchitecture/tree/main/sample

Still need help?
Contact us at https://nimblepros.com

0 comments on commit d6c7239

Please sign in to comment.