Skip to content

Commit a5947e3

Browse files
committed
1 parent 5832583 commit a5947e3

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ logo_image: /assets/img/3D-Slicer-Mark.svg
2828
# favicons are directly specified in _includes/head.html
2929
slicer_download_url: "https://download.slicer.org"
3030
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"
3232

3333
# Specify the name of the GitHub repository hosting the sources of the generated site.
3434
github_repository: Slicer/slicer.org

_config_dev.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
url: http://localhost:4000
22
slicer_download_url: http://localhost:4000/download.html
3+
slicer_training_url: http://localhost:4000/training.html
34

_data/footer-site-map.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Support:
1212
items:
1313
- name: Training
1414
link: "{{ site.slicer_training_url }}"
15+
link_class: force-internal-link
1516
icon: fa fa-graduation-cap
1617
- name: Documentation
1718
link: https://slicer.readthedocs.io

index.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ hero_buttons:
2626

2727
- text: Training
2828
link: "{{ site.slicer_training_url }}"
29+
link_class: force-internal-link
2930
icon: fa fa-graduation-cap
3031
color: logo-orange
3132

0 commit comments

Comments
 (0)