Skip to content

Commit bb757f0

Browse files
Update link to doc
1 parent 1fd49e5 commit bb757f0

File tree

1 file changed

+1
-1
lines changed
  • resources/io/github/abogoyavlensky/clojure_stack_lite/src

1 file changed

+1
-1
lines changed

resources/io/github/abogoyavlensky/clojure_stack_lite/src/views.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959
" and define a handler in " [:code {:class ["bg-slate-100" "px-1" "rounded"]} "src/yourproject/handlers.clj"]]
6060
[:div {:class ["mb-16"]}
6161
[: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"]]]]
62+
:href "https://stack.bogoyavlensky.com/docs/lite/first-app"} "Get Started"]]]]
6363
[:footer {:class ["py-6" "text-center" "text-sm" "text-slate-500"]}
6464
[:p "Made with ❤️ for the Clojure community"]]]))

0 commit comments

Comments
 (0)