docs: replace dead /sign-up Platform link with /contact#178
Merged
Conversation
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.
MilagrosMarin
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
https://www.datajoint.com/sign-upURL is dead. Replace it withhttps://www.datajoint.com/contactin the three places it appears in the docs sources.how-to/manage-pipeline-project.mdfrom "request a DataJoint Platform account" to "contact us about the DataJoint Platform", since/contactis a contact page rather than a sign-up flow.src/llms.txtandsrc/llms-full.txtare generated artifacts (gitignored) and will pick up the new URL on the next build.Test plan
grep -rn "datajoint.com/sign-up" src mkdocs.yamlreturns no results/contacthttps://www.datajoint.com/contactloads in a browser