Skip to content

Commit 861d6cf

Browse files
Merge pull request #482 from andy1138/master
Fixes Lightbend training links
2 parents c45e6af + d46741f commit 861d6cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/js/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,13 +393,13 @@ $(document).ready(function(){
393393
{
394394
title: "{{ training.title }}",
395395
description: "{{ training.description }}",
396-
url: "{{ training.link-out }}",
397396
sessions: [
398397
{
399398
where: "{{ training.where }}",
400399
when: "{{ training.when }}",
401400
trainers: "{{ training.trainers }}",
402401
organizer: "{{ training.organizer }}",
402+
url: "{{ training.link-out }}",
403403
status: "{{ training.status }}"
404404
}
405405
]
@@ -417,7 +417,7 @@ $(document).ready(function(){
417417
result.push({
418418
title: training.title,
419419
description: training.description,
420-
url: training.url,
420+
url: session.url,
421421
where: session.where,
422422
when: session.when,
423423
trainers: session.trainers,

0 commit comments

Comments
 (0)