We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
master
main
1 parent d17fead commit 0346784Copy full SHA for 0346784
server/scripts/examples.js
@@ -264,7 +264,7 @@ function createProjectsInP5user(projectsInAllCategories) {
264
const fileID = objectID().toHexString();
265
newProject.files.push({
266
name: assetName,
267
- url: `https://cdn.jsdelivr.net/gh/processing/p5.js-website@master/src/data/examples/assets/${assetName}`,
+ url: `https://cdn.jsdelivr.net/gh/processing/p5.js-website@main/src/data/examples/assets/${assetName}`,
268
id: fileID,
269
_id: fileID,
270
children: [],
0 commit comments