diff --git a/src/components/marketing/actors/ActorsObservabilitySection.tsx b/src/components/marketing/actors/ActorsObservabilitySection.tsx index 5a19ad38..d82930ef 100644 --- a/src/components/marketing/actors/ActorsObservabilitySection.tsx +++ b/src/components/marketing/actors/ActorsObservabilitySection.tsx @@ -3,7 +3,7 @@ import { CARD_TITLE_CLASS, SECTION_H2_CLASS, SECTION_LEDE_CLASS } from "../typog import { SITE_SECTION_CLASS, SITE_STANDARD_RAIL_CLASS } from "../layout"; const INSPECTOR_SRC = - "https://assets.rivet.dev/repo/website/src/components/marketing/images/screenshots/rivet-actor-inspector.png"; + "https://assets.rivet.dev/website/marketing/screenshots/rivet-actors-inspector-state.png"; const features = [ { @@ -64,9 +64,9 @@ export const ActorsObservabilitySection = () => (
Rivet Actor Inspector showing state, events, and callable actions for a running Actor diff --git a/src/components/marketing/enterprise/EnterpriseObservabilitySection.tsx b/src/components/marketing/enterprise/EnterpriseObservabilitySection.tsx index 1e058d8c..9676b5c9 100644 --- a/src/components/marketing/enterprise/EnterpriseObservabilitySection.tsx +++ b/src/components/marketing/enterprise/EnterpriseObservabilitySection.tsx @@ -3,7 +3,7 @@ import { CARD_TITLE_CLASS, SECTION_H2_CLASS, SECTION_LEDE_CLASS } from "../typog import { SITE_SECTION_CLASS, SITE_STANDARD_RAIL_CLASS } from "../layout"; const INSPECTOR_SRC = - "https://assets.rivet.dev/repo/website/src/components/marketing/images/screenshots/rivet-actor-inspector.png"; + "https://assets.rivet.dev/website/marketing/screenshots/rivet-actors-inspector-state.png"; const features = [ { @@ -55,9 +55,9 @@ export const EnterpriseObservabilitySection = () => (
Rivet dashboard showing state, events, and callable actions for a running Actor diff --git a/src/components/marketing/sections/ObservabilitySection.tsx b/src/components/marketing/sections/ObservabilitySection.tsx index 16b9222c..37aa22b4 100644 --- a/src/components/marketing/sections/ObservabilitySection.tsx +++ b/src/components/marketing/sections/ObservabilitySection.tsx @@ -3,7 +3,7 @@ import { BODY_CLASS, CARD_TITLE_CLASS, SECTION_H2_CLASS } from "../typography"; import { SITE_SECTION_CLASS, SITE_STANDARD_RAIL_CLASS } from "../layout"; const inspectorSrc = - "https://assets.rivet.dev/repo/website/src/components/marketing/images/screenshots/rivet-actor-inspector.png"; + "https://assets.rivet.dev/website/marketing/screenshots/rivet-actors-inspector-state.png"; const features = [ { @@ -74,9 +74,9 @@ export const ObservabilitySection = () => ( > Rivet Actor Inspector Rivet dashboard inspecting a deployed app, showing Actor state, events, and callable actions diff --git a/src/pages/workflows.astro b/src/pages/workflows.astro index 5bde625e..63751d4e 100644 --- a/src/pages/workflows.astro +++ b/src/pages/workflows.astro @@ -53,7 +53,7 @@ const ACTOR_EXAMPLE_ROOT = const BUG_FIXER_SOURCE_URL_ROOT = 'https://github.com/rivet-dev/agentos/blob/main/examples/workflows'; const INSPECTOR_IMAGE = - 'https://assets.rivet.dev/website/blog/2026-02-24-introducing-rivet-workflows/inspectorworkflow.png'; + 'https://assets.rivet.dev/website/marketing/screenshots/rivet-workflows-inspector.png'; const actorsRoot = requireDocsRoot('actors'); const workflowsProduct = getProduct('workflows'); @@ -343,9 +343,9 @@ const compositionLayers = [
Rivet workflow inspector showing a run history with nested steps, statuses, durations, and recorded details