diff --git a/Renaming-Indexers.md b/Renaming-Indexers.md index 35af072..330d18d 100644 --- a/Renaming-Indexers.md +++ b/Renaming-Indexers.md @@ -4,10 +4,10 @@ Note that changing the id must be justified. ## Steps to rename the id 1. Rename the indexer id (in yaml or c#) -2. Edit `IndexerManagerService.cs` to add `old id` and `new id` in the map +2. Edit `src/Jackett.Common/Services/IndexerManagerService.cs` to add `old id` and `new id` in the map 3. Optional: you can rename the yaml / c# too - * yaml: rename the file and add the `old file name` into `Program.cs` to be removed by the updater - * c#: rename the file and the class name (not need to change `Program.cs`) + * yaml: rename the file and add the `old file name` into `src/Jackett.Updater/Program.cs` to be removed by the updater + * c#: rename the file and the class name (not need to change `src/Jackett.Updater/Program.cs`) 4. Optional: The tracker name / description is not related to the id and it can be changed anytime ## How does it works for the user