Skip to content

Commit

Permalink
Relative paths in schedule.toml (#307)
Browse files Browse the repository at this point in the history
* updated schedule

* corrected typo

* first version ws23

* set draft to false

* updated schedule

* changed absolute paths to relative ones
  • Loading branch information
gefei committed Jan 30, 2024
1 parent 988332b commit 79aa0f3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions data/schedule.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,56 +6,56 @@ class = "general"
[[slot]]
time = "10:05"
title = "B1 - Peek"
projectDetail = "/ws23/bachelor/b1-peek/"
projectDetail = "../ws23/bachelor/b1-peek/"
class = "bachelor"

[[slot]]
time = "10:12"
title = "B2 - Mobile Multitouch Multiplayer - Spike Shielders"
projectDetail = "/ws23/bachelor/b2-mobile-multitouch-multiplayer/"
projectDetail = "../ws23/bachelor/b2-mobile-multitouch-multiplayer/"
class = "bachelor"

[[slot]]
time = "10:19"
title = "B4 - Hypno Buddy"
projectDetail = "/ws23/bachelor/b4-hypnobuddy/"
projectDetail = "../ws23/bachelor/b4-hypnobuddy/"
class = "bachelor"

[[slot]]
time = "10:26"
title = "B5 - Smart Library - It's a Match!"
projectDetail = "/localhost:1313/ws23/bachelor/b5-smartlibrary/"
projectDetail = "../ws23/bachelor/b5-smartlibrary/"
class = "bachelor"

[[slot]]
time = "10:33"
title = "B6 - Avatavr"
projectDetail = "/ws23/bachelor/b6-avatavr/"
projectDetail = "../ws23/bachelor/b6-avatavr/"
class = "bachelor"

[[slot]]
time = "10:40"
title = "B7 - Vision.IO"
projectDetail = "/ws23/bachelor/b7-ar-interaction-city/"
projectDetail = "../ws23/bachelor/b7-ar-interaction-city/"
class = "bachelor"


[[slot]]
time = "10:47"
title = "M1 - Somethin' AR"
projectDetail = "/ws23/master/m1-somethinar/"
projectDetail = "../ws23/master/m1-somethinar/"
class = "master"

[[slot]]
time = "10:54"
title = "M3 - LEP"
projectDetail = "/ws23/master/m3-lep/"
projectDetail = "../ws23/master/m3-lep/"
class = "master"

[[slot]]
time = "11:01"
title = "M4 - Aquasolace - Gaming for Future"
projectDetail = "/ws23/master/m4-gamingforthefuture/"
projectDetail = "../ws23/master/m4-gamingforthefuture/"
class = "master"

[[slot]]
Expand Down

0 comments on commit 79aa0f3

Please sign in to comment.