From 3078dfe7af31f0b8e0b22fc2b360274061ea7521 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 10 May 2018 07:07:59 +0100 Subject: [PATCH] Change key to joindin --- source/_includes/talks-table-row.html.twig | 4 ++-- source/_talks/building-static-websites-sculpin.md | 2 +- source/_talks/deploying-php-fabric.md | 4 ++-- source/_talks/drupal-8-php-libraries-drupalorg-api.md | 2 +- source/_talks/drupal-8-rejoining-the-herd.md | 2 +- source/_talks/goodbye-drush-make-hello-composer.md | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/_includes/talks-table-row.html.twig b/source/_includes/talks-table-row.html.twig index 5a8a550d..0aba9541 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 83a9f04b..2d76eb8d 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 6ae2ae12..a1875bfd 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 136ead43..7fb59812 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 a501b9f3..663cd75f 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 39a208cb..6a0c4a4a 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.