From a017f2703ef8f1184d12aeb7ed5052293f5154b2 Mon Sep 17 00:00:00 2001 From: nikki everett Date: Fri, 18 Oct 2024 16:36:34 -0500 Subject: [PATCH 1/3] fix flytekit docs link Signed-off-by: nikki everett --- docs/integrations/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations/index.md b/docs/integrations/index.md index d462d64a9..50a4812fd 100644 --- a/docs/integrations/index.md +++ b/docs/integrations/index.md @@ -171,7 +171,7 @@ The {ref}`community ` would love to help you build new SDKs. Currentl :header-rows: 0 :widths: 20 30 -* - [flytekit](https://flytekit.readthedocs.io) +* - {ref}`flytekit ` - The Python SDK for Flyte. * - [flytekit-java](https://github.com/spotify/flytekit-java) - The Java/Scala SDK for Flyte. @@ -259,7 +259,7 @@ Hive :hidden: :caption: SDKs for writing tasks and workflows -flytekit +flytekit flytekit-java ``` From b6722b79a8c84e4d606368a7bb2fe657d4b8c53b Mon Sep 17 00:00:00 2001 From: nikki everett Date: Fri, 18 Oct 2024 16:38:08 -0500 Subject: [PATCH 2/3] use correct formatting Signed-off-by: nikki everett --- docs/integrations/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/index.md b/docs/integrations/index.md index 50a4812fd..a02ee4a85 100644 --- a/docs/integrations/index.md +++ b/docs/integrations/index.md @@ -171,7 +171,7 @@ The {ref}`community ` would love to help you build new SDKs. Currentl :header-rows: 0 :widths: 20 30 -* - {ref}`flytekit ` +* - [flytekit](https://docs.flyte.org/en/latest/api/flytekit/docs_index.html) - The Python SDK for Flyte. * - [flytekit-java](https://github.com/spotify/flytekit-java) - The Java/Scala SDK for Flyte. From 5c9c3ae7747ba80c52d2c4056556fc8608fd4842 Mon Sep 17 00:00:00 2001 From: nikki everett Date: Mon, 21 Oct 2024 10:36:52 -0500 Subject: [PATCH 3/3] update flytekit and flytekit-java links Signed-off-by: nikki everett --- docs/integrations/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/integrations/index.md b/docs/integrations/index.md index a02ee4a85..7d48d1531 100644 --- a/docs/integrations/index.md +++ b/docs/integrations/index.md @@ -171,9 +171,9 @@ The {ref}`community ` would love to help you build new SDKs. Currentl :header-rows: 0 :widths: 20 30 -* - [flytekit](https://docs.flyte.org/en/latest/api/flytekit/docs_index.html) +* - [flytekit](https://github.com/flyteorg/flytekit) - The Python SDK for Flyte. -* - [flytekit-java](https://github.com/spotify/flytekit-java) +* - [flytekit-java](https://github.com/flyteorg/flytekit-java) - The Java/Scala SDK for Flyte. ``` @@ -259,8 +259,8 @@ Hive :hidden: :caption: SDKs for writing tasks and workflows -flytekit -flytekit-java +flytekit +flytekit-java ```