From 03b242e2ac231ecc734c7e2865317bab1c7d50fd Mon Sep 17 00:00:00 2001 From: DieMyst Date: Wed, 2 Dec 2020 18:01:44 +0300 Subject: [PATCH] update links --- src/HubPage/View.elm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/HubPage/View.elm b/src/HubPage/View.elm index 9fa0640..4d2fc09 100644 --- a/src/HubPage/View.elm +++ b/src/HubPage/View.elm @@ -28,9 +28,9 @@ welcomeText = div [ classes "w-two-thirds" ] [ span [] [ text "Welcome to the Fluence Developer Hub! Start building with composing existing services or explore featured modules to create your custom services. Learn more about how to build applications in " - , a [ attribute "href" "/" ] [ text "Documentation" ] - , text " and " - , a [ attribute "href" "/" ] [ text "Tutorials" ] + , a [ attribute "href" "https://fluence-labs.readme.io/docs" ] [ text "Documentation" ] + --, text " and " + --, a [ attribute "href" "/" ] [ text "Tutorials" ] , text "." ] ]