Skip to content

Commit 0a32726

Browse files
nulluntasosbit
andauthored
Update ui/modals/hybrid/model.go
Co-authored-by: Tasos Bitsios <[email protected]>
1 parent 799651e commit 0a32726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/modals/hybrid/model.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func (m ViewModel) Controls() string {
8282
// Body returns the formatted body content of the ViewModel, including information about P2P Hybrid being available with a URL to learn more, and how to enable it.
8383
func (m ViewModel) Body() string {
8484
// TODO: Update this link to the actual NodeKit P2P Hybrid Mode documentation before release.
85-
link := "https://d.nodekit.run/abcdef"
85+
link := "https://b.nodekit.run/P2P"
8686
return lipgloss.JoinVertical(lipgloss.Center,
8787
"",
8888
"Did you know P2P Hybrid Mode is now available in NodeKit?",

0 commit comments

Comments
 (0)