Skip to content

Commit 1ac24ea

Browse files
committed
updating readme to point releases to github
1 parent a4565d9 commit 1ac24ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit dd0d5df02f2a60ef453793899187e01274655686
1+
Subproject commit 4bf98f1654604959593fe2927be3204a66d8ae3c

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The result should look like this:
99
![Cloned wiki repository](images/Clone.png)
1010

1111
Once you have cloned the wiki, you must download the Azure DevOps WikiPDFExport tool.
12-
**[azuredevops-export-wiki.exe](https://dev.azure.com/mmelcher/8036eca1-fd9e-4c0f-8bef-646b32fbda0b/_apis/git/repositories/e08d1ada-7794-4b89-a3ea-cb64a26683c3/Items?path=%2Fazuredevops-export-wiki.exe&versionDescriptor%5BversionOptions%5D=0&versionDescriptor%5BversionType%5D=0&versionDescriptor%5Bversion%5D=master&download=true&resolveLfs=true&%24format=octetStream&api-version=5.0-preview.1)** (~40MB)
12+
**[azuredevops-export-wiki.exe](https://github.com/MaxMelcher/AzureDevOps.WikiPDFExport/releases)** (~40MB)
1313

1414
You can drop it right into the cloned folder and execute it there.
1515
Launched without parameters, the tool will detect all wiki files next to it and convert it to a PDF called export.pdf right next to it. Similar to this [pdf](https://dev.azure.com/mmelcher/8036eca1-fd9e-4c0f-8bef-646b32fbda0b/_apis/git/repositories/e08d1ada-7794-4b89-a3ea-cb64a26683c3/Items?path=%2Fexport.pdf&versionDescriptor%5BversionOptions%5D=0&versionDescriptor%5BversionType%5D=0&versionDescriptor%5Bversion%5D=master&download=true&resolveLfs=true&%24format=octetStream&api-version=5.0-preview.1).
@@ -33,7 +33,7 @@ The tool is developed as .NET Core 2.2 application, therefore you need to have t
3333

3434
## Download
3535

36-
The download is available [here](https://dev.azure.com/mmelcher/8036eca1-fd9e-4c0f-8bef-646b32fbda0b/_apis/git/repositories/e08d1ada-7794-4b89-a3ea-cb64a26683c3/Items?path=%2Fazuredevops-export-wiki.exe&versionDescriptor%5BversionOptions%5D=0&versionDescriptor%5BversionType%5D=0&versionDescriptor%5Bversion%5D=master&download=true&resolveLfs=true&%24format=octetStream&api-version=5.0-preview.1)
36+
The download is available [here](https://github.com/MaxMelcher/AzureDevOps.WikiPDFExport/releases)
3737

3838
## Configuration Options
3939

@@ -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)