Skip to content

Commit

Permalink
example: fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Aug 19, 2022
1 parent e4e38c4 commit ecc0f88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/agenda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rooms:
tracks:
- cue: "intro"
audioFiles:
- "performance/dylan.webm"
- "media/performance/dylan.webm"
- name: "David"
location:
x: 30
Expand All @@ -36,7 +36,7 @@ rooms:
tracks:
- cue: "intro"
audioFiles:
- "performance/david.webm"
- "media/performance/david.webm"
- name: "history"
labelText: "history"
roomTracks:
Expand All @@ -57,5 +57,5 @@ announcements:
track:
cue: "5min"
audioFiles:
- "/5min-warning.wav"
- "media/5min-warning.wav"

0 comments on commit ecc0f88

Please sign in to comment.