From bce2df3e2d8cee22666390342b7df94699dcf384 Mon Sep 17 00:00:00 2001 From: Arthur Stankevich <6768522+a-stankevich@users.noreply.github.com> Date: Tue, 17 Mar 2026 19:59:13 +0100 Subject: [PATCH] Fixed md formatting (#2307) --- packages/mom/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mom/README.md b/packages/mom/README.md index 2515b019..a2eb2c3e 100644 --- a/packages/mom/README.md +++ b/packages/mom/README.md @@ -237,7 +237,7 @@ description: Read, search, and send Gmail via IMAP/SMTP When mom responds, she's given the names, descriptions, and file locations of all `SKILL.md` files in `/workspace/skills/` and `/workspace//skills/`, so she knows what's available to handle your request. When mom decides to use a skill, she reads the `SKILL.md` in full, after which she's able to use the skill by invoking its scripts and programs. -You can find a set of basic skills at . Just tell mom to clone this repository into `/workspace/skills/pi-skills` and she'll help you set up the rest. +You can find a set of basic skills at [github.com/badlogic/pi-skills](https://github.com/badlogic/pi-skills). Just tell mom to clone this repository into `/workspace/skills/pi-skills` and she'll help you set up the rest. #### Creating a Skill