Skip to content

Commit ee88f86

Browse files
authored
Update custom-runner.md
fix broken links
1 parent 6817081 commit ee88f86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/custom-runner.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Maybe you need a version of the Crystal Reports runtime that we don't support or
8181

8282
Reference Implementations:
8383

84-
- [`ViewerForm`](../src/LijsDev.CrystalReportsRunner/ViewerForm.cs)
84+
- [`ViewerForm`](../src/LijsDev.CrystalReportsRunner/shared/ViewerForm.cs)
8585

8686
4. And an implementation of `IReportExporter`:
8787

@@ -130,7 +130,7 @@ Maybe you need a version of the Crystal Reports runtime that we don't support or
130130

131131
Reference Implementations:
132132

133-
- [`ReportUtils`](../src/LijsDev.CrystalReportsRunner/ReportUtils.cs)
134-
- [`MemoryMappedFileUtils`](../src/LijsDev.CrystalReportsRunner/MemoryMappedFileUtils.cs)
133+
- [`ReportUtils`](../src/LijsDev.CrystalReportsRunner/shared/ReportUtils.cs)
134+
- [`MemoryMappedFileUtils`](../src/LijsDev.CrystalReportsRunner/shared/MemoryMappedFileUtils.cs)
135135

136-
4. Make sure you copy the sample runner executable to `crystal-reports-runner\runner.exe` along with its dependencies in the output folder of the Caller assembly.
136+
4. Make sure you copy the sample runner executable to `crystal-reports-runner\runner.exe` along with its dependencies in the output folder of the Caller assembly.

0 commit comments

Comments
 (0)