docs(pages): point every source link at nnunley/fmpl [DRAFT] - #2
Draft
mparrett wants to merge 1 commit into
Draft
Conversation
The published pages carried fork URLs in their mastheads, footers, and clone command — a holdover from being written on the fork before this work was merged upstream. They now point readers at the canonical repo. The acknowledgement in README.md is a profile link, not a source link, and is left alone.
This was referenced Jul 25, 2026
mparrett
marked this pull request as draft
July 25, 2026 22:23
This was referenced Jul 25, 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.
Source-link sweep, deferred pending #4 (where the canonical home for these pages is). The change itself is mechanical and ready; which direction the links point depends on that answer.
The published pages carry fork URLs in their mastheads, footers, and the clone command — a holdover from being written on my fork before you merged the work. Right now
nnunley.github.io/fmplsends readers togithub.com/mparrett/fmplfor the source, which is the wrong place to send them (and that fork is in flux).Audited nine references across four pages, all mechanical:
docs/index.html— masthead eyebrow, footer source linkdocs/fmpl-tour.html— masthead eyebrow,git clonecommand, footerdocs/fmpl-field-log.html— masthead eyebrow, footerdocs/fmpl-rehab-log.html— masthead eyebrow, footerThe
(fork of nnunley/fmpl)suffix could go away with them, since it no longer says anything.The acknowledgement in
README.mdis untouched — that's a link to a person, not to a source repo. (also: Thank you 🙇🏻 )I split out from the language-guide PR so it can land on its own; the two don't conflict in either order.
Heads up- this touches
docs/fmpl-rehab-log.html, which your open #1 also edits. No overlap in this PR — yours changes prose in §2 and §7, this only touches the masthead and footer — and I verified the two merge clean in either order. Happy to rebase on #1 if you'd rather land that first.Companion to #3, which adds the language guide.