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
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
1414Follow 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 ).
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments