We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf53fb commit ba3eeb9Copy full SHA for ba3eeb9
2 files changed
docs/layouts/shortcodes/training_link.html
@@ -23,6 +23,6 @@
23
- file: The absolute path to the image file (required)
24
- name: The rendered link name (required)
25
*/}}
26
-<a href="{{ .Site.Params.TrainingExercises }}/blob/{{ .Site.Params.Branch }}/{{ .Get "file" }}">
+<a href="{{ .Site.Params.TrainingExercises }}/tree/{{ .Site.Params.TrainingBranch | default "master" }}/{{ .Get "file" }}">
27
{{ .Get "name" }}
28
</a>
docs/layouts/shortcodes/training_repo.html
@@ -23,7 +23,7 @@
-<a href="{{ .Site.Params.TrainingExercises }}/tree/{{ .Site.Params.Branch }}/">
+<a href="{{ .Site.Params.TrainingExercises }}/tree/{{ .Site.Params.TrainingBranch | default "master" }}/">
flink-training-repo
29
0 commit comments