File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
sidebar_position : 1
3
+ slug : /activities
3
4
---
4
5
5
6
# 🔦 Club Activties
Original file line number Diff line number Diff line change 1
1
---
2
2
sidebar_position : 1
3
+ slug : /projects
3
4
---
4
5
5
6
# 📄 Project Documentation
Original file line number Diff line number Diff line change 1
1
---
2
2
sidebar_position : 1
3
+ slug : /resources
3
4
---
4
5
5
6
# ✨ Resources
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ function ClubDetails() {
130
130
const Buttons = {
131
131
'about us' : < Link class = "button button--secondary button--block" to = "/docs/About Us" > See More</ Link > ,
132
132
'join us' : < Link class = "button button--secondary button--block" to = "https://discord.gg/WC2NdqYtDt" > Discord</ Link > ,
133
- 'our projects' : < Link class = "button button--secondary button--block" to = "/docs/projects/welcome " > Project Docs</ Link > ,
133
+ 'our projects' : < Link class = "button button--secondary button--block" to = "/docs/projects" > Project Docs</ Link > ,
134
134
} ;
135
135
136
136
return (
@@ -158,7 +158,7 @@ function ClubDetails() {
158
158
159
159
function HomepageFeatures ( ) {
160
160
const Buttons = {
161
- 'resources' : < Link class = "button button--secondary button--block" to = "/docs/resources/welcome " > Resources</ Link > ,
161
+ 'resources' : < Link class = "button button--secondary button--block" to = "/docs/resources" > Resources</ Link > ,
162
162
'meetings' : < Link class = "button button--secondary button--block" to = "/docs/current-schedule" > Meetings</ Link > ,
163
163
'collaborative projects' : < Link class = "button button--secondary button--block" to = "https://github.com/UMLCloudComputing" > Github</ Link > ,
164
164
} ;
You can’t perform that action at this time.
0 commit comments