From 9669682e8ea7a58529514f9a0a09d963acefd583 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Fri, 9 Aug 2019 01:55:08 -0400 Subject: [PATCH] Fix broken link --- src/weapons/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/weapons/README.md b/src/weapons/README.md index 6b13b6c..f7f5ea0 100644 --- a/src/weapons/README.md +++ b/src/weapons/README.md @@ -2,6 +2,6 @@ ## Steps to scrape the weapons 1. Install the requirements from [the previous readme](../README.md) -2. Generate .csv files from copy pasting the tables from [here](https://2e.aonprd.com/Weapons.aspx) and save them in [the weapons directory](/weapons) +2. Generate .csv files from copy pasting the tables from [here](https://2e.aonprd.com/Weapons.aspx) and save them in this directory 3. Set the number_of_weapons variable to the number of weapons in the database it is currently 83 4. Run the [python file](scrape.py) or [Jupyter Notebook](scrape.ipynb) \ No newline at end of file