diff --git a/frontend/featured_sources.js b/frontend/featured_sources.js index 4af889fd10..15976c33d4 100644 --- a/frontend/featured_sources.js +++ b/frontend/featured_sources.js @@ -2,8 +2,8 @@ export default { // check out https://github.com/JuliaPluto/pluto-developer-instructions/blob/main/How%20to%20update%20the%20featured%20notebooks.md to learn more sources: [ { - url: "https://cdn.jsdelivr.net/gh/JuliaPluto/featured@b31a1701ebe14b3cc9cc8a06849153161e6f6972/pluto_export.json", - integrity: "sha256-JHf0MqoVjk8ISe2GJ9qBC3gj/3I86SiZbgp07eJYZD4=", + url: "https://cdn.jsdelivr.net/gh/JuliaPluto/featured@6828b12/pluto_export.json", + integrity: "sha256-RKFITj6QfwcuqpQE3nhVyhNO5REaCuo84HQulf32l7A=", }, ], }