Skip to content

Commit ecf1c89

Browse files
committed
fixed complete build issue
1 parent 9978643 commit ecf1c89

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

community/contributing-guidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Thank you for considering contributing to CodeHarborHub! We welcome contribution
99

1010
## Getting Started
1111

12-
To get started with contributing to Recode-Hive, please refer to our [Contributing Guidelines](CONTRIBUTING.md).
12+
To get started with contributing to Recode-Hive, please refer to our [Contributing Guidelines](/community/contributing-guidelines).
1313

1414
Follow these steps:
1515

@@ -61,4 +61,4 @@ flowchart LR
6161
6262
## License
6363
64-
This project is licensed under the [MIT License](LICENSE).
64+
This project is licensed under the [MIT License](/License).

src/pages/get-started/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function GetStartedHeader() {
154154
</Link>
155155
<Link
156156
className={`${styles.button} ${styles.buttonOutline}`}
157-
to="/docs/intro"
157+
to="/docs/category/github"
158158
>
159159
Explore Docs
160160
<span className={styles.buttonIcon} aria-hidden="true">
@@ -520,7 +520,7 @@ const LearningPath = ({
520520

521521
<div className="flex items-center justify-between mt-4 pt-3 border-t border-gray-700/50">
522522
<Link
523-
to="/docs"
523+
to="/docs/category/github"
524524
className={`inline-flex items-center text-sm font-medium transition-all duration-200 ${
525525
isCompleted
526526
? 'text-green-400 hover:text-green-300'

0 commit comments

Comments
 (0)