aboutsummaryrefslogtreecommitdiff
path: root/_slides
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-10-23 06:40:12 -0300
committerEuAndreh <eu@euandre.org>2020-10-23 06:40:12 -0300
commitda68ac2ae2457196360df43fcc4943db672a193b (patch)
tree22e396d8320218ef12b1b12588fa1ab37b449de6 /_slides
parentassert-content.sh: Include page title when checking for unique refs (diff)
downloadeuandre.org-da68ac2ae2457196360df43fcc4943db672a193b.tar.gz
euandre.org-da68ac2ae2457196360df43fcc4943db672a193b.tar.xz
assert-content.sh: Enforce filename to be title slug + date
Diffstat (limited to '_slides')
-rw-r--r--_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides2
1 files changed, 1 insertions, 1 deletions
diff --git a/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides b/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides
index 6c76fb5..5fcfd43 100644
--- a/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides
+++ b/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides
@@ -317,7 +317,7 @@ You should ask yourself:
References:
1. these slides: [euandre.org/slides.html]({% link slides.md %})
-2. [prose version of this presentation]({% link _articles/2020-10-19-feature-flags-differences-between-backend-frontent-and-mobile.md %})
+2. [prose version of this presentation]({% link _articles/2020-10-19-feature-flags-differences-between-backend-frontend-and-mobile.md %})
3. "[Feature Toggles (aka Feature Flags)](https://martinfowler.com/articles/feature-toggles.html)",
by Pete Hodgson
4. "[Continuous integration vs. continuous delivery vs. continuous deployment](https://www.atlassian.com/continuous-delivery/principles/continuous-integration-vs-delivery-vs-deployment)",