diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD
index 2437a0fb5..dab64981c 100644
--- a/CONTRIBUTING.MD
+++ b/CONTRIBUTING.MD
@@ -1 +1 @@
-Please refer to this sub-module's root repo Contributing guide at [Teams AI v2 Contributing](https://github.com/microsoft/teams-ai/blob/v2-preview/CONTRIBUTING.md)
\ No newline at end of file
+Please refer to this sub-module's root repo Contributing guide at [Teams SDK Contributing](https://github.com/microsoft/teams-sdk/blob/main/CONTRIBUTING.md)
diff --git a/README.md b/README.md
index 990108061..3e5836a3c 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
a suite of packages used to build on the Teams Platform.
-
+
@@ -90,7 +90,7 @@ $: npm run test
> β οΈ **WARNING** these apps are changed often and are not intended to be used outside the
> projects monorepo. To easily setup a new project please use the **templates** available via
> the `@microsoft/teams.cli` and follow the
-> [Getting Started](https://microsoft.github.io/teams-ai/typescript/getting-started) documentation!
+> [Getting Started](https://microsoft.github.io/teams-sdk/typescript/getting-started) documentation!
- [`@tests/echo`](./tests/echo/README.md)
- [`@tests/auth`](./tests/auth/README.md)
diff --git a/SUPPORT.md b/SUPPORT.md
index 6f315ff2d..9ee763a38 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -6,7 +6,7 @@ This project uses GitHub Issues to track bugs and feature requests. Please searc
issues before filing new issues to avoid duplicates. For new issues, file your bug or
feature request as a new Issue.
-For help and questions about using this project, please join our [Teams AI Teams channel](https://teams.microsoft.com/l/channel/19%3A4PLRDRT5qVLpvXpfIHnoNohFElTC0aDzsNwfI0KHDxo1%40thread.tacv2/Support?groupId=1314f851-c930-4caa-b3e0-dbe9b8fe2737&tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47)
+For help and questions about using this project, please join our [Teams SDK Teams channel](https://teams.microsoft.com/l/channel/19%3A4PLRDRT5qVLpvXpfIHnoNohFElTC0aDzsNwfI0KHDxo1%40thread.tacv2/Support?groupId=1314f851-c930-4caa-b3e0-dbe9b8fe2737&tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47)
## Microsoft Support Policy
diff --git a/external/a2a/README.md b/external/a2a/README.md
index 5019d910f..c73999c99 100644
--- a/external/a2a/README.md
+++ b/external/a2a/README.md
@@ -23,11 +23,11 @@ This is a plugin that enables your Teams agent to be used as an A2A agent.
> [!NOTE]
> The A2A protocol is still early in development and hence this package is fairly experimental.
-- [What is A2A?](https://google.github.io/A2A)
+- [What is A2A?](https://google.github.io/A2A)
## Server
-Teams AI Library allows your applications to easily be accessible via Teams. However, using this plugin, you can also enable your agent to be used as an A2A agent so that it can be used by other A2A clients.
+Teams SDK allows your applications to easily be accessible via Teams. However, using this plugin, you can also enable your agent to be used as an A2A agent so that it can be used by other A2A clients.
### Configuration
@@ -91,7 +91,7 @@ app.event(
// The taskContext contains details about the task request
const result = await myEventHandler(taskContext, accumulateArtifacts);
await respond(result);
- }
+ },
);
```
diff --git a/external/mcp/README.md b/external/mcp/README.md
index 0639b752a..408214099 100644
--- a/external/mcp/README.md
+++ b/external/mcp/README.md
@@ -13,14 +13,14 @@
-
+
);
}
diff --git a/packages/client/README.md b/packages/client/README.md
index 702ec1b90..d2abab9c1 100644
--- a/packages/client/README.md
+++ b/packages/client/README.md
@@ -13,14 +13,14 @@
-
+
A client used to create app/bot surfaces such as tabs.
-
+
@@ -34,4 +34,4 @@ $: npm install @microsoft/teams.client
## Links
-- https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/what-are-tabs?tabs=personal
+- https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/what-are-tabs?tabs=personal
diff --git a/packages/common/README.md b/packages/common/README.md
index c30c11c5f..525b95c51 100644
--- a/packages/common/README.md
+++ b/packages/common/README.md
@@ -13,7 +13,7 @@
-
+
@@ -21,7 +21,7 @@
Common modules used to provide utility functionality to the other packages while
minimizing external dependencies.
-
+
diff --git a/packages/dev/README.md b/packages/dev/README.md
index 5a0c84727..0016f9f33 100644
--- a/packages/dev/README.md
+++ b/packages/dev/README.md
@@ -13,14 +13,14 @@
-
+
developer tools for making debugging/development of Teams apps easier.
-
+
@@ -32,5 +32,5 @@ $: npm install @microsoft/teams.dev
## Dependencies
-- [`express`](https://www.npmjs.com/package/express)
-- [`open`](https://www.npmjs.com/package/open)
+- [`express`](https://www.npmjs.com/package/express)
+- [`open`](https://www.npmjs.com/package/open)
diff --git a/packages/devtools/README.md b/packages/devtools/README.md
index 1c7f558d0..24706fd88 100644
--- a/packages/devtools/README.md
+++ b/packages/devtools/README.md
@@ -1,6 +1,6 @@
# Teams: DevTools
-A web frontend for the `DevToolsPlugin` in the package `@microsoft/teams.dev`.
+A web frontend for the `DevToolsPlugin` in the package `@microsoft/teams.dev`.
The devtools allow help you:
- Chat with your app locally without needing to publish your app or interact with teams directlyπ¬
@@ -8,7 +8,7 @@ The devtools allow help you:
- Inspect logs from your app liveποΈβ‘
- Build/debug/send cardsπͺͺ
-
+
diff --git a/packages/graph-endpoints-beta/README.md b/packages/graph-endpoints-beta/README.md
index 49e848fae..bc40473b2 100644
--- a/packages/graph-endpoints-beta/README.md
+++ b/packages/graph-endpoints-beta/README.md
@@ -13,7 +13,7 @@
-
+
@@ -26,7 +26,7 @@ change. We don't recommend that you use them in your production apps.
To use APIs that are generally available, please refer to @microsoft/teams.graph-endpoints.
-
+
diff --git a/packages/graph-endpoints/README.md b/packages/graph-endpoints/README.md
index 683d8b3c4..152301c5e 100644
--- a/packages/graph-endpoints/README.md
+++ b/packages/graph-endpoints/README.md
@@ -13,7 +13,7 @@
-
+
@@ -23,7 +23,7 @@ together with
+
diff --git a/packages/graph-tools/README.md b/packages/graph-tools/README.md
index 3005d2557..ba56dca82 100644
--- a/packages/graph-tools/README.md
+++ b/packages/graph-tools/README.md
@@ -1,38 +1,12 @@
-# Teams: Graph
-
-
);
}
diff --git a/turbo/generators/config.ts b/turbo/generators/config.ts
index 66ba35160..abbaf80f2 100644
--- a/turbo/generators/config.ts
+++ b/turbo/generators/config.ts
@@ -103,7 +103,7 @@ export default function generator(plop: PlopTypes.NodePlopAPI): void {
// Generator for creating new applications in tests
plop.setGenerator("Test Application", {
- description: "Create a new Teams AI v2 test application",
+ description: "Create a new Teams SDK test application",
prompts: [
{
type: "input",
diff --git a/turbo/generators/templates/package/README.md.hbs b/turbo/generators/templates/package/README.md.hbs
index 04d0076c5..9de5ed8b3 100644
--- a/turbo/generators/templates/package/README.md.hbs
+++ b/turbo/generators/templates/package/README.md.hbs
@@ -20,8 +20,8 @@
{{description}}
-
+
-## Install
\ No newline at end of file
+## Install