docs: fix stale file paths in CONTRIBUTING and server-config#663
Open
ZayanKhan-12 wants to merge 1 commit into
Open
docs: fix stale file paths in CONTRIBUTING and server-config#663ZayanKhan-12 wants to merge 1 commit into
ZayanKhan-12 wants to merge 1 commit into
Conversation
- docs/server-startup.md does not exist; the startup guide is docs/server-install.md - the state file lives under tabpy/tabpy_server (underscore), not tabpy/tabpy-server - the default config link used the pre-restructure tabpy-server/ root and, being referenced from inside docs/, also needed ../ to resolve Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Thanks for the contribution! Before we can merge this, we need @zk-khan to sign the Salesforce Inc. Contributor License Agreement. |
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.
Three stale paths, verified against the current tree:
CONTRIBUTING.mdreferencesdocs/server-startup.mdtwice (markdown-toc command and the "Server Startup Guide" link) — that file doesn't exist; the startup/installation guide isdocs/server-install.md.CONTRIBUTING.mdtells contributors to updatetabpy/tabpy-server/state.ini— the directory istabpy/tabpy_server(underscore).docs/server-config.mdlinks the default config astabpy-server/tabpy_server/common/default.conf, a pre-restructure path that resolves nowhere (doubly so from insidedocs/); now../tabpy/tabpy_server/common/default.conf.Verification: target files confirmed present at the corrected paths;
pytest tests/unitpasses locally (102 passed; Python 3.14, macOS arm64).Prepared with AI assistance (Claude).