Skip to content

Fix path of images #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions _posts/2018-09-16-layout-survey.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Original Question:
The Results:

<div class="image-frame" markdown="1">
![external directory name](res/external_dirname.png)
![external directory name](/res/external_dirname.png)
</div>

From the looks of it, `deps/` and `extern/` are completely out, which echoes a
Expand Down Expand Up @@ -115,7 +115,7 @@ The Original Question:
The Results:

<div class="image-frame" markdown="1">
![Source directory name](res/src_dirname.png)
![Source directory name](/res/src_dirname.png)
</div>

This was honestly the least surprising result, with only ten "Never!" responses
Expand Down Expand Up @@ -152,7 +152,7 @@ The Original Question:
The Results:

<div class="image-frame" markdown="1">
![Submodules directorty results](res/submod_dirname.png)
![Submodules directorty results](/res/submod_dirname.png)
</div>

`libs/` is a clear winner amongst the given choices, but the written responses
Expand Down Expand Up @@ -261,7 +261,7 @@ Original Question:
The Response:

<div class="image-frame" markdown="1">
![Should exe/lib be separated](res/exe_lib_sep_yesno.png)
![Should exe/lib be separated](/res/exe_lib_sep_yesno.png)
</div>

Clearly, the majority of respondents favor some physical distinction between
Expand Down Expand Up @@ -359,7 +359,7 @@ alternatives were proposed:
The Results:

<div class="image-frame" markdown="1">
![Should exe/lib be separated](res/exe_lib_sep_how.png)
![Should exe/lib be separated](/res/exe_lib_sep_how.png)
</div>

People are not a fan of Option 3.
Expand Down