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.
1 parent b8ba4eb commit 1e2eafaCopy full SHA for 1e2eafa
server/scripts/examples-ml5.js
@@ -112,7 +112,7 @@ async function fetchFileContent(item) {
112
async function getCategories() {
113
try {
114
const options = Object.assign({}, githubRequestOptions);
115
- options.url = `${options.url}/p5js${branchRef}`;
+ options.url = `${options.url}/examples/p5js${branchRef}`;
116
const { data } = await axios.request(options);
117
118
return data;
0 commit comments