diff options
| -rw-r--r-- | emacsconf.el | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsconf.el b/emacsconf.el index 1b33c31..c9df7f9 100644 --- a/emacsconf.el +++ b/emacsconf.el @@ -808,7 +808,7 @@ The subheading should match `emacsconf-abstract-heading-regexp'."  													 "")))  			(plist-put o :track-id (plist-get track :id)))  		(plist-put o :channel (if (eq emacsconf-publishing-phase 'conference) (plist-get track :channel) "emacsconf")) -    (plist-put o :bbb-backstage (concat emacsconf-media-base-url emacsconf-year "/backstage/current/room/" (plist-get o :slug))) +    (plist-put o :bbb-backstage (concat emacsconf-media-base-url emacsconf-year "/backstage/assets/redirects/open/bbb-" (plist-get o :slug) ".html"))  		(plist-put o :pad-url (format "https://pad.emacsconf.org/%s-%s" emacsconf-year (plist-get o :slug)))  		(cond       ((string= (or (plist-get o :q-and-a) "") "")  | 
