From 00a39698129bf22e00baf22ae4e33ca3748ec8df Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Thu, 22 Dec 2022 12:12:56 -0600 Subject: [PATCH] Mention Hub --- docs/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 58cc4762f..6f95de165 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,7 +10,7 @@ The Meltano_ Singer SDK for Taps and Targets is the fastest way to build custom data extractors and loaders! Taps and targets built on the SDK are automatically compliant with the `Singer Spec`_, the de-facto open source standard for extract and load pipelines, and therefore Meltano_. -If you're looking to add support to Meltano for a new data tool, check out the `Meltano EDK`_ (Extension Development Kit). +If you're looking to add support to Meltano for a new data tool that would be listed on the `Meltano Hub`_ as a utility, check out the `Meltano EDK`_ (Extension Development Kit) instead. Future-proof extractors and loaders, with less code --------------------------------------------------- @@ -78,6 +78,7 @@ Advanced Topics .. _Singer Spec: https://hub.meltano.com/singer/spec .. _Meltano: https://www.meltano.com .. _Meltano SDK: https://edk.meltano.com +.. _Meltano Hub: https://hub.meltano.com/utilities/ .. _integrated with Meltano: https://docs.meltano.com/tutorials/custom-extractor#add-the-plugin-to-your-meltano-project .. _contribute back: https://github.com/meltano/sdk/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+merge+requests%22 .. _source code: https://github.com/meltano/sdk