Skip to content

Commit

Permalink
fix broken links to showcase tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein authored Jul 8, 2021
1 parent 20df289 commit ebde13c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ Assert.IsFalse(v1 == v2);

Using the [Hochfrequenz.BO4E.Extensions](https://www.nuget.org/packages/Hochfrequenz.BO4E.Extensions/) gives you access to powerful analysis methods for Business Objects. We present them directly as minimal working examples in executable show case tests.

- [Energiemenge](/TestBO4E-dotnet-Extensions/ShowCaseTests/EnergiemengeShowCaseTests.cs)
- [Verbrauch](/TestBO4E-dotnet-Extensions/ShowCaseTests/VerbrauchShowCaseTests.cs)
- [CompletenessReport](/TestBO4E-dotnet-Reporting/ShowCaseTests/CompletenessReportShowCaseTests.cs)
- [Energiemenge](/TestBO4E.Extensions/ShowCaseTests/EnergiemengeShowCaseTests.cs)
- [Verbrauch](TestBO4E.Extensions/ShowCaseTests/VerbrauchShowCaseTests.cs)
- [CompletenessReport](/TestBO4E.Reporting/ShowCaseTests/CompletenessReportShowCaseTests.cs)
- [Encrypted Business Objects](/TestBO4E-dotnet-Encryption/ShowCaseTests/EncryptionShowCaseTests.cs)
- [(Partially) Anonymized Business Objects](/TestBO4E-dotnet-Encryption/ShowCaseTests/AnonymizerShowCaseTests.cs)

Expand Down

0 comments on commit ebde13c

Please sign in to comment.