Skip to content

Commit

Permalink
Chore/doc link (#50)
Browse files Browse the repository at this point in the history
* update links

* update
  • Loading branch information
mfshao authored Jul 22, 2022
1 parent ef43c8a commit 2761dc9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/portal/config/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"items": [
{
"text": "User Guides",
"href": "/dashboard/Public/documentation/index.html"
"href": "/documentation"
},
{
"text": "Tutorials",
"href": "/dashboard/Public/documentation/index.html#Tutorials"
"href": "/documentation/platform_tutorial_videos"
},
{
"text": "FAQ",
"href": "/dashboard/Public/documentation/index.html#FAQ"
"href": "/documentation/faqs"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions packages/portal/config/landingPage.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@
"icon": "FaRegQuestionCircle",
"bodyText": "View answers to frequently asked questions.",
"btnText": "FAQs",
"href": "/dashboard/Public/documentation/index.html#FAQ",
"href": "/documentation/faqs",
"linkType": "gen3ff"
},
{
"icon": "FaVideo",
"bodyText": "Watch tutorial videos to learn how to interact with the HEAL Platform.",
"btnText": "Tutorials",
"href": "/dashboard/Public/documentation/index.html#Tutorials",
"href": "/documentation/platform_tutorial_videos",
"linkType": "gen3ff"
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/portal/config/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"topBar": {
"items": [
{
"href": "/dashboard/Public/documentation/index.html",
"href": "/documentation",
"name": "Help and Guidance",
"icon": "bx:radio-circle-marked"
}
Expand Down

0 comments on commit 2761dc9

Please sign in to comment.