mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-16 01:43:21 +00:00
chore(links): switch bubbletea links to use main
Cosmetic change. Old links used `master` as the main branch. Resulting in GitHub redirecting to the correct default branch and displaying: > Branch not found, redirected to default branch. Signed-off-by: Michał Kotowski <dev@mkotowski.dev>
This commit is contained in:
committed by
Christian Rocha
parent
7a6b190840
commit
cdc743f1f4
+3
-3
@@ -66,6 +66,6 @@ own `ItemDelegate` too ([example][customDelegate]).
|
||||
|
||||
[kancli]: https://github.com/charmbracelet/kancli/blob/main/main.go#L45
|
||||
[itemDelegate]: https://pkg.go.dev/github.com/charmbracelet/bubbles/list#ItemDelegate
|
||||
[replacedLine]: https://github.com/charmbracelet/bubbletea/blob/master/examples/list-default/main.go#L77
|
||||
[listDefault]: https://github.com/charmbracelet/bubbletea/tree/master/examples/list-default
|
||||
[customDelegate]: https://github.com/charmbracelet/bubbletea/blob/master/examples/list-simple/main.go#L29-L50
|
||||
[replacedLine]: https://github.com/charmbracelet/bubbletea/blob/main/examples/list-default/main.go#L77
|
||||
[listDefault]: https://github.com/charmbracelet/bubbletea/tree/main/examples/list-default
|
||||
[customDelegate]: https://github.com/charmbracelet/bubbletea/blob/main/examples/list-simple/main.go#L29-L50
|
||||
|
||||
Reference in New Issue
Block a user