Repos / hi.imnhan.com / 8cede3cf94
commit 8cede3cf94e3082c8c2808967308320bccd84095
Author: nhanb <thanhnhan483@gmail.com>
Date:   Fri Mar 21 22:44:20 2014 +0700

    hdviet: grammar and link fix

diff --git a/content/bypass-rmit-domain-blocker-to-watch-hdviet.md b/content/bypass-rmit-domain-blocker-to-watch-hdviet.md
index 9d8f29f..ce2c74e 100644
--- a/content/bypass-rmit-domain-blocker-to-watch-hdviet.md
+++ b/content/bypass-rmit-domain-blocker-to-watch-hdviet.md
@@ -45,7 +45,7 @@ ## Going for the IP
 
 One thing worth noting about hdviet: The video is not served as 1 single file, it is instead
 chopped into multiple parts, which are loaded in order. Therefore, our first job is to
-automatically replace `v-01.vn-hd.com` with the IP in all of the request.
+automatically replace `v-01.vn-hd.com` with the IP in all of the requests.
 
 ## Twisted proxy
 
@@ -62,7 +62,7 @@ ## Twisted proxy
     :::bash
     sudo pip install twisted
 
-Since the default implementation doesn't support HTTPS, we'll use a [powered-up one][4] I found on
+Since the default implementation doesn't support HTTPS, we'll use a [powered-up one][3] I found on
 GitHub, written by Peter Ruibal. Let's clone this thing:
 
     :::bash