Skip to content

Commit

Permalink
Fix broken docs links in the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
djsauble committed Dec 12, 2024
1 parent 035e315 commit e2de8f5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/localization/locale/en.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
export const en = {
docs: {
artifacts: 'https://docs.prefect.io/concepts/artifacts',
gettingStarted: 'https://docs.prefect.io/getting-started/overview/',
flows: 'https://docs.prefect.io/concepts/flows/',
flowRuns: 'https://docs.prefect.io/concepts/flow-runs/',
blocks: 'https://docs.prefect.io/concepts/blocks/',
workQueues: 'https://docs.prefect.io/ui/work-queues/',
artifacts: 'https://docs.prefect.io/latest/concepts/artifacts/',
gettingStarted: 'https://docs.prefect.io/latest/getting-started/overview/',
flows: 'https://docs.prefect.io/latest/concepts/flows/',
flowRuns: 'https://docs.prefect.io/latest/develop/write-flows#flow-runs',
blocks: 'https://docs.prefect.io/latest/concepts/blocks/',
workQueues: 'https://docs.prefect.io/latest/deploy/infrastructure-concepts/work-pools#work-queues',
notifications: 'https://docs.prefect.io/latest/guides/host/#devex-notifications',
deployments: 'https://docs.prefect.io/latest/concepts/deployments/',
concurrency: 'https://docs.prefect.io/concepts/tasks#task-run-concurrency-limits',
globalConcurrency: 'https://docs.prefect.io/guides/global-concurrency-limits/',
automations: 'https://docs.prefect.io/ui/automations/',
automationTriggers: 'https://docs.prefect.io/ui/automations/#triggers',
concurrency: 'https://docs.prefect.io/latest/develop/write-tasks#concurrency',
globalConcurrency: 'https://docs.prefect.io/latest/guides/global-concurrency-limits/',
automations: 'https://docs.prefect.io/latest/automate/events/automations-triggers',
automationTriggers: 'https://docs.prefect.io/latest/automate/events/automations-triggers#triggers',
workPools: 'https://docs.prefect.io/latest/concepts/work-pools/',
collections: 'https://docs.prefect.io/collections/catalog/',
resultsPersistence: 'https://docs.prefect.io/concepts/results/#persisting-results',
collections: 'https://docs.prefect.io/integrations/integrations/',
resultsPersistence: 'https://docs.prefect.io/latest/develop/results#configuring-result-persistence',
infrastructure: 'https://docs.prefect.io/latest/concepts/infrastructure/',
variables: 'https://docs.prefect.io/latest/guides/variables/',
},
Expand Down

0 comments on commit e2de8f5

Please sign in to comment.