File tree 4 files changed +4
-1
lines changed
4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ logo_image: /assets/img/3D-Slicer-Mark.svg
28
28
# favicons are directly specified in _includes/head.html
29
29
slicer_download_url : " https://download.slicer.org"
30
30
slicer_download_stats_url : " https://download.slicer.org/download-stats"
31
- slicer_training_url : " https://www .slicer.org/wiki/Documentation/Nightly/Training "
31
+ slicer_training_url : " https://training .slicer.org"
32
32
33
33
# Specify the name of the GitHub repository hosting the sources of the generated site.
34
34
github_repository : Slicer/slicer.org
Original file line number Diff line number Diff line change 1
1
url : http://localhost:4000
2
2
slicer_download_url : http://localhost:4000/download.html
3
+ slicer_training_url : http://localhost:4000/training.html
3
4
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Support:
12
12
items :
13
13
- name : Training
14
14
link : " {{ site.slicer_training_url }}"
15
+ link_class : force-internal-link
15
16
icon : fa fa-graduation-cap
16
17
- name : Documentation
17
18
link : https://slicer.readthedocs.io
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ hero_buttons:
26
26
27
27
- text : Training
28
28
link : " {{ site.slicer_training_url }}"
29
+ link_class : force-internal-link
29
30
icon : fa fa-graduation-cap
30
31
color : logo-orange
31
32
You can’t perform that action at this time.
0 commit comments