Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.

Commit 1ab45b2

Browse files
authored
Fixing Web Editor API (#2200)
1 parent 8879119 commit 1ab45b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_learning/nature-of-code/2.2-mass-acceleration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ links:
1212
url: https://en.wikipedia.org/wiki/Galileo%27s_Leaning_Tower_of_Pisa_experiment
1313
- title: "Newton's Laws of Motion (Wikipedia)"
1414
url: https://en.wikipedia.org/wiki/Newton%27s_laws_of_motion
15-
15+
1616
videos:
1717
- title: "Static Functions - The Nature of Code"
1818
author: "The Coding Train"

unit_testing/yaml.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ describe('Web Editors', () => {
291291
let webEditorData;
292292

293293
beforeAll(async () => {
294-
const resp = await fetch(`https://editor.p5js.org/api/projects/${web_editor}`);
294+
const resp = await fetch(`https://editor.p5js.org/editor/projects/${web_editor}`);
295295
webEditorData = await resp.json();
296296
});
297297

0 commit comments

Comments
 (0)