Test bundle js is not working in CodePen today - 404 error

CodePen accepts when I add the link:https://gitcdn.link/repo/freeCodeCamp/testable-projects-fcc/master/build/bundle.js in the JS settings.

However, it won’t show on my pen. And when I clicked on the eye at the JS settings page, it sent me to a blank page with a 404 error.

CodePen Inspector shows:
Uncaught SyntaxError: Unexpected token :gitcdn.link/cdn/freeCodeCamp/testable-projects-fcc/759d74b4ca257cb85a6887bfe2845d6768a33af2/build/bundle.js:1

You are using wrong (old) url.
Correct one is:
https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js

Thank you That works. Can we please change it in the learn. site to reflect the new url?