Skip to content

Commit f05863c

Browse files
author
EstoesMoises
committed
fix: Quickstart link homepage
1 parent 16cc80e commit f05863c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineConfig({
1111
favicon: '/favicon.ico',
1212
title: 'Stack Overflow for Teams SDK',
1313
editLink: {
14-
baseUrl: 'https://github.com/EstoesMoises/StackOverflowSDK/edit/main/docs',
14+
baseUrl: 'https://github.com/StackExchange/StackOverflowSDK/edit/main/docs',
1515
},
1616
logo: {
1717
light: './src/assets/stackoverflow-black.svg',

docs/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hero:
99
dark: ../../assets/stackoverflow-white.png
1010
actions:
1111
- text: Quick Start Guide
12-
link: /guides/quickstart/
12+
link: StackOverflowSDK/guides/quickstart/
1313
icon: right-arrow
1414
- text: API Version 3 overview
1515
link: https://stackoverflowteams.help/en/articles/9085836-api-v3-overview

0 commit comments

Comments
 (0)