@@ -24,7 +24,7 @@ The tool currently supports the following:
24
24
* Creates PDF bookmarks to all pages for easier navigation within the PDF
25
25
* If you link to other wiki pages, the link in the PDF will work, too.
26
26
* Everything self-contained. Download the .exe file, run it, done.
27
- * Tool can be used as part of a build, see [ Build Task ] ( / AzureDevOps.WikiPDFExport/Build-Task)
27
+ * Tool can be used as part of a build, see [ BuildTask ] ( AzureDevOps.WikiPDFExport/Build-Task.md )
28
28
* It is fast. A PDF with 160 pages is created in less than a second.
29
29
30
30
## Requirements
@@ -96,7 +96,7 @@ So far the following limitations are known:
96
96
* The tool lacks proper testing because I only have two wikis available
97
97
98
98
## License
99
- See [ license] ( /AzureDevOps.WikiPDFExport/License )
99
+ See [ license] ( /AzureDevOps.WikiPDFExport/License.md )
100
100
101
101
## Telemetry
102
102
The tool uses Application Insights for basic telemetry:
@@ -110,4 +110,4 @@ In this tool uses open source libraries that do the actual work - I just combine
110
110
1 . [ CommandLineParser] ( https://github.com/commandlineparser/commandline ) to parse the command line
111
111
1 . [ MarkDig] ( https://github.com/lunet-io/markdig/ ) to parse markdown files to HTML.
112
112
1 . [ DinkToPdf] ( https://github.com/rdvojmoc/DinkToPdf ) to export HTML to PDF
113
- 1 . [ dotnet-warp] ( https://github.com/Hubert-Rybak/dotnet-warp ) to release a self-contained exe file
113
+ 1 . [ dotnet-warp] ( https://github.com/Hubert-Rybak/dotnet-warp ) to release a self-contained exe file
0 commit comments