We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd49e5 commit bb757f0Copy full SHA for bb757f0
resources/io/github/abogoyavlensky/clojure_stack_lite/src/views.clj
@@ -59,6 +59,6 @@
59
" and define a handler in " [:code {:class ["bg-slate-100" "px-1" "rounded"]} "src/yourproject/handlers.clj"]]
60
[:div {:class ["mb-16"]}
61
[:a {:class ["bg-slate-900" "hover:bg-slate-800" "text-white" "font-medium" "py-3" "px-8" "rounded-lg" "transition-colors" "duration-200" "mr-4"]
62
- :href "https://stack.bogoyavlensky.com/lite/docs"} "Get Started"]]]]
+ :href "https://stack.bogoyavlensky.com/docs/lite/first-app"} "Get Started"]]]]
63
[:footer {:class ["py-6" "text-center" "text-sm" "text-slate-500"]}
64
[:p "Made with ❤️ for the Clojure community"]]]))
0 commit comments