File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Thank you for considering contributing to CodeHarborHub! We welcome contribution
9
9
10
10
## Getting Started
11
11
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 ) .
13
13
14
14
Follow these steps:
15
15
@@ -61,4 +61,4 @@ flowchart LR
61
61
62
62
## License
63
63
64
- This project is licensed under the [MIT License](LICENSE ).
64
+ This project is licensed under the [MIT License](/License ).
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ function GetStartedHeader() {
154
154
</ Link >
155
155
< Link
156
156
className = { `${ styles . button } ${ styles . buttonOutline } ` }
157
- to = "/docs/intro "
157
+ to = "/docs/category/github "
158
158
>
159
159
Explore Docs
160
160
< span className = { styles . buttonIcon } aria-hidden = "true" >
@@ -520,7 +520,7 @@ const LearningPath = ({
520
520
521
521
< div className = "flex items-center justify-between mt-4 pt-3 border-t border-gray-700/50" >
522
522
< Link
523
- to = "/docs"
523
+ to = "/docs/category/github "
524
524
className = { `inline-flex items-center text-sm font-medium transition-all duration-200 ${
525
525
isCompleted
526
526
? 'text-green-400 hover:text-green-300'
You can’t perform that action at this time.
0 commit comments