Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

docs(docs/installation.md) fix broken links #55#56

Open
ferromariano wants to merge 1 commit intoGentleman-Programming:mainfrom
ferromariano:patch-1
Open

docs(docs/installation.md) fix broken links #55#56
ferromariano wants to merge 1 commit intoGentleman-Programming:mainfrom
ferromariano:patch-1

Conversation

@ferromariano
Copy link
Copy Markdown

🔗 Linked Issue

Closes #55


🏷️ PR Type

  • type:bug — Bug fix
  • type:docs — Documentation only
  • type:feature — New feature
  • type:refactor — Code refactoring (no behavior change)
  • type:chore — Maintenance, dependencies, tooling
  • type:breaking-change — Breaking change

📝 Summary

  • Fix broken links in docs/installation.md
  • Update example URLs to valid paths

📂 Changes

File Change
docs/installation.md Fixed broken example links

🧪 Test Plan

  • Scripts run without errors: shellcheck scripts/*.sh
  • Manually tested the affected functionality
  • Skills load correctly in target agent (Claude Code / Gemini CLI / etc.)

Manual testing:

  • Opened docs/installation.md
  • Clicked all example links
  • Verified they no longer return errors (no 404)

🤖 Automated Checks

(Se completan solos)


✅ Contributor Checklist

  • I linked an approved issue above (Closes #N)
  • I added exactly one type:* label to this PR
  • Docs updated (if behavior changed)
  • Commits follow conventional commits format

💬 Notes for Reviewers

  • Simple documentation fix, no functional changes
  • All links in installation.md were verified manually
  • La burocracia mata

fix links examples
Copilot AI review requested due to automatic review settings March 22, 2026 03:26
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Fixes broken relative links in docs/installation.md by updating example file references so they resolve correctly from within the docs/ directory, addressing the broken-links report in #55.

Changes:

  • Updated example links from examples/... to ../examples/... for multiple agent setup sections.
  • Ensured referenced example files (Claude Code, OpenCode, Gemini CLI, Codex, VS Code, Antigravity, Cursor) point to existing paths under the repo root examples/ directory.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(docs/installation.md) broken links in the documentation

2 participants