Skip to content

Commit

Permalink
Fixing broken link (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-shahid authored Feb 22, 2024
1 parent b0def56 commit 63183e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/gcintranet/samples/custom-menu-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"id": "link2",
"text": "Link 2",
"subLinks": [{
"subhref" : "https://domain.com",
"subhref" : "https://www.google.ca/",
"subtext" : "This link"
}]
},{
Expand Down Expand Up @@ -132,7 +132,7 @@ <h2>Implementation</h2>
"id": "link2",
"text": "Link 2",
"subLinks": [{
"subhref" : "https://domain.com",
"subhref" : "https://www.google.ca/",
"subtext" : "This link"
}]
},{
Expand Down

0 comments on commit 63183e1

Please sign in to comment.