Skip to content

Commit 2523491

Browse files
authored
update description of link
1 parent 4b9ccb9 commit 2523491

File tree

1 file changed

+6
-6
lines changed
  • content/videos/challenges/184-elastic-collisions

1 file changed

+6
-6
lines changed

β€Žcontent/videos/challenges/184-elastic-collisions/index.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
"title": "References",
5151
"links": [
5252
{
53-
"icon": "πŸ”—",
53+
"icon": "πŸ“•",
5454
"title": "The Nature of Code",
5555
"url": "https://natureofcode.com/",
5656
"description": "The Nature of Code book (2024 p5.js edition)"
5757
},
5858
{
59-
"icon": "πŸ”—",
59+
"icon": "πŸ›’",
6060
"title": "Pre-order The Nature of Code",
6161
"url": "https://nostarch.com/nature-code",
6262
"description": "The Nature of Code book (2024 p5.js edition) is now available for pre-order!"
@@ -68,16 +68,16 @@
6868
"description": "Uncyclopedia article discussing elastic collisions."
6969
},
7070
{
71-
"icon": "πŸ”—",
71+
"icon": "πŸ“ƒ",
7272
"title": "2-Dimensional Elastic Collisions without Trigonometry",
7373
"url": "https://www.vobarian.com/collisions/2dcollisions2.pdf",
7474
"description": "Introduction to solving collisions without complicated trigonometry."
7575
},
7676
{
77-
"icon": "πŸ”—",
78-
"title": "Elastic Collisions",
77+
"icon": "πŸ“ƒ",
78+
"title": "Elastic Collisions Formula Derivation",
7979
"url": "https://dipamsen.github.io/notebook/collisions.pdf",
80-
"description": "Dipam Sen's paper on elastic collisions"
80+
"description": "Explanation and derivation for formula of elastic collisions, by Dipam Sen."
8181
}
8282
]
8383
}

0 commit comments

Comments
Β (0)