Skip to content

Commit 90db61c

Browse files
authored
fixing links to license and build-task page
1 parent 235fa3f commit 90db61c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The tool currently supports the following:
2424
* Creates PDF bookmarks to all pages for easier navigation within the PDF
2525
* If you link to other wiki pages, the link in the PDF will work, too.
2626
* 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)
2828
* It is fast. A PDF with 160 pages is created in less than a second.
2929

3030
## Requirements
@@ -96,7 +96,7 @@ So far the following limitations are known:
9696
* The tool lacks proper testing because I only have two wikis available
9797

9898
## License
99-
See [license](/AzureDevOps.WikiPDFExport/License)
99+
See [license](/AzureDevOps.WikiPDFExport/License.md)
100100

101101
## Telemetry
102102
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
110110
1. [CommandLineParser](https://github.com/commandlineparser/commandline) to parse the command line
111111
1. [MarkDig](https://github.com/lunet-io/markdig/) to parse markdown files to HTML.
112112
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

Comments
 (0)