From 3eb08aee73683922cfef013854ed6b2bfe7659ac Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sun, 19 Nov 2023 16:06:34 -0500 Subject: use the right backstage URL --- emacsconf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) "") "") -- cgit v1.2.3