diff --git a/docs/en/Background-Jobs.md b/docs/en/Background-Jobs.md index b5dce34ddf..a0ea708896 100644 --- a/docs/en/Background-Jobs.md +++ b/docs/en/Background-Jobs.md @@ -173,5 +173,5 @@ See pre-built job manager alternatives: * [Hangfire Background Job Manager](Background-Jobs-Hangfire.md) * [RabbitMQ Background Job Manager](Background-Jobs-RabbitMq.md) -## See More +## See Also * [Background Workers](Background-Workers.md) \ No newline at end of file diff --git a/docs/en/Background-Workers.md b/docs/en/Background-Workers.md index 9e9886b320..2257c0c2c2 100644 --- a/docs/en/Background-Workers.md +++ b/docs/en/Background-Workers.md @@ -71,5 +71,5 @@ While we generally add workers in OnApplicationInitialization, there are no rest Background jobs and workers only work if your application is running. If you host the background job execution in your web application (this is the default behavior), you should ensure that your web application is configured to always be running. Otherwise, background jobs only work while your application is in use. -## See More +## See Also * [Background Jobs](Background-Jobs.md) \ No newline at end of file