Skip to content

Commit

Permalink
docs: Change CSS CDN link to use jsdelivr (#5680)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaaneh committed Feb 26, 2021
1 parent d800041 commit b123f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/CssCodeBlock.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function CssCodeBlock() {
codeText={`
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/${bootstrapVersion}/css/bootstrap.min.css"
href="https://cdn.jsdelivr.net/npm/bootstrap@${bootstrapVersion}/dist/css/bootstrap.min.css"
integrity="${cssHash}"
crossorigin="anonymous"
/>
Expand Down

0 comments on commit b123f57

Please sign in to comment.