Skip to content

Commit 731a1bd

Browse files
committedMar 5, 2015
corrected typo
1 parent 96e69f1 commit 731a1bd

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
 

‎webscraper/.DS_Store

0 Bytes
Binary file not shown.

‎webscraper/OSHA_URLfinder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
and fatalities/catastrophes are updated every few days, so the URLs
55
change regularly. Use BeautifulSoup to find the latest URLs to use in
66
the OSHA_ingestion.py file provided at
7-
http://github.com/OSHADataDoor/FatalityMapper/tree/master/webscraper
7+
http://github.com/OSHADataDoor/OshaScrapy/tree/master/webscraper
88
"""
99

1010
##########################################################################

‎webscraper/OSHA_ingestion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
change regularly.
77
88
Before running this program, use OSHA_URLfinder.py provided at:
9-
http://github.com/OSHADataDoor/FatalityMapper/tree/master/webscraper
9+
http://github.com/OSHADataDoor/OshaScrapy/tree/master/webscraper
1010
to identify the latest URL names and update the task list below.
1111
1212
"""

0 commit comments

Comments
 (0)
Please sign in to comment.