mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
Compare commits
2 Commits
fallenbage
...
fallenbage
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
959a40ff20 | ||
|
|
137df4c9c8 |
@@ -18,7 +18,7 @@ An alternative Docker image is available on Docker Hub for this project. You can
|
||||
:::info
|
||||
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)
|
||||
|
||||
@@ -288,7 +288,7 @@ const NotificationsWebhook = () => {
|
||||
{values.supportVariables && (
|
||||
<div className="mt-2">
|
||||
<Link
|
||||
href="https://docs.seerr.dev/using-jellyseerr/notifications/webhook#template-variables"
|
||||
href="https://docs.seerr.dev/using-seerr/notifications/webhook#template-variables"
|
||||
passHref
|
||||
legacyBehavior
|
||||
>
|
||||
@@ -376,7 +376,7 @@ const NotificationsWebhook = () => {
|
||||
<span>{intl.formatMessage(messages.resetPayload)}</span>
|
||||
</Button>
|
||||
<Link
|
||||
href="https://docs.seerr.dev/using-jellyseerr/notifications/webhook#template-variables"
|
||||
href="https://docs.seerr.dev/using-seerr/notifications/webhook#template-variables"
|
||||
passHref
|
||||
legacyBehavior
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user