diff --git a/How-it-works.md b/How-it-works.md index 6bbe73b..a62f41b 100644 --- a/How-it-works.md +++ b/How-it-works.md @@ -1,6 +1,6 @@ ## Logic The program attempts to ping the requested device 5 times, and if it responds, report it up. Otherwise, report it down. -It saves this information to the console as well as an outputed file, `pingResults.csv`. +It saves this information to the console as well as an outputed file, [`pingResults.csv`](https://git.parsell.me/Justi/JavaPingReport/wiki/pingResults-File-Format). ## Program flow The program does the following