Commit 27015c43 authored by Greg Wilson's avatar Greg Wilson
Browse files

Converting images to relative references

parent cda81d23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ in a template repo.
The master copy of each lesson would be a fork of that repo,
and each author's working copy would be a fork of that master:

![Forking Repositories]({{ site.github.url }}/fig/forking.svg)
![Forking Repositories](../fig/forking.svg)

However, GitHub only allows a user to have one fork of any particular repo.
This creates a problem for us because an author may be involved in writing several lessons,
@@ -44,7 +44,7 @@ After the lesson has been created,
we manually add the [template repository]({{ site.template_repo }}) as a remote called `template`
to update the lesson when the template changes.

![Repository Links]({{ site.github.url }}/fig/repository-links.svg)
![Repository Links](../fig/repository-links.svg)

## GitHub Pages

+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ Instead, each lesson's repository is self-contained.
The diagram below shows how source files and directories are laid out,
and how they are mapped to destination files and directories:

![Source and Destination Files]({{ site.github.url }}/fig/file-mapping.svg)
![Source and Destination Files](../fig/file-mapping.svg)

> ## Collections
>
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ each of which has:
The diagram below shows the internal structure of a single episode file
(click on the image to see a larger version):

<a href="{{ site.github.url }}/fig/episode-format.png"><img src="{{ site.github.url }}/fig/episode-format-small.png" alt="Formatting Rules" /></a>
<a href="../fig/episode-format.png"><img src="../fig/episode-format-small.png" alt="Formatting Rules" /></a>

## Locations and Names

+6 −6
Original line number Diff line number Diff line
<p><img alt="" src="{{ site.github.url }}/fig/using-github-import.png" /></p>
<p><img alt="" src="../fig/using-github-import.png" /></p>
<hr/>
<p><img alt="Forking Repositories" src="{{ site.github.url }}/fig/forking.svg" /></p>
<p><img alt="Forking Repositories" src="../fig/forking.svg" /></p>
<hr/>
<p><img alt="Repository Links" src="{{ site.github.url }}/fig/repository-links.svg" /></p>
<p><img alt="Repository Links" src="../fig/repository-links.svg" /></p>
<hr/>
<p><img alt="Source and Destination Files" src="{{ site.github.url }}/fig/file-mapping.svg" /></p>
<p><img alt="Source and Destination Files" src="../fig/file-mapping.svg" /></p>
<hr/>
<p><img alt="Formatting Rules" src="{{ site.github.url }}/fig/episode-format-small.png" /></p>
<p><img alt="Formatting Rules" src="../fig/episode-format-small.png" /></p>
<hr/>
<p><img alt="" src="{{ site.github.url }}/fig/episode-format.png" /></p>
<p><img alt="" src="../fig/episode-format.png" /></p>
<hr/>
<p><img alt="plot of chunk plot-example" src="../fig/rmd-plot-example-1.png" /></p>
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ lesson is `data-cleanup`.

7.  At this point, you should have a page like this:

    ![]({{ site.github.url }}/fig/using-github-import.png)
    ![](../fig/using-github-import.png)

    You can now click "Begin Import".
    When the process is done,