Skip to content

Commit

Permalink
[docs] Fix broken link for project file reference (#23308)
Browse files Browse the repository at this point in the history
## Summary & Motivation

This PR updates the url for the project file reference in the
recommended structure guide and Dagster University.

URL redirection is set for this reference and works correctly when
navigating from the search bar, but fails when navigating from other
pages in the docs.

## How I Tested These Changes

Link in other docs: Docs preview
Dagster University: tested locally
  • Loading branch information
maximearmstrong authored Jul 29, 2024
1 parent 6e1a624 commit 2dcf5e0
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 @@ -220,7 +220,7 @@ project_fully_featured
<ArticleList>
<ArticleListItem
title="Dagster project files"
href="/getting-started/project-file-reference"
href="/guides/understanding-dagster-project-files"
></ArticleListItem>
<ArticleListItem
title="Dagster instance (dagster.yaml)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ The columns in the following table are as follows:

{% /table %}

For more info about the other files in your Dagster project, check out the [Project file reference in the Dagster Docs](https://docs.dagster.io/getting-started/project-file-reference).
For more info about the other files in your Dagster project, check out the [Project file reference in the Dagster Docs](https://docs.dagster.io/guides/understanding-dagster-project-files).

1 comment on commit 2dcf5e0

@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 dagster-university ready!

✅ Preview
https://dagster-university-8qvnobzy7-elementl.vercel.app

Built with commit 2dcf5e0.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.