Skip to content

Commit faef39e

Browse files
committed
Improve backlinks
1 parent c65d1db commit faef39e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/pages/use-cases/ai-agents-content.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,11 +412,11 @@ export default function AiAgentsContent({ title, description }) {
412412
</div>
413413
<div className="flex items-center gap-3 text-base text-gray-600 dark:text-gray-100">
414414
<span className="text-blue-500 font-bold">✓</span>
415-
<span>Run full <Link to="/docs/core_concepts/worker_groups" className="text-blue-500 hover:underline !no-underline">Claude Code, Codex or Opencode</Link> in sandboxes at their full power</span>
415+
<span>Run full Claude Code, Codex or Opencode in sandboxes at their full power</span>
416416
</div>
417417
<div className="flex items-center gap-3 text-base text-gray-600 dark:text-gray-100">
418418
<span className="text-blue-500 font-bold">✓</span>
419-
<span>Track every decision, tool call and code execution with <Link to="/docs/core_concepts/ai_agents#debugging" className="text-blue-500 hover:underline !no-underline">full observability</Link></span>
419+
<span>Track every decision, tool call and code execution with <Link to="/docs/core_concepts/monitor_past_and_future_runs" className="text-blue-500 hover:underline !no-underline">full observability</Link></span>
420420
</div>
421421
</div>
422422
</motion.div>

src/pages/use-cases/internal-tools-content.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -723,15 +723,15 @@ export default function InternalToolsContent({ title, description }) {
723723
<div className="mt-8 flex flex-col gap-3">
724724
<div className="flex items-center gap-3 text-base text-gray-600 dark:text-gray-100">
725725
<span className="text-blue-500 font-bold">✓</span>
726-
<span><span className="text-blue-500">Build</span> <Link to="/docs/getting_started/scripts_quickstart" className="text-blue-500 hover:underline !no-underline">backend</Link> in 20+ languages, <Link to="/docs/react_vue_svelte_apps/react" className="text-blue-500 hover:underline !no-underline">and React, Vue or Svelte</Link> frontends</span>
726+
<span><span className="text-blue-500">Build</span> <Link to="/docs/getting_started/scripts_quickstart" className="text-blue-500 hover:underline !no-underline">backend</Link> in 20+ languages, <Link to="/docs/full_code_apps/frontend" className="text-blue-500 hover:underline !no-underline">and React, Vue or Svelte</Link> frontends</span>
727727
</div>
728728
<div className="flex items-center gap-3 text-base text-gray-600 dark:text-gray-100">
729729
<span className="text-blue-500 font-bold">✓</span>
730730
<span>Native integrations with <Link to="/docs/integrations/duckdb" className="text-blue-500 hover:underline !no-underline">DuckDB</Link>, <Link to="/docs/core_concepts/persistent_storage/ducklake" className="text-blue-500 hover:underline !no-underline">Ducklake</Link>, S3 and any database</span>
731731
</div>
732732
<div className="flex items-center gap-3 text-base text-gray-600 dark:text-gray-100">
733733
<span className="text-blue-500 font-bold">✓</span>
734-
<span><span className="text-blue-500">Monitor</span> full <Link to="/docs/core_concepts/jobs" className="text-blue-500 hover:underline !no-underline">execution logs</Link>, error handlers, RBAC, SSO and audit trails</span>
734+
<span>Monitor full <Link to="/docs/core_concepts/monitor_past_and_future_runs" className="text-blue-500 hover:underline !no-underline">execution logs</Link>, <Link to="/docs/flows/error_handling" className="text-blue-500 hover:underline !no-underline">error handlers</Link>, <Link to="/docs/core_concepts/roles_and_permissions" className="text-blue-500 hover:underline !no-underline">RBAC</Link>, <Link to="/docs/misc/setup_oauth" className="text-blue-500 hover:underline !no-underline">SSO</Link> and <Link to="/docs/core_concepts/audit_logs" className="text-blue-500 hover:underline !no-underline">audit trails</Link></span>
735735
</div>
736736
<div className="flex items-center gap-3 text-base text-gray-600 dark:text-gray-100">
737737
<span className="text-blue-500 font-bold">✓</span>

src/pages/use-cases/workflow-automation-content.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -453,19 +453,19 @@ export default function WorkflowAutomationContent({ title, description }) {
453453
<div className="mt-8 flex flex-col gap-3">
454454
<div className="flex items-center gap-3 text-base text-gray-600 dark:text-gray-100">
455455
<span className="text-blue-500 font-bold">✓</span>
456-
<span>Write workflow steps in Python, TypeScript, SQL, and <span className="text-blue-500">20+ languages</span></span>
456+
<span>Write workflow steps in <Link to="/docs/getting_started/scripts_quickstart" className="text-blue-500 hover:underline">Python, TypeScript, SQL, and 20+ languages</Link></span>
457457
</div>
458458
<div className="flex items-center gap-3 text-base text-gray-600 dark:text-gray-100">
459459
<span className="text-blue-500 font-bold">✓</span>
460-
<span>Connect steps with the <span className="text-blue-500">fastest workflow engine</span> built for enterprise scale</span>
460+
<span>Connect steps with the <Link to="/docs/misc/benchmarks/competitors" className="text-blue-500 hover:underline">fastest workflow engine</Link> built for enterprise scale</span>
461461
</div>
462462
<div className="flex items-center gap-3 text-base text-gray-600 dark:text-gray-100">
463463
<span className="text-blue-500 font-bold">✓</span>
464-
<span><span className="text-blue-500">Enterprise-ready</span> with SSO, RBAC, audit logs, Git sync and self-hosting</span>
464+
<span>Enterprise-ready with <Link to="/docs/misc/setup_oauth" className="text-blue-500 hover:underline">SSO</Link>, <Link to="/docs/core_concepts/roles_and_permissions" className="text-blue-500 hover:underline">RBAC</Link>, <Link to="/docs/core_concepts/audit_logs" className="text-blue-500 hover:underline">audit logs</Link>, <Link to="/docs/advanced/git_sync" className="text-blue-500 hover:underline">Git sync</Link> and <Link to="/docs/advanced/self_host" className="text-blue-500 hover:underline">self-hosting</Link></span>
465465
</div>
466466
<div className="flex items-center gap-3 text-base text-gray-600 dark:text-gray-100">
467467
<span className="text-blue-500 font-bold">✓</span>
468-
<span><span className="text-blue-500">Everything built-in</span> from triggers and retries to approval steps, error handling and secrets</span>
468+
<span>Everything built-in from <Link to="/docs/getting_started/triggers" className="text-blue-500 hover:underline">triggers</Link> and <Link to="/docs/flows/retries" className="text-blue-500 hover:underline">retries</Link> to <Link to="/docs/flows/flow_approval" className="text-blue-500 hover:underline">approval steps</Link>, <Link to="/docs/flows/error_handling" className="text-blue-500 hover:underline">error handling</Link> and <Link to="/docs/core_concepts/variables_and_secrets" className="text-blue-500 hover:underline">secrets</Link></span>
469469
</div>
470470
</div>
471471
</motion.div>

0 commit comments

Comments
 (0)