From c36b46c2070c5cbf283de09e04888cf4d53e4461 Mon Sep 17 00:00:00 2001 From: Donghyeon Lee Date: Mon, 29 Jul 2024 16:44:15 +0900 Subject: [PATCH] Fix path of images --- _posts/2018-09-16-layout-survey.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_posts/2018-09-16-layout-survey.md b/_posts/2018-09-16-layout-survey.md index 1b4c5d2..574e999 100644 --- a/_posts/2018-09-16-layout-survey.md +++ b/_posts/2018-09-16-layout-survey.md @@ -68,7 +68,7 @@ Original Question: The Results:
-![external directory name](res/external_dirname.png) +![external directory name](/res/external_dirname.png)
From the looks of it, `deps/` and `extern/` are completely out, which echoes a @@ -115,7 +115,7 @@ The Original Question: The Results:
-![Source directory name](res/src_dirname.png) +![Source directory name](/res/src_dirname.png)
This was honestly the least surprising result, with only ten "Never!" responses @@ -152,7 +152,7 @@ The Original Question: The Results:
-![Submodules directorty results](res/submod_dirname.png) +![Submodules directorty results](/res/submod_dirname.png)
`libs/` is a clear winner amongst the given choices, but the written responses @@ -261,7 +261,7 @@ Original Question: The Response:
-![Should exe/lib be separated](res/exe_lib_sep_yesno.png) +![Should exe/lib be separated](/res/exe_lib_sep_yesno.png)
Clearly, the majority of respondents favor some physical distinction between @@ -359,7 +359,7 @@ alternatives were proposed: The Results:
-![Should exe/lib be separated](res/exe_lib_sep_how.png) +![Should exe/lib be separated](/res/exe_lib_sep_how.png)
People are not a fan of Option 3.