Skip to content

Commit

Permalink
Merge pull request #2127 from abitrolly/patch-1
Browse files Browse the repository at this point in the history
Fix CDN for Ace
  • Loading branch information
staticdev authored Jan 15, 2025
2 parents 724d5e0 + 811d061 commit 4bc4aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick_start/0.-try.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Use our live isort editor to see how isort can help improve the formatting of yo
window.languagePluginUrl = 'https://cdn.jsdelivr.net/pyodide/v0.15.0/full/';
</script>
<script src="https://cdn.jsdelivr.net/pyodide/v0.15.0/full/pyodide.js" integrity="sha256-W+0Mr+EvJb1qJx9UZ9wuvd/uWrXCzeaEu6OzEEHMCik=" crossorigin="anonymous"></script>
<script src="https://pagecdn.io/lib/ace/1.4.5/ace.js" integrity="sha256-5Xkhn3k/1rbXB+Q/DX/2RuAtaB4dRRyQvMs83prFjpM=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/ace-builds@1.4.5/src-min-noconflict/ace.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://pycqa.github.io/isort/docs/quick_start/interactive.css">
</head>

Expand Down

0 comments on commit 4bc4aad

Please sign in to comment.