diff --git a/.github/workflows/azure-static-web-apps-happy-rock-08b596e03.yml b/.github/workflows/azure-static-web-apps-happy-rock-08b596e03.yml index 2dc815c..e6259a4 100644 --- a/.github/workflows/azure-static-web-apps-happy-rock-08b596e03.yml +++ b/.github/workflows/azure-static-web-apps-happy-rock-08b596e03.yml @@ -3,7 +3,6 @@ name: Azure Static Web Apps CI/CD on: push: branches: - - master - main jobs: diff --git a/README.md b/README.md index a5b8c7d..be58f11 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Contributing Just click the `Edit on GitHub` button while observing a page with mistakes as shown below. GitHub will guide you to fork the repository. Please don't forget to create a pull request! -![Contributing via Documentation Site](https://raw.githubusercontent.com/HangfireIO/Hangfire-Documentation/master/contributing.png) +![Contributing via Documentation Site](https://raw.githubusercontent.com/HangfireIO/Hangfire.Documentation/main/contributing.png) Documentation is automatically deployed to the site after each commit. For small changes just propose a pull request. Thanks to [Read the Docs](https://readthedocs.org) service for help! diff --git a/background-methods/index.rst b/background-methods/index.rst index 0f23130..9e4804d 100644 --- a/background-methods/index.rst +++ b/background-methods/index.rst @@ -30,7 +30,7 @@ Parameters It is also possible to preserve some context that will be associated with a background job by using *Job Parameters*. This feature is available from :doc:`Background Job Filters <../extensibility/using-job-filters>` and allow us to capture and restore some ambient information. Extension filters use job parameters to store additional details without any intervention to method call metadata. -For example, the `CaptureCultureAttribute `_ filter uses job parameters to capture ``CurrentCulture`` and ``CurrentUICulture`` when creating a background job and restores it when it is about to be processed. +For example, the `CaptureCultureAttribute `_ filter uses job parameters to capture ``CurrentCulture`` and ``CurrentUICulture`` when creating a background job and restores it when it is about to be processed. .. admonition:: Anyway, no other context data is preserved :class: note