Started using workflows, and I noticed that the links for each job in the workflow tries to take the me to a Github url link when I’m on bitbucket.
e.g. https://circleci.com/gh/{user}/{repo}/{build_number}
instead of
https://circleci.com/bb/{user}/{repo}/{build_number}
On this page