From df83698a7d163e7a2b2908a125fbacadbceb0830 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Mon, 14 Oct 2024 15:18:13 -0700 Subject: [PATCH] test Signed-off-by: Kevin Su --- docs/tutorials/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md index dc7b3b369..e58f58dc5 100644 --- a/docs/tutorials/index.md +++ b/docs/tutorials/index.md @@ -7,12 +7,12 @@ features of Flyte to achieve everything from data processing, feature engineerin model training, to batch predictions. Code for all of the examples in the user guide can be found in the [flytesnacks](https://github.com/flyteorg/flytesnacks) repo. -It comes with a highly customized environment to make running, documenting and +It comes with a highly customized environment to make running, documenting andddd contributing samples easy. If this is your first time running these examples, follow the {ref}`setup guide ` to get started. ```{note} -Want to contribute a tutorial? Check out the {ref}`Tutorials and integration examples contribution guide `. +Want to contribute an example? Check out the [Documentation contribution guide](https://docs.flyte.org/en/latest/flytesnacks/contribute.html). ``` ## 🤖 Model Training