Update 'README.md'

fixed file links.  fingers crossed.
This commit is contained in:
shelldweller 2021-11-04 21:18:02 +00:00
parent 9e1a851e1f
commit fe33f90d6f
1 changed files with 4 additions and 5 deletions

View File

@ -12,16 +12,15 @@ Most of these files are exploratory scripts that helped to develop the final scr
The main three files that can be considered the final project are:
- Detecting_Bitcoin_Ransomware.pdf (Final report)
[https://git.disroot.org/shelldweller](https://git.disroot.org/shelldweller)
- Detecting_Bitcoin_Ransomware.pdf (Final report)
https://git.disroot.org/shelldweller/ransomware/raw/branch/master/Detecting_Bitcoin_Ransomware.pdf
- Detecting_Bitcoin_Ransomware.Rmd (R markdown that generates the report)
[https://git.disroot.org/shelldweller](https://git.disroot.org/shelldweller)
https://git.disroot.org/shelldweller/ransomware/raw/branch/master/Detecting_Bitcoin_Ransomware.Rmd
- Detecting_Bitcoin_Ransomware.R (R script that contains the essential code for the modeling process)
[https://git.disroot.org/shelldweller](https://git.disroot.org/shelldweller)
https://git.disroot.org/shelldweller/ransomware/raw/branch/master/Detecting_Bitcoin_Ransomware.R
*fix links later*
Everything else can be safely ignored, and is just here so that I can trace my own steps if needed.