Fix welcome.md internal links to use docs://#685
Conversation
Update relative links to documentation pages to use the docs:// protocol for consistency with the documentation system. - Fixes humanmade/product-dev#1961
|
Successfully created backport PR for |
|
Backport failed for 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
|
Backport failed for 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 |
|
Backport failed for 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 |
|
Backport failed for 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
|
Backport failed for 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 |
|
Backport failed for 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 |
|
Successfully created backport PR for |
|
Backport failed for 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
|
Backport failed for 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 |
|
Backport failed for 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 |
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-branchThen 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
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-branchThen 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\`." |
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-branchThen 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\`." |
Update relative links to documentation pages to use the docs:// protocol for consistency with the documentation system.