Skip to content

docs: point Quick Start zencdn links at hosted 8.23.6 - #9215

Merged
Essk merged 2 commits into
videojs:mainfrom
Hashim1999164:docs/fix-zencdn-readme-version
Aug 3, 2026
Merged

docs: point Quick Start zencdn links at hosted 8.23.6#9215
Essk merged 2 commits into
videojs:mainfrom
Hashim1999164:docs/fix-zencdn-readme-version

Conversation

@Hashim1999164

@Hashim1999164 Hashim1999164 commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Description

The README Quick Start still points vjs.zencdn.net at 8.23.9. That path currently returns 403, so the first CDN example does not load CSS/JS.

Verified today:

  • 8.23.6 is available on vjs.zencdn.net (200)
  • 8.23.7 through 8.23.9 return 403

This updates only the Fastly/zencdn Quick Start tags to 8.23.6. The unpkg and cdnjs examples stay on 8.23.9, which those hosts do serve.

Specific Changes proposed

  • README Quick Start: vjs.zencdn.net/8.23.9 -> vjs.zencdn.net/8.23.6 for CSS and JS

Requirements Checklist

  • Feature implemented / Bug fixed
  • If necessary, more likely in a feature request than a bug fix
    • Change has been verified in an actual browser (Chrome, Firefox, IE)
    • Unit Tests updated or fixed
    • Docs/guides updated
    • Example created (starter template on JSBin)
    • Has no DOM changes which impact accessiblilty or trigger warnings (e.g. Chrome issues tab)
    • Has no changes to JSDoc which cause npm run docs:api to error
  • Reviewed by Two Core Contributors

Fixes #9051

Hashim1999164 and others added 2 commits July 23, 2026 04:48
vjs.zencdn.net returns 403 for 8.23.7–8.23.9; 8.23.6 is the latest
version currently served. Keep unpkg/cdnjs examples on 8.23.9.

Fixes videojs#9051
@codecov

codecov Bot commented Aug 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.35%. Comparing base (bf013ba) to head (7b51d06).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9215   +/-   ##
=======================================
  Coverage   84.35%   84.35%           
=======================================
  Files         120      120           
  Lines        8177     8177           
  Branches     1975     1975           
=======================================
  Hits         6898     6898           
  Misses       1279     1279           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Essk
Essk merged commit 16fdbab into videojs:main Aug 3, 2026
11 checks passed
@welcome

welcome Bot commented Aug 3, 2026

Copy link
Copy Markdown

Congrats on merging your first pull request! 🎉🎉🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

zencdn in "getting started" directions is not hosting 8.22.0 per docs

2 participants