openaustralia / morph

Take the hassle out of web scraping
https://morph.io
GNU Affero General Public License v3.0
462 stars 74 forks source link

Morph providing link to wrong branch #1332

Open jamezpolley opened 11 months ago

jamezpolley commented 11 months ago

Obserbed behaviour: On https://morph.io/planningalerts-scrapers/saplanningportal, the "Scraper code" link points to https://github.com/planningalerts-scrapers/saplanningportal/blob/main/scraper.rb.

Expected behaviour: That repository uses the "master" branch rather than "main", so the link should be ttps://github.com/planningalerts-scrapers/saplanningportal/blob/master/scraper.rb

I can't remember whether this is a configuration setting or not.