From efd9a3edd069599509d9f8bf0de57510aa19df23 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 16 Jun 2015 16:13:20 -0700 Subject: [PATCH] Fix broken example links in README A couple links in the README were 404ing because they pointed to a folder that was renamed. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5cc63c..1d5a6da 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ We've provided various examples for you to try out [here](https://github.com/lob There are simple scripts to demonstrate how to create all the core Lob objects (checks, letters, postcards. etc.) As well as more complex examples that utilize other libraries and external files: -- [Verifying Addresses in a CSV](https://github.com/lob/lob-python/tree/master/examples/csv_address_verification) -- [Creating Dynamic Postcards with HTML and Data](https://github.com/lob/lob-python/tree/master/examples/csv_postcards) +- [Verifying Addresses in a CSV](https://github.com/lob/lob-python/blob/master/examples/verify_addresses_from_csv/verify_addresses_from_csv.py) +- [Creating Dynamic Postcards with HTML and Data](https://github.com/lob/lob-python/blob/master/examples/create_postcards_from_csv/create_postcards_from_csv.py) ## API Documentation