aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2021-01-25-goaccess.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2021-01-25-goaccess.md')
-rw-r--r--content/posts/2021-01-25-goaccess.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/2021-01-25-goaccess.md b/content/posts/2021-01-25-goaccess.md
index 0eb2461..06c3999 100644
--- a/content/posts/2021-01-25-goaccess.md
+++ b/content/posts/2021-01-25-goaccess.md
@@ -41,10 +41,10 @@ all the functionalities I need, and it's a single binary. Written in Go.
41 41
42GoAccess can be used in two different modes. 42GoAccess can be used in two different modes.
43 43
44![GoAccess Terminal](/assets/goaccess/goaccess-dash-term.png) 44![GoAccess Terminal](/posts/goaccess/goaccess-dash-term.png)
45<center><i>Running in a terminal</i></center> 45<center><i>Running in a terminal</i></center>
46 46
47![GoAccess HTML](/assets/goaccess/goaccess-dash-html.png) 47![GoAccess HTML](/posts/goaccess/goaccess-dash-html.png)
48<center><i>Running in a browser</i></center> 48<center><i>Running in a browser</i></center>
49 49
50I, however, need this to run in a browser. So, the second option is the way to 50I, however, need this to run in a browser. So, the second option is the way to