Remove trailing slash from Conda cheat sheet URL in 'Using Conda' sec…#43762
Closed
onestn wants to merge 1 commit intoapache:masterfrom
onestn:patch-1
Closed
Remove trailing slash from Conda cheat sheet URL in 'Using Conda' sec…#43762onestn wants to merge 1 commit intoapache:masterfrom onestn:patch-1
onestn wants to merge 1 commit intoapache:masterfrom
onestn:patch-1
Conversation
…tion to fix 404 error In the 'Using Conda' section of the Spark documentation, the cheat sheet URL includes a trailing slash, causing a 404 error when accessed. This commit removes the trailing slash to ensure the URL correctly directs to the intended page.
Contributor
Author
|
|
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.
…tion to fix 404 error
In the 'Using Conda' section of the Spark documentation, the cheat sheet URL includes a trailing slash, causing a 404 error when accessed.
This commit removes the trailing slash to ensure the URL correctly directs to the intended page.
What changes were proposed in this pull request?
The proposed change removes the trailing slash from the Conda cheat sheet URL in the 'Using Conda' section of the Spark documentation. This modification is intended to resolve the 404 error that occurs when the current URL with the trailing slash is accessed.
Why are the changes needed?
The change is necessary because the existing URL with a trailing slash leads to a 404 error, hindering users' access to the Conda cheat sheet. Removing the slash will ensure the link directs users to the correct webpage, improving the documentation's usability.
Does this PR introduce any user-facing change?
No. This change only affects the documentation and does not alter the functionality of the Spark software itself.
How was this patch tested?
This documentation fix was visually inspected to ensure the corrected URL resolves to the intended webpage without a 404 error. No additional code testing is necessary as this change is strictly within the documentation.
Was this patch authored or co-authored using generative AI tooling?
No.