Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
MR-Addict committed May 10, 2023
1 parent de09e02 commit 057dc2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# 校科协技术开发部
# 技术部文档
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ const config = {
items: [
{
label: '电子组文档',
to: '/docs/intro',
to: '/docs/electronics/intro',
},
{
label: '编程组文档',
to: '/docs/intro',
to: '/docs/electronics/intro',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function HomepageHeader() {
<h1 className="hero__title">{siteConfig.title}</h1>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>
<Link className="button button--secondary button--lg" to="/docs/intro">
<Link className="button button--secondary button--lg" to="/docs/electronics/intro">
Docusaurus Tutorial - 5min ⏱️
</Link>
</div>
Expand Down

0 comments on commit 057dc2a

Please sign in to comment.