This repository was archived by the owner on Aug 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ function HomepageHeader() {
2525 </ Heading >
2626 < p className = "hero__subtitle" > { siteConfig . tagline } </ p >
2727 < div className = { styles . buttons } >
28- < Link className = "button button--primary button--lg" to = "/docs/intro " >
28+ < a className = "button button--primary button--lg" href = "/docs/index " >
2929 Documentation
30- </ Link >
30+ </ a >
3131 < Link
3232 className = "button button--secondary button--lg margin-left--sm"
3333 href = "https://disbot.xyz/invite"
@@ -114,13 +114,13 @@ function StatsSection(): ReactNode {
114114 < div className = "row" >
115115 < div className = "col col--4 text--center" >
116116 < Heading as = "h2" className = { styles . statNumber } >
117- 10,000 +
117+ 100 +
118118 </ Heading >
119119 < p className = { styles . statLabel } > Servers</ p >
120120 </ div >
121121 < div className = "col col--4 text--center" >
122122 < Heading as = "h2" className = { styles . statNumber } >
123- 5M +
123+ 100,000 +
124124 </ Heading >
125125 < p className = { styles . statLabel } > Users</ p >
126126 </ div >
@@ -144,7 +144,7 @@ function CtaSection(): ReactNode {
144144 < div className = { styles . buttons } >
145145 < Link
146146 className = "button button--primary button--lg"
147- href = "https://discord.com/oauth2/authorize?client_id=YOUR_CLIENT_ID & permissions = 8 & scope = bot "
147+ href = "https://disbot.xyz/invite "
148148 >
149149 Add to Discord
150150 </ Link >
You can’t perform that action at this time.
0 commit comments