From dffc3e64624c844d7cd5ea5f939875b65fec4122 Mon Sep 17 00:00:00 2001 From: David Bailey Date: Wed, 30 Sep 2015 23:11:45 -0700 Subject: [PATCH] adding a screenshot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93b733e..03b6870 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ risk.py: Playing around with plots. speeds.py: Uses pandas, numpy, gtfstk, shapely, matplotlib, geopandas, and bottle to calculate the average speed of any Amtrak train (or other GTFS route) between each of its stops. -![speeds.py example](https://github.com/davidbailey/py/raw/master/src/common/images/speeds.png "speeds.py example") +![speeds.py example](https://raw.githubusercontent.com/davidbailey/py/master/speeds.png "speeds.py example") splunk.py: Uses the Splunk API, geoip, ipwhois, pandas, numpy, and re to look up recent successful logins and track down the client computer.