Skip to content

Commit

Permalink
[docs-beta] fix broken links in pipelines guide (dagster-io#24407)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Resolves:
```
  Exhaustive list of all broken links found:
  - Broken link on source page path = /guides/pipelines:
     -> linking to /tutorial/installation
     -> linking to /tutorial/quick-start
     -> linking to /guides/dagster/define-data-assets
     -> linking to /guides/dagster/create-asset-dependencies
     -> linking to /guides/dagster/enrich-assets-with-metadata
     -> linking to /guides/dagster/partition-assets
     -> linking to /guides/dagster/represent-external-data-sources
```

## How I Tested These Changes

## Changelog

NOCHANGELOG
  • Loading branch information
cmpadden authored Sep 11, 2024
1 parent 71de798 commit bd231c6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/docs-beta/docs/guides/pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ In Dagster, data pipelines are created using an asset-based approach. This overv
<summary>Prerequisites</summary>

Before continuing, you should:
- Have Dagster installed. Refer to the [Installation guide](/tutorial/installation) for more information.
- Complete the [Quickstart](/tutorial/quick-start)
- Have Dagster installed. Refer to the [Installation guide](/getting-started/installation) for more information.
- Complete the [Quickstart](/getting-started/quickstart)

</details>

Expand Down Expand Up @@ -52,10 +52,10 @@ Most Dagster pipelines follow these steps:

To start building your Dagster pipeline, dive into the following guides:

- [Define data assets](/guides/dagster/define-data-assets)
- [Create dependencies between assets](/guides/dagster/create-asset-dependencies)
- [Enrich assets with metadata](/guides/dagster/enrich-assets-with-metadata)
- [Partition assets](/guides/dagster/partition-assets)
- [Represent external data sources](/guides/dagster/represent-external-data-sources)
- [Define data assets](/guides/data-assets)
- [Create dependencies between assets](/guides/asset-dependencies)
- [Enrich assets with metadata](/guides/metadata)
- [Partition assets](/guides/partitioning)
- [Represent external data sources](/guides/external-assets)

By following these guides, you'll learn how to create powerful, maintainable data pipelines using Dagster's asset-based approach.

0 comments on commit bd231c6

Please sign in to comment.