diff --git a/source/_pages/talks.html.twig b/source/_pages/talks.html.twig
index fd732fdc..72f7a4d7 100644
--- a/source/_pages/talks.html.twig
+++ b/source/_pages/talks.html.twig
@@ -16,12 +16,14 @@ talks:
- event: swdug
date: 2014-08-19
- - title: 'Automated testing with Drupal 8 and PHPUnit'
- description: A workshop that I gave to teach others about automated testing in Drupal 8.
+ - title: 'Automated testing and Test Driven Development in Drupal 8'
+ description: A workshop that I gave about automated testing and test driven development in Drupal 8.
type: Workshop
events:
- event: drupal_bristol
date: 2018-06-27
+ - event: drupalcamp_london_20
+ date: 2020-03-13
---
{% block content %}
{% set talks = page.talks|merge(data.talks) %}