Skip to content

Commit 48cac55

Browse files
committed
Renamed a few files and moved image
1 parent 39043f2 commit 48cac55

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

labs/Shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ In our callback we'll examine each character in the buffer to see if it's a newl
252252

253253
We'll create an array to store the byte offset of each newline for the last N+1 lines. The +1 is so we can keep around an extra trailing line to start reading from.
254254

255-
![Algorithm Explained](https://raw.github.com/nodekc/workshop/master/labs/last4lines.png "An illustration of the algorithm in use.")
255+
![Algorithm Explained](https://raw.github.com/nodekc/workshop/master/labs/images/last4lines.png "An illustration of the algorithm in use.")
256256

257257
```js
258258
var numLines = (args[1] || 10) + 1;

0 commit comments

Comments
 (0)