forked from swcarpentry/shell-novice
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Converting all images to relative references to make HTTPS happy
- Loading branch information
Showing
6 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<p><img alt="The File System" src="{{ site.github.url }}/fig/filesystem.svg" /></p> | ||
<p><img alt="The File System" src="../fig/filesystem.svg" /></p> | ||
<hr/> | ||
<p><img alt="Home Directories" src="{{ site.github.url }}/fig/home-directories.svg" /></p> | ||
<p><img alt="Home Directories" src="../fig/home-directories.svg" /></p> | ||
<hr/> | ||
<p><img alt="File System for Challenge Questions" src="{{ site.github.url }}/fig/filesystem-challenge.svg" /></p> | ||
<p><img alt="File System for Challenge Questions" src="../fig/filesystem-challenge.svg" /></p> | ||
<hr/> | ||
<p><img alt="Nano in action" src="{{ site.github.url }}/fig/nano-screenshot.png" /></p> | ||
<p><img alt="Nano in Action" src="../fig/nano-screenshot.png" /></p> | ||
<hr/> | ||
<p><img alt="Redirects and Pipes" src="{{ site.github.url }}/fig/redirects-and-pipes.png" /></p> | ||
<p><img alt="Redirects and Pipes" src="../fig/redirects-and-pipes.png" /></p> | ||
<hr/> | ||
<p><img alt="For loop in action" src="{{ site.github.url }}/fig/shell_script_for_loop_flow_chart.svg" /></p> | ||
<p><img alt="For Loop in Action" src="../fig/shell_script_for_loop_flow_chart.svg" /></p> | ||
<hr/> | ||
<p><img alt="File Tree for Find Example" src="{{ site.github.url }}/fig/find-file-tree.svg" /></p> | ||
<p><img alt="File Tree for Find Example" src="../fig/find-file-tree.svg" /></p> |