Skip to content

minor links and maning fixes#6

Merged
dmartinol merged 2 commits into
RHEcosystemAppEng:mainfrom
r2dedios:fix/renaming-review
Jul 2, 2026
Merged

minor links and maning fixes#6
dmartinol merged 2 commits into
RHEcosystemAppEng:mainfrom
r2dedios:fix/renaming-review

Conversation

@r2dedios

@r2dedios r2dedios commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

Summary

Fix stale repository names and broken URLs left behind after two upstream renames that were not propagated across the codebase.

Issues found and fixes applied

  1. Stale catalog repo name (agentic-collections-catalog -> agentic-catalog)

The repository was renamed to agentic-catalog, but the old name agentic-collections-catalog was still referenced across 12 files. This caused broken links for GitHub badges, license URLs,
raw content URLs, the website footer, and installation commands.

  • Files fixed: README.md, AGENTS.md, docs/README.md, docs/index.html, docs/app.js, scripts/build_website.py, scripts/check_site.py, scripts/generate_collection_pages.py, Makefile,
    pyproject.toml, uv.lock
  1. Stale skills source repo name (agentic-collections-skills -> agentic-plugins)

The skills source repository was renamed to agentic-plugins, but all seven module entries in the marketplace file and documentation references still pointed to agentic-collections-skills.
This would cause lola install to fail since git clone would target a non-existent repository.

  • Files fixed: marketplace/rh-agentic-collection.yml (all 7 module repository fields), README.md, AGENTS.md
  1. Incorrect marketplace top-level url field

The marketplace url pointed to the skills repo (agentic-collections-skills) instead of the catalog repo itself (agentic-catalog). The marketplace name and description also still used the
old "collections" terminology, and the generated marketplace alias in generate_collection_pages.py was rh-agentic-collections instead of rh-agentic-catalog.

  • Files fixed: marketplace/rh-agentic-collection.yml (top-level name, description, url), scripts/generate_collection_pages.py
  1. Missing trailing newline in marketplace file

rh-agentic-collection.yml was missing a newline at end of file (POSIX compliance).

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
@r2dedios r2dedios requested a review from dmartinol July 2, 2026 11:07
@r2dedios r2dedios self-assigned this Jul 2, 2026
@r2dedios r2dedios added the bug Something isn't working label Jul 2, 2026
Comment thread scripts/generate_collection_pages.py Outdated
Signed-off-by: r2dedios <alex.ansi.c@gmail.com>

@dmartinol dmartinol left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! /lgtm

@dmartinol dmartinol merged commit 825fb3a into RHEcosystemAppEng:main Jul 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants