X-Git-Url: https://git.stricted.de/?p=GitHub%2FWoltLab%2Fwoltlab.github.io.git;a=blobdiff_plain;f=docs%2Ftutorial%2Fseries%2Fpart_3.md;h=5f650a5133c805e0fa3d93b1d851cf054669af15;hp=b9138fe9c100d28a872d4bcaa9f441825bb4beac;hb=c51176db114b16e520af44a577065b23aa400751;hpb=ef4c04b188fe9ad4aa8d9c0bb850e483d876dffe diff --git a/docs/tutorial/series/part_3.md b/docs/tutorial/series/part_3.md index b9138fe9..5f650a51 100644 --- a/docs/tutorial/series/part_3.md +++ b/docs/tutorial/series/part_3.md @@ -69,7 +69,7 @@ The complete package will have the following file structure (including the files └── userGroupOption.xml ``` -!!! warning "We will not mention every code change between the first part and this part, as we only want to focus on the important, new parts of the code. For example, there is a new `Person::getLink()` method and new language items have been added. For all changes, please refer to the [source code on GitHub](https://github.com/WoltLab/woltlab.github.io/tree/master/_includes/tutorial/tutorial-series/part-3)." +!!! warning "We will not mention every code change between the first part and this part, as we only want to focus on the important, new parts of the code. For example, there is a new `Person::getLink()` method and new language items have been added. For all changes, please refer to the [source code on GitHub]({jinja{ repo_url }}tree/{jinja{ edit_uri.split("/")[1] }}/snippets/tutorial/tutorial-series/part-3)." ## Runtime Cache @@ -185,5 +185,5 @@ The `IOnlineLocationPageHandler` interface requires two methods to be implemente This concludes the third part of our tutorial series after which each person has a dedicated page on which people can comment on the person. -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-3). +The complete source code of this part can be found on [GitHub]({jinja{ repo_url }}tree/{jinja{ edit_uri.split("/")[1] }}/snippets/tutorial/tutorial-series/part-3).