From dca384c8f16683cf91ea91166d8ce604a3afa3bb Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Thu, 15 Aug 2024 21:35:23 +0200 Subject: [PATCH] got the relative link of the screenshot wrong --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da42ff9..395b9ad 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ After learning the basics of looking up IP addresses, domain names and URLs to find f.e. DMARC/SPF values, hostnames, IP addresses and such, I want to incorporate this in an easy-to-use GUI with tkinter. -![screenshot of a tkinter host lookup application](/repository/assets/screenshot.png?raw=true "tkinter application screenshot") +![screenshot of a tkinter host lookup application](/repository/screenshot.png) ## TODO - *TD* - Strip leading and trailing characters like parentheses, brackets, etc. and extract host information