Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

update documentation to pull from the jsDelivr CDN

Open
#3 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
45/100
Issue type
Documentation
Clarity
Mostly clear
Activity status
Stale
Tech stack
jquery, react, ruby
Domain
documentation

Research direction

Locate the documentation page containing the listed React, jQuery, Opal, and Hyperstack script tags, then review how its CDN URLs are maintained. Update the referenced scripts to use jsDelivr and verify that the documented page still loads all required dependencies.

Written by the indexing model from the issue text.

Description

<!-- React and JQuery -->
<script crossorigin src="https://unpkg.com/react@16.8.6/umd/react.production.min.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16.8.6/umd/react-dom.production.min.js"></script>
<script crossorigin src="https://unpkg.com/create-react-class@15.6.3/create-react-class.min.js"></script>
<script crossorigin src="https://unpkg.com/react-router@4.3.1/umd/react-router.min.js"></script>
<script crossorigin src="https://unpkg.com/react-router-dom@4.3.1/umd/react-router-dom.min.js"></script>
<script crossorigin src="https://unpkg.com/history@4.10.1/umd/history.min.js"></script>
<script crossorigin src="https://unpkg.com/react_ujs@2.6.0/react_ujs/dist/react_ujs.js"></script>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>

<!-- Opal -->
<script src="https://cdn.jsdelivr.net/gh/hyperstack-org/hyperstack-js@master/dist/opal.min.js"></script>

<!-- Hyperstack -->
<script src="https://cdn.jsdelivr.net/gh/hyperstack-org/hyperstack-js@0.1/dist/hyperstack.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/hyperstack-org/hyperstack-js@0.1/dist/hyper-router.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/hyperstack-org/hyperstack-js@0.1/dist/hyperstack-compiler.min.js"></script>
<script src="https://raw.githubusercontent.com/hyperstack-org/hyperstack/edge/ruby/hyper-component/lib/hyperstack/ext/component/element.rb" type='text/ruby'></script>
Dominant language
Ruby
Stars
1
Forks
2
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More Ruby issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.