From b09ba8d6d3e98bdaa9181cb5ade77b8b0bda6d95 Mon Sep 17 00:00:00 2001 From: rez1coder <66778119+rez1coder@users.noreply.github.com> Date: Fri, 22 Aug 2025 21:33:56 +0600 Subject: [PATCH] chore(omarchy-menu): update Omarchy manual URL to learn.omacom.io (#990) --- bin/omarchy-menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-menu b/bin/omarchy-menu index 590384dc..2e0a0f89 100755 --- a/bin/omarchy-menu +++ b/bin/omarchy-menu @@ -53,7 +53,7 @@ install_font() { show_learn_menu() { case $(menu "Learn" " Keybindings\n Omarchy\n Hyprland\n󰣇 Arch\n Neovim\n󱆃 Bash") in *Keybindings*) omarchy-menu-keybindings ;; - *Omarchy*) open_web "https://manuals.omamix.org/2/the-omarchy-manual" ;; + *Omarchy*) open_web "https://learn.omacom.io/2/the-omarchy-manual" ;; *Hyprland*) open_web "https://wiki.hypr.land/" ;; *Arch*) open_web "https://wiki.archlinux.org/title/Main_page" ;; *Bash*) open_web "https://devhints.io/bash" ;;