From 07c6fe812bd494819eadd5d987f46a1163ecf5b0 Mon Sep 17 00:00:00 2001 From: aarvin roshin Date: Sun, 2 Jun 2024 09:34:18 -0700 Subject: [PATCH] docs: better readme links --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51a48b5..0831aa5 100644 --- a/README.md +++ b/README.md @@ -51,4 +51,7 @@ func Component(ctx *component.Context) component.State { } ``` -For details, please check project's website on https://kyoto.codes. Also, you may check the library index to explore available sub\-packages and https://pkg.go.dev for Go'ish documentation style. +For details, please check project's website on [kyoto.codes][docs]. Also, you may check the library index to explore available sub\-packages and [pkg.go.dev][pkg] for Go'ish documentation style. + +[docs]: https://kyoto.codes/ +[pkg]: https://pkg.go.dev/github.com/kyoto-framework/kyoto