Skip to content

Commit 0404960

Browse files
update file paths
1 parent 1aa8946 commit 0404960

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,13 @@ The Arduino example does the following:
168168
4. Makes repeated POST requests and records the current value of the free heap and free stack sizes into the sheet. These are plotted in the chart.
169169

170170
Following is a representative image of the spreadsheet. (Yours may not look like this if the data has been cleared. To generate a chart similar to this, create your own spreadsheet as explained in the next section, and let the device record around 200 rows of data.)
171-
<p align="center"><img src="https://github.com/electronicsguy/ESP8266/blob/master/HTTPSRedirect/Extra/spreadsheet.jpg" width="600" height="300"></p>
171+
<p align="center"><img src="https://github.com/electronicsguy/HTTPSRedirect/blob/main/Extra/spreadsheet.jpg" width="600" height="300"></p>
172172

173173
The test calendar that I have in my Google Calendar account looks like this:
174-
<p align="center"><img src="https://github.com/electronicsguy/ESP8266/blob/master/HTTPSRedirect/Extra/Test-REST-API-calendar.JPG" width="600" height="300"></p>
174+
<p align="center"><img src="https://github.com/electronicsguy/HTTPSRedirect/blob/main/Extra/Test-REST-API-calendar.jpg" width="600" height="300"></p>
175175

176176
The data is fetched from my Spreadsheet and Google calendar. This is the Serial output:
177-
<p align="center"><img src="https://github.com/electronicsguy/ESP8266/blob/master/HTTPSRedirect/Extra/output.jpg" width="600" height="300"></p>
177+
<p align="center"><img src="https://github.com/electronicsguy/HTTPSRedirect/blob/main/Extra/output.jpg" width="600" height="300"></p>
178178

179179
---
180180

0 commit comments

Comments
 (0)