diff --git a/source/_includes/talks-table-row.html.twig b/source/_includes/talks-table-row.html.twig
index 5a8a550d8..0aba9541c 100644
--- a/source/_includes/talks-table-row.html.twig
+++ b/source/_includes/talks-table-row.html.twig
@@ -47,8 +47,8 @@
{% if not upcoming %}
- {% if row.event.feedback and row.event.date <= today %}
-
joind.in
diff --git a/source/_talks/building-static-websites-sculpin.md b/source/_talks/building-static-websites-sculpin.md
index 83a9f04bd..2d76eb8d9 100644
--- a/source/_talks/building-static-websites-sculpin.md
+++ b/source/_talks/building-static-websites-sculpin.md
@@ -13,7 +13,7 @@ youtube:
events:
- event: phpsw
date: '2015-10-14'
- feedback: https://joind.in/talk/view/15486
+ joindin: https://joind.in/talk/view/15486
---
[Sculpin][0] is a static site generator written in PHP. It converts Markdown files, Twig templates and standard HTML into a static HTML site that can be easily deployed.
diff --git a/source/_talks/deploying-php-fabric.md b/source/_talks/deploying-php-fabric.md
index 6ae2ae12f..a1875bfd9 100644
--- a/source/_talks/deploying-php-fabric.md
+++ b/source/_talks/deploying-php-fabric.md
@@ -22,11 +22,11 @@ events:
type: 'Lightning talk'
- event: phpsw
date: '2017-09-13'
- feedback: https://joind.in/talk/a5ff3
+ joindin: https://joind.in/talk/a5ff3
- event: phpnw17
date: '2017-10-01'
time: '09:00 - 09:45'
- feedback: https://joind.in/talk/4e35d
+ joindin: https://joind.in/talk/4e35d
---
You’ve built your application, and now you just need to deploy it. There are various ways that this could be done – from (S)FTP, to SCP and rsync, to running commands like “git pull” and “composer install” directly on the server (not recommended).
diff --git a/source/_talks/drupal-8-php-libraries-drupalorg-api.md b/source/_talks/drupal-8-php-libraries-drupalorg-api.md
index 136ead431..7fb59812f 100644
--- a/source/_talks/drupal-8-php-libraries-drupalorg-api.md
+++ b/source/_talks/drupal-8-php-libraries-drupalorg-api.md
@@ -13,7 +13,7 @@ youtube:
events:
- event: drupal-bristol
date: '2018-04-18'
- feedback: https://joind.in/talk/14851
+ joindin: https://joind.in/talk/14851
---
A demo of some of the open source projects that I’ve been working on lately that are based on information from the Drupal.org API, including a PHP library for the API itself as well as some Drupal 8 modules that use it.
diff --git a/source/_talks/drupal-8-rejoining-the-herd.md b/source/_talks/drupal-8-rejoining-the-herd.md
index a501b9f3a..663cd75fd 100644
--- a/source/_talks/drupal-8-rejoining-the-herd.md
+++ b/source/_talks/drupal-8-rejoining-the-herd.md
@@ -8,7 +8,7 @@ speakerdeck:
events:
- event: phpsc16
date: '2016-06-11'
- feedback: https://joind.in/talk/41d0f
+ joindin: https://joind.in/talk/41d0f
---
[Drupal 8][0] was (finally) released on November 19th 2015, after almost 4 years of work and code commits by over 3,200 different contributors. Whilst it’s pretty much the same as the Drupal that we know and, hopefully, love, a lot has changed behind the scenes and under the hood!
diff --git a/source/_talks/goodbye-drush-make-hello-composer.md b/source/_talks/goodbye-drush-make-hello-composer.md
index 39a208cba..6a0c4a4af 100644
--- a/source/_talks/goodbye-drush-make-hello-composer.md
+++ b/source/_talks/goodbye-drush-make-hello-composer.md
@@ -13,7 +13,7 @@ events:
- event: phpuk18
date: '2018-02-16'
time: '14:40 - 15:40'
- feedback: https://joind.in/talk/650ab
+ joindin: https://joind.in/talk/650ab
---
One of the main outcomes of Drupal 8 was “getting off the island” with third-party code included in core and adopting modern best practices from the wider PHP ecosystem - including [Composer][1], PHP’s dependency manager.
|