Notary's page is at /notary - #27
Merged
Merged
Conversation
The slug was the last thing still carrying the old name. The heading said "Notary", the nav label said "Notary", the images were already served from /notary, and the sibling page is /plaza, named for its product. Only the URL still said signer. It is also the weaker word for the job: "signer" is a generic noun that competes with every other one, and "notary" is what somebody would search for or link to. /signer redirects permanently, and stays that way. It costs nothing to serve and the old address may be in somebody's notes or in a link I do not control. A redirect removed later is a broken link with extra steps. Every in-site link moved with it: plaza, index, roadmap, architecture and ecosystem, plus a stale comment in the stylesheet.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
The slug was the only thing still carrying the old name:
# Notary: the native remote signersigner: 'Notary'/notary/hero.jpg/plaza, named for its productEverything else had already moved.
signeris also the weaker word for the job: a generic noun competing with every other signer, wherenotaryis what somebody would search for or link to./signerredirects permanently, and stays that way. It costs nothing to serve and the old address may be in somebody's notes or in a link I do not control. A redirect removed later is a broken link with extra steps.Every in-site link moved with it:
plaza,index,roadmap,architecture,ecosystem, plus a stale comment in the stylesheet. No/signerreferences remain.Verified: the build emits
notary.htmland nosigner.html, and the redirect resolves.