update links

This commit is contained in:
DieMyst 2020-12-02 18:01:44 +03:00
parent ce51aee1d5
commit 03b242e2ac

View File

@ -28,9 +28,9 @@ welcomeText =
div [ classes "w-two-thirds" ] div [ classes "w-two-thirds" ]
[ span [] [ 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 " [ 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" ] , a [ attribute "href" "https://fluence-labs.readme.io/docs" ] [ text "Documentation" ]
, text " and " --, text " and "
, a [ attribute "href" "/" ] [ text "Tutorials" ] --, a [ attribute "href" "/" ] [ text "Tutorials" ]
, text "." , text "."
] ]
] ]