From 01d66320106fa24106c3d324704484b48b8e2b51 Mon Sep 17 00:00:00 2001 From: Dimitri Yatsenko Date: Mon, 1 Jun 2026 12:15:05 -0500 Subject: [PATCH] docs: replace dead /sign-up Platform link with /contact The www.datajoint.com/sign-up URL is dead. Point the nav "Platform" entry and the two CTAs in the manage-pipeline-project guide to /contact, and soften the in-body anchor text from "request a DataJoint Platform account" to "contact us about the DataJoint Platform" so it matches the destination's purpose. --- mkdocs.yaml | 2 +- src/how-to/manage-pipeline-project.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs.yaml b/mkdocs.yaml index 7428be7e..1ce2fd68 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -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 diff --git a/src/how-to/manage-pipeline-project.md b/src/how-to/manage-pipeline-project.md index 258e371f..7a90299d 100644 --- a/src/how-to/manage-pipeline-project.md +++ b/src/how-to/manage-pipeline-project.md @@ -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 @@ -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