Skip to content

Commit 9bbee41

Browse files
committed
fixing homepage and nebula slug
1 parent e58dd12 commit 9bbee41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/pages/homepage/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"title": "Challenges",
3232
"description": "Watch Dan take on Coding Challenges in p5.js and Processing. The challenge topics include algorithmic art, machine learning, simulation, generative poetry, and more.",
3333
"featured": [
34-
"179-wolfram-alpha",
34+
"179-wolfram-ca",
3535
"89-langtons-ant",
3636
"98-quadtree",
3737
"70-nearest-neighbors-recommendation-engine",

content/videos/challenges/179-wolfram-ca/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"videoNumber": "179",
44
"description": "How is nature hidden in a pile of 0s and 1s? Let's find out by coding a p5.js visualization of the Wolfram Elementary Cellular Automaton!",
55
"videoId": "Ggxt06qSAe4",
6-
"nebulaSlug": "https://nebula.tv/videos/codingtrain-wolfram-elementary-ca",
6+
"nebulaSlug": "git codingtrain-wolfram-elementary-ca",
77
"date": "2023-01-09",
88
"languages": ["p5.js", "JavaScript"],
99
"topics": ["nature of code", "wolfram", "ca", "cellular automata", "binary to decimal conversion", "Sierpinski triangle"],

0 commit comments

Comments
 (0)