From 53c6ae4ea5ec1c3f5f8f7e9ffe36b82cde89fc69 Mon Sep 17 00:00:00 2001 From: kermieisinthehouse Date: Fri, 13 May 2022 12:08:20 -0700 Subject: [PATCH] Correct 'reload scrapes' path (#2583) (#2585) Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Co-authored-by: techie2000 <38585780+techie2000@users.noreply.github.com> --- ui/v2.5/src/docs/en/Scraping.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/v2.5/src/docs/en/Scraping.md b/ui/v2.5/src/docs/en/Scraping.md index d95b0f285..69710fc04 100644 --- a/ui/v2.5/src/docs/en/Scraping.md +++ b/ui/v2.5/src/docs/en/Scraping.md @@ -39,7 +39,7 @@ Scrapers are added by placing yaml configuration files (format: `scrapername.yml > **⚠️ Note:** Some scrapers may require more than just the yaml file, consult the individual scraper documentation -After the yaml files are added, removed or edited while stash is running, they can be reloaded going to `Settings > Scrapers` and clicking `Reload Scrapers`. +After the yaml files are added, removed or edited while stash is running, they can be reloaded going to `Settings > Metadata Providers > Scrapers` and clicking `Reload Scrapers`. The stash community maintains a number of custom scraper configuration files that can be found [here](https://github.com/stashapp/CommunityScrapers). @@ -70,4 +70,4 @@ When used in combination with stash-box, the user can optionally submit scene fi ## Identify Task -This task iterates through your Scenes and attempts to identify the scene using a selection of scraping sources. This task can be found under `Settings -> Tasks -> "Identify..." (Button)`. For more information see the [Tasks > Identify](/help/Identify.md) page. \ No newline at end of file +This task iterates through your Scenes and attempts to identify the scene using a selection of scraping sources. This task can be found under `Settings -> Tasks -> "Identify..." (Button)`. For more information see the [Tasks > Identify](/help/Identify.md) page.