Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ nav:
- What's New in 2.0: about/whats-new-2.md
- History: about/history.md
- Documentation Versioning: about/versioning.md
- Platform: https://www.datajoint.com/sign-up
- Platform: https://www.datajoint.com/contact
- Citation: about/citation.md
- Publications: about/publications.md
- Contributing: about/contributing.md
Expand Down
4 changes: 2 additions & 2 deletions src/how-to/manage-pipeline-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A production DataJoint pipeline typically involves:

This guide covers practical project organization. For conceptual background on pipeline architecture and the DAG structure, see [Data Pipelines](../explanation/data-pipelines.md/).

For a fully managed solution, [request a DataJoint Platform account](https://www.datajoint.com/sign-up).
For a fully managed solution, [contact us about the DataJoint Platform](https://www.datajoint.com/contact).

## Project Structure

Expand Down Expand Up @@ -364,7 +364,7 @@ Managing a team pipeline requires coordinating:
| **Compute** | Worker deployment, job distribution, resource allocation |
| **Monitoring** | Progress tracking, error alerting, audit logging |

These challenges grow with team size and pipeline complexity. The [DataJoint Platform](https://www.datajoint.com/sign-up) provides integrated management for all these concerns.
These challenges grow with team size and pipeline complexity. The [DataJoint Platform](https://www.datajoint.com/contact) provides integrated management for all these concerns.

## See Also

Expand Down
Loading