Renamed core find_trigger_urls method
This PR renames the central function find_trigger_urls
to find_trigger_files
. This is mainly because all of the other methods use _files
and it makes more sense since we're only serving local data.
This does provide a shell for find_trigger_urls
that presents a DeprecationWarning
then calls find_trigger_files
.