Skip to content

Commit 96206f1

Browse files
committed
add link to The Nature of Code and fix typos
1 parent 71c4960 commit 96206f1

File tree

1 file changed

+14
-8
lines changed
  • content/videos/livestreams/creative_coding_ai_agent

1 file changed

+14
-8
lines changed

β€Žcontent/videos/livestreams/creative_coding_ai_agent/index.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Creative Coding AI Agent",
3-
"description": "In this live episode of the Coding Train, I start workin on a VSC extension for a creative coding AI agent.",
3+
"description": "In this live episode of the Coding Train, I start working on a VSC extension for a creative coding AI agent.",
44
"videoId": "https://www.youtube.com/watch?v=-_ivRdVjjzA",
55
"date": "2024-03-24",
66
"languages": ["Javascript"],
@@ -22,7 +22,7 @@
2222
"codeExamples": [
2323
{
2424
"title": "Bizarro-Devin Github Repository",
25-
"description": "My repository with the code for the p5-Gemini bot demo",
25+
"description": "My repository with the code for Bizarro-Devin",
2626
"urls": { "other": "https://github.com/CodingTrain/Bizarro-Devin" }
2727
}
2828
],
@@ -32,22 +32,28 @@
3232
"links": [
3333
{
3434
"icon": "πŸ”—",
35-
"title": "ShiffBot",
36-
"url": "https://shiffbot.withgoogle.com",
37-
"description": "Google website where you can learn about Shiffbot."
35+
"title": "The Nature of Code",
36+
"url": "https://nostarch.com/nature-code",
37+
"description": "Website where you can pre-order The Nature of Code."
3838
},
3939
{
4040
"icon": "πŸ”—",
41-
"title": "Hello World Minimal Sample",
42-
"url": "https://github.com/microsoft/vscode-extension-samples/tree/main/helloworld-minimal-sample",
43-
"description": "This is a minimal version of the VSC Hello World Sample."
41+
"title": "ShiffBot",
42+
"url": "https://shiffbot.withgoogle.com",
43+
"description": "Google website where you can learn about Shiffbot."
4444
},
4545
{
4646
"icon": "πŸ”—",
4747
"title": "Your First Extension",
4848
"url": "https://code.visualstudio.com/api/get-started/your-first-extension",
4949
"description": "Tutorial about the fundamental concepts for building VSC extensions."
5050
},
51+
{
52+
"icon": "πŸ”—",
53+
"title": "Hello World Minimal Sample",
54+
"url": "https://github.com/microsoft/vscode-extension-samples/tree/main/helloworld-minimal-sample",
55+
"description": "This is a minimal version of the VSC Hello World Sample."
56+
},
5157
{
5258
"icon": "πŸ”—",
5359
"title": "Stand up Maths",

0 commit comments

Comments
Β (0)