itholic commented on code in PR #44251: URL: https://github.com/apache/spark/pull/44251#discussion_r1421264545
########## python/pyspark/errors_doc_gen.py: ########## @@ -43,7 +43,7 @@ def generate_errors_doc(output_rst_file_path: str) -> None: This is a list of common, named error classes returned by PySpark which are defined at `error_classes.py <https://github.com/apache/spark/blob/master/python/pyspark/errors/error_classes.py>`_. -When writing PySpark errors, developers must use an error class from the list. If an appropriate error class is not available, add a new one into the list. For more information, please refer to `Contributing Error and Exception <https://spark.apache.org/docs/latest/api/python/development/contributing.html#contributing-error-and-exception>`_. +When writing PySpark errors, developers must use an error class from the list. If an appropriate error class is not available, add a new one into the list. For more information, please refer to `Contributing Error and Exception <contributing.rst#contributing-error-and-exception>`_. Review Comment: Yes, I confirmed that the link works properly with this PR as below: <img width="741" alt="Screenshot 2023-12-09 at 2 18 41 PM" src="https://github.com/apache/spark/assets/44108233/6d42a046-184e-4b62-9c9d-34b3734e096f"> -- 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]
