You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when trying to click on the DjangoCon conference link, it doesn't have the correct url. This is because we're not including the https to the url, so jekyll assumes that its an internal link.
The solution is just adding the https:// to the url.