Skip to content

Commit 312b90e

Browse files
authored
Merge pull request #90 from evchambers/patch-2
Correcting figure filepaths from .PNG to .png
2 parents 345eee9 + 1f4b4ac commit 312b90e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_episodes/03-data-cleaning-and-transformation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,14 +241,14 @@ in the sample dataset provided to you, the `sub_collection` (formerly `BCODE1`)
241241
and `format` (formerly `BCODE2`) variables contain single characters.
242242
243243
<figure>
244-
<img src="../fig/BCODE1.PNG" title="Sub-Collection (formerly BCODE1) export from Sierra" alt="Sub-Collection (formerly BCODE1) export from Sierra" style="display: block; margin: auto;" />
244+
<img src="../fig/BCODE1.png" title="Sub-Collection (formerly BCODE1) export from Sierra" alt="Sub-Collection (formerly BCODE1) export from Sierra" style="display: block; margin: auto;" />
245245
<figcaption>
246246
Sub-Collection (formerly BCODE1) export from Sierra
247247
</figcaption>
248248
</figure>
249249
250250
<figure>
251-
<img src="../fig/BCODE2.PNG" title="Format (formerly BCODE2) export from Sierra" alt="Format (formerly BCODE2) export from Sierra" style="display: block; margin: auto;" />
251+
<img src="../fig/BCODE2.png" title="Format (formerly BCODE2) export from Sierra" alt="Format (formerly BCODE2) export from Sierra" style="display: block; margin: auto;" />
252252
<figcaption>
253253
Format (formerly BCODE2) export from Sierra
254254
</figcaption>

0 commit comments

Comments
 (0)