diff --git a/README.md b/README.md
index 7c96f68..fa64759 100644
--- a/README.md
+++ b/README.md
@@ -48,4 +48,4 @@ To submit your package to the Modular community channel, you’ll need to:
2. Add a folder to the `/recipes` folder. Give it the same name as your package.
3. In the folder for your package, include a rattler-build recipe file named `recipe.yaml` and a file that includes tests for your package.
-Before submitting a package, please [join the early access program](https://forum.modular.com/t/community-channel-early-access/213) to get access to the full instructions and guidelines (plus, you'll get swag!).
+Before submitting a package, please [join the early access program](https://forum.modular.com/t/getting-started-with-community-packages/219) to get access to the full instructions and guidelines (plus, you'll get swag!).
diff --git a/recipes/mojmelo/README.md b/recipes/mojmelo/README.md
index c452231..8c7005b 100644
--- a/recipes/mojmelo/README.md
+++ b/recipes/mojmelo/README.md
@@ -3,13 +3,10 @@
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![BSD-3-Clause License][license-shield]][license-url]
-![CodeQL](https://github.com/yetalit/Mojmelo/workflows/CodeQL/badge.svg)
+![CodeQL](https://github.com/yetalit/Mojmelo/actions/workflows/codeql.yml/badge.svg)
Report Bug diff --git a/recipes/mojmelo/avatar.jpeg b/recipes/mojmelo/avatar.jpeg deleted file mode 100644 index 2f48b41..0000000 Binary files a/recipes/mojmelo/avatar.jpeg and /dev/null differ diff --git a/recipes/mojmelo/recipe.yaml b/recipes/mojmelo/recipe.yaml index da2617e..b9dae8c 100644 --- a/recipes/mojmelo/recipe.yaml +++ b/recipes/mojmelo/recipe.yaml @@ -15,7 +15,7 @@ build: - mojo package mojmelo -o ${{ PREFIX }}/lib/mojo/mojmelo.mojopkg requirements: host: - - max + - max <24.6 run: - ${{ pin_compatible('max') }}