Skip to content

Commit

Permalink
Update custom-link.md (#5463)
Browse files Browse the repository at this point in the history
Fixed an error in the example for custom links to be https:// rather than https:/

Co-authored-by: Adelina Simion <[email protected]>
  • Loading branch information
3pings and addetz authored Jan 17, 2025
1 parent f35968b commit 5ae68bd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,16 @@ or open a new tab in your browser depending on how to configure the links.
"links": [
{
"label": "Google",
"url": "https:/www.google.com",
"url": "https://www.google.com",
"type": "iframe"
},
{
"label": "Google 2",
"url": "https:/www.google.com"
"url": "https://www.google.com"
},
{
"label": "Docs",
"url": "https:/docs.googlee.com",
"url": "https://docs.google.com",
"group": "Example"
},
{
Expand Down

0 comments on commit 5ae68bd

Please sign in to comment.