Fix link: "being run for non-root users"

Vinay Patel
2016-07-28 12:24:12 +05:30
parent 697f832939
commit b170f7f64e
+1 -1
@@ -13,7 +13,7 @@ This command says to listen for all network activity happening on port 8000 and
If you are familiar with `tcpdump`, we are going to implement similar functionality.
> You may notice that it uses `sudo` and asks for the password: to analyze network, Gor needs permissions which are available only to super users.
> However, it is possible to configure Gor [being run for non-root users](Running as a non-root user).
> However, it is possible to configure Gor [being run for non-root users](Running-as-non-root-user).
Make a few requests by opening `http://localhost:8000` in your browser, or just by calling curl in terminal `curl http://localhost:8000`. You should see that `gor` outputs all the HTTP requests and responses right to the terminal window where it is running.