Fix repo links in demo deck: skill repo + MCP repo

- Skill repo: git.tech-lad.com.br/diegoecab/oci-deal-accelerator
- MCP repo: github.com/Diegoecab/arch-mcp-oracle
- Both links on Get Started slide and closing slide

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
root
2026-04-12 23:42:07 -03:00
parent 5a490c9375
commit 394b821579
2 changed files with 6 additions and 3 deletions

View File

@@ -444,13 +444,16 @@ def build_demo_deck(output_path):
' "https://mcp.tech-lad.com/deal-accelerator/mcp/"', ' "https://mcp.tech-lad.com/deal-accelerator/mcp/"',
"", "",
"OPTION B — Clone the skill repo (full access to KB + tools):", "OPTION B — Clone the skill repo (full access to KB + tools):",
" git clone https://github.com/Diegoecab/oci-deal-accelerator.git", " git clone https://git.tech-lad.com.br/diegoecab/oci-deal-accelerator.git",
"", "",
"MCP Server repo (deploy your own instance):", "MCP Server repo (deploy your own instance):",
" github.com/Diegoecab/arch-mcp-oracle", " github.com/Diegoecab/arch-mcp-oracle",
"", "",
"Skill repo (KB + tools + generators):",
" git.tech-lad.com.br/diegoecab/oci-deal-accelerator",
"", "",
"GET_STARTED_LINK_PLACEHOLDER", "",
"Skill repo: git.tech-lad.com.br/diegoecab/oci-deal-accelerator MCP repo: github.com/Diegoecab/arch-mcp-oracle",
], ],
note="Scan the QR or visit the link above to get started in 30 seconds" note="Scan the QR or visit the link above to get started in 30 seconds"
) )
@@ -458,7 +461,7 @@ def build_demo_deck(output_path):
# ── SLIDE 13: Closing ── # ── SLIDE 13: Closing ──
gen.add_closing_slide( gen.add_closing_slide(
name="OCI Deal Accelerator", name="OCI Deal Accelerator",
title="github.com/Diegoecab/arch-mcp-oracle", title="git.tech-lad.com.br/diegoecab/oci-deal-accelerator | github.com/Diegoecab/arch-mcp-oracle",
) )
gen.save(output_path) gen.save(output_path)