Skip to content

Commit

Permalink
[DA] Update UI links (#23671)
Browse files Browse the repository at this point in the history
## Summary & Motivation

As title

## How I Tested These Changes
  • Loading branch information
OwenKephart authored Aug 15, 2024
1 parent de4702a commit 82617aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export const AutomaterializeMiddlePanel = (props: Props) => {
Manage sensor
</AnchorButton>
</div>
<a href="https://docs.dagster.io/concepts/assets/declarative-automation">
<a href="https://docs.dagster.io/concepts/automation/declarative-automation">
Learn more about declarative automation
</a>
</Box>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const DeclarativeAutomationBanner = () => {
defining imperative workflows to execute your assets, you just describe the conditions
under which they should be executed.{' '}
<a
href="https://docs.dagster.io/concepts/assets/declarative-automation"
href="https://docs.dagster.io/concepts/automation/declarative-automation"
target="_blank"
rel="noreferrer"
>
Expand Down

1 comment on commit 82617aa

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-10s0z7sdj-elementl.vercel.app

Built with commit 82617aa.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.