oliverdavies.uk/website
Oliver Davies 6d551e354d docs(daily-email): add a link to GitHub
diff --git a/website/source/_daily_emails/2022-09-28.md b/website/source/_daily_emails/2022-09-28.md
index e9f6378..44a5770 100644
--- a/website/source/_daily_emails/2022-09-28.md
+++ b/website/source/_daily_emails/2022-09-28.md
@@ -13,6 +13,8 @@ We worked on the FizzBuzz kata in PHP, using Pest for our automated tests.

 We followed the Driver and Navigator model, with one person responsible for the typing and interpreting the instructions from the Navigators, and switched roles every ten minutes.

+You can [see the code that we wrote](1da5dd5a79/php/tests/FizzBuzzTest.php) on my code katas GitHub repository.
+
 It was a fun experience and nice to code with some people who I hadn't coded with before.

 We did some code kata sessions during our online meetups which also seemed to go well, so coding nights on katas or personal or open-source projects might be something that we do more of in the future.
2022-09-29 22:26:06 +01:00
..
app chore: replace RSS feed link with Daily List 2022-08-31 18:03:01 +01:00
assets fix(assets): indentation in code blocks 2022-08-13 21:57:04 +01:00
source docs(daily-email): add a link to GitHub 2022-09-29 22:26:06 +01:00
src refactor: move into a website directory 2022-07-13 20:32:26 +01:00
tests refactor: move into a website directory 2022-07-13 20:32:26 +01:00
tools/docker/images fix(assets): update source path 2022-08-13 21:56:44 +01:00
.dockerignore refactor: move into a website directory 2022-07-13 20:32:26 +01:00
.editorconfig refactor: move into a website directory 2022-07-13 20:32:26 +01:00
.env.example refactor: move into a website directory 2022-07-13 20:32:26 +01:00
.gitignore refactor: move into a website directory 2022-07-13 20:32:26 +01:00
composer.json refactor: move into a website directory 2022-07-13 20:32:26 +01:00
composer.lock refactor: move into a website directory 2022-07-13 20:32:26 +01:00
docker-compose.override.yaml.example refactor: group asset-related files 2022-07-22 21:42:19 +01:00
docker-compose.yaml refactor: move into a website directory 2022-07-13 20:32:26 +01:00
Dockerfile fix(assets): copy assets in production 2022-08-13 13:13:53 +01:00
drafts refactor: move into a website directory 2022-07-13 20:32:26 +01:00
phpstan.neon refactor: move into a website directory 2022-07-13 20:32:26 +01:00
phpunit.xml.dist refactor: move into a website directory 2022-07-13 20:32:26 +01:00
run fix(assets): update build paths 2022-08-13 12:32:33 +01:00