diff options
author | EuAndreh <eu@euandre.org> | 2025-04-05 06:45:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-05 11:16:19 -0300 |
commit | 10a15d3eae483f6db54ee836c55fc5f020e8452a (patch) | |
tree | 2d1e726e88972c67cd475f2ab0db811352b77cf9 /src/content/blog/2020 | |
parent | src/headers.txt: Add links to all collections (diff) | |
download | euandre.org-10a15d3eae483f6db54ee836c55fc5f020e8452a.tar.gz euandre.org-10a15d3eae483f6db54ee836c55fc5f020e8452a.tar.xz |
Makefile: Add test for internal broken links
Diffstat (limited to 'src/content/blog/2020')
-rw-r--r-- | src/content/blog/2020/08/31/database-i-wish-i-had.adoc (renamed from src/content/blog/2020/08/31/database-i-with-i-had.adoc) | 0 | ||||
-rw-r--r-- | src/content/blog/2020/10/19/feature-flags.adoc | 2 | ||||
-rw-r--r-- | src/content/blog/2020/11/14/local-first-review.adoc | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/src/content/blog/2020/08/31/database-i-with-i-had.adoc b/src/content/blog/2020/08/31/database-i-wish-i-had.adoc index 443a54e..443a54e 100644 --- a/src/content/blog/2020/08/31/database-i-with-i-had.adoc +++ b/src/content/blog/2020/08/31/database-i-wish-i-had.adoc diff --git a/src/content/blog/2020/10/19/feature-flags.adoc b/src/content/blog/2020/10/19/feature-flags.adoc index c9adc8a..e0ce078 100644 --- a/src/content/blog/2020/10/19/feature-flags.adoc +++ b/src/content/blog/2020/10/19/feature-flags.adoc @@ -1,7 +1,7 @@ = Feature flags: differences between backend, frontend and mobile :empty: -:slides: link:../../../../slides/2020/10/19/feature-flags.html +:slides: link:../../../../slides/2020/10/19/feature-flags.html FIXME :fowler-article: https://martinfowler.com/articles/feature-toggles.html _This article is derived from a {slides}[presentation] on the same subject._ diff --git a/src/content/blog/2020/11/14/local-first-review.adoc b/src/content/blog/2020/11/14/local-first-review.adoc index 420c886..1c086d3 100644 --- a/src/content/blog/2020/11/14/local-first-review.adoc +++ b/src/content/blog/2020/11/14/local-first-review.adoc @@ -1,7 +1,7 @@ = Local-First Software: article review :empty: -:presentation: link:../../../../slides/2020/11/14/local-first.html +:presentation: link:../../../../slides/2020/11/14/local-first.html FIXME :reviewed-article: https://martin.kleppmann.com/papers/local-first.pdf _This article is derived from a {presentation}[presentation] given at a Papers |