diff --git a/examples/output-demo-pharma-mx/demo-presentation.pptx b/examples/output-demo-pharma-mx/demo-presentation.pptx index 418681d..a037116 100644 Binary files a/examples/output-demo-pharma-mx/demo-presentation.pptx and b/examples/output-demo-pharma-mx/demo-presentation.pptx differ diff --git a/tools/gen_demo_deck.py b/tools/gen_demo_deck.py index 7a668ff..263ff02 100644 --- a/tools/gen_demo_deck.py +++ b/tools/gen_demo_deck.py @@ -444,13 +444,16 @@ def build_demo_deck(output_path): ' "https://mcp.tech-lad.com/deal-accelerator/mcp/"', "", "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):", " 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" ) @@ -458,7 +461,7 @@ def build_demo_deck(output_path): # ── SLIDE 13: Closing ── gen.add_closing_slide( 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)