Update file paths to reflect new data directory structure #1599
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.
Update file paths to reflect new data directory structure
Summary
This PR updates file paths and references throughout the documentation to reflect a reorganization of the project structure. The changes primarily involve moving patterns and strategies from the root level to a
data/subdirectory, and updating thecode_helperbinary location fromplugins/tools/tocmd/.Files Changed
code_helperbinaryCode Changes
README.md
./images/fabric-logo-gif.gifto./docs/images/fabric-logo-gif.gif/patternsto/data/patterns/strategiesto/data/strategies./patterns/create_coding_feature/README.mdto./data/patterns/create_coding_feature/README.mddata/patterns/create_coding_feature/README.md
github.com/danielmiessler/fabric/plugins/tools/code_helper@latesttogithub.com/danielmiessler/fabric/cmd/code_helper@latestReason for Changes
These changes appear to be part of a project restructuring effort to better organize the codebase. The modifications serve to:
data/directorycode_helperbinary fromplugins/tools/to the more conventionalcmd/directorydocs/directoryImpact of Changes
Test Plan
code_helperbinary can be installed using the new pathAdditional Notes
code_helperwill need to be communicated to existing users