Skip to content

Commit

Permalink
Update featured_sources.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Apr 5, 2023
1 parent c51ce80 commit 2a8be39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/featured_sources.js
Original file line number Diff line number Diff line change
Expand Up @@ -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@v1/pluto_export.json",
integrity: "sha256-HjgcS33T86/pD8eXoNu8mzig0u9MQ/MJQ+YgZ+cLzkk=",
url: "https://cdn.jsdelivr.net/gh/JuliaPluto/featured@v2/pluto_export.json",
integrity: "sha256-fDkEwI4YcuoCcQPZQmafTwnHD0evKyq0dGLEL+XLjZA=",
},
],
}

0 comments on commit 2a8be39

Please sign in to comment.