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

Fixing Web Editor API #2200

Merged
merged 1 commit into from
Apr 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _learning/nature-of-code/2.2-mass-acceleration.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ links:
url: https://en.wikipedia.org/wiki/Galileo%27s_Leaning_Tower_of_Pisa_experiment
- title: "Newton's Laws of Motion (Wikipedia)"
url: https://en.wikipedia.org/wiki/Newton%27s_laws_of_motion

videos:
- title: "Static Functions - The Nature of Code"
author: "The Coding Train"
Expand Down
2 changes: 1 addition & 1 deletion unit_testing/yaml.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ describe('Web Editors', () => {
let webEditorData;

beforeAll(async () => {
const resp = await fetch(`https://editor.p5js.org/api/projects/${web_editor}`);
const resp = await fetch(`https://editor.p5js.org/editor/projects/${web_editor}`);
webEditorData = await resp.json();
});

Expand Down