Skip to content

Commit d818d36

Browse files
committed
feat: change documentation site URL to sdk.stackoverflow.help
1 parent 0fcf078 commit d818d36

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/tired-papers-sleep.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"soteams-sdk-docs": minor
3+
---
4+
5+
Changed site URL to sdk.stackoverflow.help

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ yarn add @stackoverflow/teams-sdk
4040

4141
## 📚 Documentation
4242

43-
* [Quick Start Guide](https://sdk.stackoverflowteams.com/)
43+
* [Quick Start Guide](https://sdk.stackoverflow.help/)
4444
* [API v3 Overview](https://stackoverflowteams.help/en/articles/9085836-api-v3-overview)
4545

4646
## 🛠 Contributing

docs/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import starlight from '@astrojs/starlight';
44

55
// https://astro.build/config
66
export default defineConfig({
7-
site: 'https://sdk.stackoverflowteams.com',
7+
site: 'https://sdk.stackoverflow.help',
88
integrations: [
99
starlight({
1010
favicon: '/favicon.ico',

0 commit comments

Comments
 (0)