From 881a94467aa11cc2e0623db89fbec8963ca0c312 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Wed, 20 Nov 2024 05:08:43 -0800 Subject: [PATCH] fix: Update Processing API reference Signed-off-by: Emmanuel Ferdman --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 24226af4ee..e0deada525 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -220,7 +220,7 @@ If `**kwargs` is part of the function signature, link to the parent class(es) or For an example file with docstrings, see [the `processing` module](https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/processing.py). To have a class's docstrings included in the API reference, it needs to be included in one of the files in the `doc/` folder. -For example, see the [Processing API reference](https://github.com/aws/sagemaker-python-sdk/blob/master/doc/processing.rst). +For example, see the [Processing API reference](https://github.com/aws/sagemaker-python-sdk/blob/master/doc/api/training/processing.rst). ### Build and Test Documentation