Skip to content

Fix welcome.md internal links to use docs://#685

Merged
mikelittle merged 1 commit intomasterfrom
issue-1961-fix-welcome-links
Jan 22, 2026
Merged

Fix welcome.md internal links to use docs://#685
mikelittle merged 1 commit intomasterfrom
issue-1961-fix-welcome-links

Conversation

@mikelittle
Copy link
Contributor

Update relative links to documentation pages to use the docs:// protocol for consistency with the documentation system.

Update relative links to documentation pages to use the docs:// protocol
for consistency with the documentation system.

- Fixes humanmade/product-dev#1961
Copy link
Contributor

@vladislavhmn vladislavhmn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@mikelittle mikelittle merged commit 65525c2 into master Jan 22, 2026
2 checks passed
@mikelittle mikelittle deleted the issue-1961-fix-welcome-links branch January 22, 2026 11:56
@github-actions
Copy link

Successfully created backport PR for v25-branch:

@github-actions
Copy link

Backport failed for v22-branch, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin v22-branch
git worktree add -d .worktree/backport-685-to-v22-branch origin/v22-branch
cd .worktree/backport-685-to-v22-branch
git switch --create backport-685-to-v22-branch
git cherry-pick -x dbf776985b35effbf37d282619cc3af623ce340f

2 similar comments
@github-actions
Copy link

Backport failed for v22-branch, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin v22-branch
git worktree add -d .worktree/backport-685-to-v22-branch origin/v22-branch
cd .worktree/backport-685-to-v22-branch
git switch --create backport-685-to-v22-branch
git cherry-pick -x dbf776985b35effbf37d282619cc3af623ce340f

@github-actions
Copy link

Backport failed for v22-branch, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin v22-branch
git worktree add -d .worktree/backport-685-to-v22-branch origin/v22-branch
cd .worktree/backport-685-to-v22-branch
git switch --create backport-685-to-v22-branch
git cherry-pick -x dbf776985b35effbf37d282619cc3af623ce340f

@github-actions
Copy link

Backport failed for v23-branch, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin v23-branch
git worktree add -d .worktree/backport-685-to-v23-branch origin/v23-branch
cd .worktree/backport-685-to-v23-branch
git switch --create backport-685-to-v23-branch
git cherry-pick -x dbf776985b35effbf37d282619cc3af623ce340f

2 similar comments
@github-actions
Copy link

Backport failed for v23-branch, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin v23-branch
git worktree add -d .worktree/backport-685-to-v23-branch origin/v23-branch
cd .worktree/backport-685-to-v23-branch
git switch --create backport-685-to-v23-branch
git cherry-pick -x dbf776985b35effbf37d282619cc3af623ce340f

@github-actions
Copy link

Backport failed for v23-branch, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin v23-branch
git worktree add -d .worktree/backport-685-to-v23-branch origin/v23-branch
cd .worktree/backport-685-to-v23-branch
git switch --create backport-685-to-v23-branch
git cherry-pick -x dbf776985b35effbf37d282619cc3af623ce340f

@github-actions
Copy link

Successfully created backport PR for v24-branch:

@github-actions
Copy link

Backport failed for v25-branch, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin v25-branch
git worktree add -d .worktree/backport-685-to-v25-branch origin/v25-branch
cd .worktree/backport-685-to-v25-branch
git switch --create backport-685-to-v25-branch
git cherry-pick -x dbf776985b35effbf37d282619cc3af623ce340f

1 similar comment
@github-actions
Copy link

Backport failed for v25-branch, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin v25-branch
git worktree add -d .worktree/backport-685-to-v25-branch origin/v25-branch
cd .worktree/backport-685-to-v25-branch
git switch --create backport-685-to-v25-branch
git cherry-pick -x dbf776985b35effbf37d282619cc3af623ce340f

@github-actions
Copy link

Backport failed for v25-branch, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin v25-branch
git worktree add -d .worktree/backport-685-to-v25-branch origin/v25-branch
cd .worktree/backport-685-to-v25-branch
git switch --create backport-685-to-v25-branch
git cherry-pick -x dbf776985b35effbf37d282619cc3af623ce340f

@github-actions
Copy link

After resolving conflicts, continue with:

# Add the resolved files
git add .
# Continue the cherry-pick
git cherry-pick --continue
# Push the branch to GitHub
git push --set-upstream origin backport-685-to-v22-branch
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktree/backport-685-to-v22-branch

Then create a pull request using the GitHub CLI:

gh pr create --base v22-branch --head backport-685-to-v22-branch --title "[Backport v22-branch] Fix welcome.md internal links to use docs://" --body "Backport of #685 to \`v22-branch\`."

2 similar comments
@github-actions
Copy link

After resolving conflicts, continue with:

# Add the resolved files
git add .
# Continue the cherry-pick
git cherry-pick --continue
# Push the branch to GitHub
git push --set-upstream origin backport-685-to-v22-branch
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktree/backport-685-to-v22-branch

Then create a pull request using the GitHub CLI:

gh pr create --base v22-branch --head backport-685-to-v22-branch --title "[Backport v22-branch] Fix welcome.md internal links to use docs://" --body "Backport of #685 to \`v22-branch\`."

@github-actions
Copy link

After resolving conflicts, continue with:

# Add the resolved files
git add .
# Continue the cherry-pick
git cherry-pick --continue
# Push the branch to GitHub
git push --set-upstream origin backport-685-to-v22-branch
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktree/backport-685-to-v22-branch

Then create a pull request using the GitHub CLI:

gh pr create --base v22-branch --head backport-685-to-v22-branch --title "[Backport v22-branch] Fix welcome.md internal links to use docs://" --body "Backport of #685 to \`v22-branch\`."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants