From abf17e45dca81222f477290119d4090556d3c47a Mon Sep 17 00:00:00 2001 From: Meir Blachman Date: Fri, 11 Apr 2025 10:13:47 +0300 Subject: [PATCH] Update service.md - repo is open source, not private --- AdaptiveCards/templating/service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AdaptiveCards/templating/service.md b/AdaptiveCards/templating/service.md index 294166b0a..4c372f846 100644 --- a/AdaptiveCards/templating/service.md +++ b/AdaptiveCards/templating/service.md @@ -42,7 +42,7 @@ The card template service is a simple REST endpoint that helps: Behind it all, is: -* A shared, open-source template repository backed by GitHub. *(The repo is currently private but will be made public as soon as we tie up some loose ends)* +* A shared, open-source template repository backed by GitHub - https://github.com/microsoft/adaptivecards-templates * All the templates are flat JSON files in the repo, which makes editing, contributing, and sharing a natural part of a developer workflow. * The code for the service will be made available so you can host wherever makes the most sense to you.