Fix broken link

merge-requests/23/head
Brian Haley 2019-08-09 01:55:08 -04:00
parent 7a2401f1c6
commit 9669682e8e
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
## Steps to scrape the weapons ## Steps to scrape the weapons
1. Install the requirements from [the previous readme](../README.md) 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 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) 4. Run the [python file](scrape.py) or [Jupyter Notebook](scrape.ipynb)