Skip to content

Commit 74de225

Browse files
committed
fix alignment typo on web frameworks page
1 parent 888ebb4 commit 74de225

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/pages/04-web-development/01-web-frameworks.markdown

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,11 @@ frameworks, templating engines and
134134

135135
* Another great series that digs behind the web framework magic is
136136
"Web Application from Scratch". The four parts are:
137-
* [part 1: handling HTTP requests and responses](https://defn.io/2018/02/25/web-app-from-scratch-01/)
138-
* [part 2: abstracting Requests, Responses and Servers](https://defn.io/2018/03/04/web-app-from-scratch-02/)
139-
* [part 3: request handlers and middleware](https://defn.io/2018/03/20/web-app-from-scratch-03/)
140-
* [part 4: abstracting applications](https://defn.io/2018/05/12/web-app-from-scratch-04/)
137+
138+
* [Part 1: handling HTTP requests and responses](https://defn.io/2018/02/25/web-app-from-scratch-01/)
139+
* [Part 2: abstracting Requests, Responses and Servers](https://defn.io/2018/03/04/web-app-from-scratch-02/)
140+
* [Part 3: request handlers and middleware](https://defn.io/2018/03/20/web-app-from-scratch-03/)
141+
* [Part 4: abstracting applications](https://defn.io/2018/05/12/web-app-from-scratch-04/)
141142

142143
* [Frameworks](http://youtu.be/W6KCPXl6Zuc) is a really well done short video
143144
that explains how to choose between web frameworks. The author has some

0 commit comments

Comments
 (0)