From 8921997f042839406a89e17d49f607af54ab8ef0 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sat, 11 Feb 2017 16:33:53 +0100 Subject: [PATCH] Add links to tutorial source code on GitHub --- .../tutorial_tutorial-series_part-1-base-structure.md | 2 ++ ...rial-series_part-2-event-listeners-and-template-listeners.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pages/tutorial/tutorial-series/tutorial_tutorial-series_part-1-base-structure.md b/pages/tutorial/tutorial-series/tutorial_tutorial-series_part-1-base-structure.md index 0681b43b5..146d095bd 100644 --- a/pages/tutorial/tutorial-series/tutorial_tutorial-series_part-1-base-structure.md +++ b/pages/tutorial/tutorial-series/tutorial_tutorial-series_part-1-base-structure.md @@ -402,3 +402,5 @@ As the menu item package installation plugin validates the given page and throws --- This concludes the first part of our tutorial series after which you now have a working simple package with which you can manage people in the ACP and show the visitors of your website a simple list of all created people in the front end. + +The complete source code of this part can be found on [GitHub](https://github.com/WoltLab/woltlab.github.io/tree/master/_includes/tutorial/tutorial-series/part-1). diff --git a/pages/tutorial/tutorial-series/tutorial_tutorial-series_part-2-event-listeners-and-template-listeners.md b/pages/tutorial/tutorial-series/tutorial_tutorial-series_part-2-event-listeners-and-template-listeners.md index e0d803795..19defe519 100644 --- a/pages/tutorial/tutorial-series/tutorial_tutorial-series_part-2-event-listeners-and-template-listeners.md +++ b/pages/tutorial/tutorial-series/tutorial_tutorial-series_part-2-event-listeners-and-template-listeners.md @@ -218,3 +218,5 @@ The only relevant difference between the `package.xml` file of the base page fro --- This concludes the second part of our tutorial series after which you now have extended the base package using event listeners and template listeners that allow you to enter the birthday of the people. + +The complete source code of this part can be found on [GitHub](https://github.com/WoltLab/woltlab.github.io/tree/master/_includes/tutorial/tutorial-series/part-2).