diff --git a/src/Pages/Hub.elm b/src/Pages/Hub.elm index 1672e99..ba43227 100644 --- a/src/Pages/Hub.elm +++ b/src/Pages/Hub.elm @@ -71,7 +71,7 @@ welcomeText = div [ classes "w-two-thirds-ns lucida welcome-text pt2 pb3" ] [ 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" "https://fluence-labs.readme.io/docs" ] [ text "Documentation" ] + , a [ attribute "href" "https://fluence.dev" ] [ text "Documentation" ] --, text " and " --, a [ attribute "href" "/" ] [ text "Tutorials" ]