May 2 fixes#29
Merged
Merged
Conversation
✅ PR Validation Passed
📋 Pipeline Status
🤖 Generated by @helpers4 CI • 2026-05-23 |
There was a problem hiding this comment.
Pull request overview
Updates documentation links across feature READMEs, mainly to reflect the deprecation of local-mounts and to use directory-style links (so GitHub resolves to the README automatically).
Changes:
- Update
typescript-devdocs to pointlocal-mountsto the deprecated location. - Adjust
dotfiles-syncreferences togithub-devto use directory links. - Refresh
deprecated/local-mountsdocs to point todotfiles-syncand correct the website URL format.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/typescript-dev/README.md | Points local-mounts to the deprecated feature location. |
| src/dotfiles-sync/README.md | Updates github-dev links to directory-style paths. |
| deprecated/local-mounts/README.md | Updates deprecation/migration links and website URL; contains broken relative links that need fixing. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # Local Mounts — Deprecated | ||
|
|
||
| > ⚠️ **This feature has been removed.** It was renamed and superseded by [`dotfiles-sync`](../src/dotfiles-sync/README.md). | ||
| > ⚠️ **This feature has been removed.** It was renamed and superseded by [`dotfiles-sync`](../src/dotfiles-sync/). |
| The `username` option is identical. Runtime behavior is the same, with extra files supported (cargo, pip, yarn, pnpm, gh CLI prefs, …) and opt-in cloud credentials (AWS profiles, kube config, Docker auth, gh OAuth token). | ||
|
|
||
| See the [`dotfiles-sync` README](../src/dotfiles-sync/README.md) for full documentation. | ||
| See the [`dotfiles-sync` README](../src/dotfiles-sync/) for full documentation. |
…cs(dotfiles-sync): 📝 correct links to dotfiles-sync README
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.
docs(dotfiles-sync): 📝 correct links to dotfiles-sync README
Description
Please include a summary of what this PR does and why it's needed.
Type of Change
Related Issues
Closes #(issue number)
How Has This Been Tested?
Describe the tests you ran and how to reproduce them:
Checklist
Screenshots (if applicable)
Add screenshots for UI changes.
Additional Context
Add any other context about the PR here.