mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
docs: rename remaining jellyseerr references to seerr
This commit is contained in:
@@ -18,7 +18,7 @@ An alternative Docker image is available on Docker Hub for this project. You can
|
|||||||
:::info
|
:::info
|
||||||
All official Seerr images are cryptographically signed and include a verified [Software Bill of Materials (SBOM)](https://cyclonedx.org/).
|
All official Seerr images are cryptographically signed and include a verified [Software Bill of Materials (SBOM)](https://cyclonedx.org/).
|
||||||
|
|
||||||
To confirm that the container image you are using is authentic and unmodified, please refer to the [Verifying Signed Artifacts](/using-jellyseerr/advanced/verifying-signed-artifacts#verifying-signed-images) guide.
|
To confirm that the container image you are using is authentic and unmodified, please refer to the [Verifying Signed Artifacts](/using-seerr/advanced/verifying-signed-artifacts#verifying-signed-images) guide.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
## Unix (Linux, macOS)
|
## Unix (Linux, macOS)
|
||||||
|
|||||||
@@ -288,7 +288,7 @@ const NotificationsWebhook = () => {
|
|||||||
{values.supportVariables && (
|
{values.supportVariables && (
|
||||||
<div className="mt-2">
|
<div className="mt-2">
|
||||||
<Link
|
<Link
|
||||||
href="https://docs.seerr.dev/using-jellyseerr/notifications/webhook#template-variables"
|
href="https://docs.seerr.dev/using-seerr/notifications/webhook#template-variables"
|
||||||
passHref
|
passHref
|
||||||
legacyBehavior
|
legacyBehavior
|
||||||
>
|
>
|
||||||
@@ -376,7 +376,7 @@ const NotificationsWebhook = () => {
|
|||||||
<span>{intl.formatMessage(messages.resetPayload)}</span>
|
<span>{intl.formatMessage(messages.resetPayload)}</span>
|
||||||
</Button>
|
</Button>
|
||||||
<Link
|
<Link
|
||||||
href="https://docs.seerr.dev/using-jellyseerr/notifications/webhook#template-variables"
|
href="https://docs.seerr.dev/using-seerr/notifications/webhook#template-variables"
|
||||||
passHref
|
passHref
|
||||||
legacyBehavior
|
legacyBehavior
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user