dead-1ine opened a new pull request, #43762:
URL: https://github.com/apache/spark/pull/43762

   …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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to