Skip to content

Commit 6064e42

Browse files
Merge pull request #98 from CoderDojoPotsdam/create-download-link
add a download link in the index file
2 parents b070bea + 8b97465 commit 6064e42

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Regex-Tutorial
55
[![first-timers-only Friendly](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](http://www.firsttimersonly.com/)
66

77
This is the source code for the [Regular Expressions Interactive Tutorial][site].
8+
You can [download the tutorial][download].
89

910
Contribute
1011
---------
@@ -55,3 +56,4 @@ Images in the [img](https://github.com/CoderDojoPotsdam/regex-tutorial/tree/mast
5556
[site]: https://coderdojopotsdam.github.io/regex-tutorial
5657
[fett1]: https://www.danielfett.de/de/tutorials/tutorial-regulare-ausdrucke/
5758
[pr]: https://github.com/CoderDojoPotsdam/regex-tutorial/compare
59+
[download]: https://niccokunzmann.github.io/download_latest/regex-tutorial.zip

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
<a href="sv/00-01.html">Svenska</a>
1515
</li>
1616
</ul>
17+
<a href="https://niccokunzmann.github.io/download_latest/regex-tutorial.zip">Download</a>
1718
</body>
1819
</html>

0 commit comments

Comments
 (0)