Skip to content

Commit 8201f1c

Browse files
authored
Merge pull request #174 from UCL/201920-design-links
Fix link and make section headings consistent
2 parents 25ac19c + fd6c14e commit 8201f1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ch05construction/09patterns.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
"We'll just show a few in this session:\n",
9494
"\n",
9595
"* [Factory Method](#Factory-Pattern)\n",
96-
"* [Builder](#Builder)\n",
97-
"* [Strategy](#Strategy)\n",
96+
"* [Builder](#Builder-Pattern)\n",
97+
"* [Strategy](#Strategy-Pattern)\n",
9898
"* [Model-View-Controller](#Model-View-Controller)"
9999
]
100100
},
@@ -401,7 +401,7 @@
401401
"cell_type": "markdown",
402402
"metadata": {},
403403
"source": [
404-
"## Builder"
404+
"## Builder Pattern"
405405
]
406406
},
407407
{

0 commit comments

Comments
 (0)