From dc599f23e0b62ebe98b28583ce72f1215b77e1d2 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Tue, 28 May 2024 05:56:49 +0000 Subject: [PATCH] style link correctly --- .../_tailwind/documentation/how_to_write_a_scraper.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/_tailwind/documentation/how_to_write_a_scraper.html.erb b/app/views/_tailwind/documentation/how_to_write_a_scraper.html.erb index 1b2c5241e..3fb0c2f49 100644 --- a/app/views/_tailwind/documentation/how_to_write_a_scraper.html.erb +++ b/app/views/_tailwind/documentation/how_to_write_a_scraper.html.erb @@ -12,7 +12,7 @@

To be able to display and send alerts for planning applications, Planning Alerts needs to download applications from as many councils as possible. As the vast majority of councils don't supply the data in a reusable, machine-readable format we need to write - <%= link_to "web scrapers", "https://secure.wikimedia.org/wikipedia/en/wiki/Web_scraping" %> + <%= pa_link_to "web scrapers", "https://secure.wikimedia.org/wikipedia/en/wiki/Web_scraping" %> for each local government authority.