Skip to content

Commit

Permalink
Fix: mgt story links (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmetulev authored and thewahome committed Jun 10, 2021
1 parent df6425b commit c57dde6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/graph-toolkit-examples/templates.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"/me": "https://mgt.dev/iframe.html?id=components-mgt-person-card--person-card-hover&source=ge",
"/me": "https://mgt.dev/iframe.html?id=components-mgt-person-card--person-card&source=ge",
"/me/people": "https://mgt.dev/iframe.html?id=components-mgt-people--people&source=ge",
"/me/planner/tasks": "https://mgt.dev/iframe.html?id=components-mgt-tasks--tasks&source=ge",
"/me/calendarview\\?startdatetime=([^/?]+)&enddatetime=([^/?]+)": "https://mgt.dev/iframe.html?id=components-mgt-agenda--get-events-for-next-week&source=ge",
"/me/photo/\\$value": "https://mgt.dev/iframe.html?id=components-mgt-person--person-photo-only&source=ge"
}
"/me/calendarview\\?startdatetime=([^/?]+)&enddatetime=([^/?]+)": "https://mgt.dev/iframe.html?id=components-mgt-agenda-properties--get-events-for-next-week&source=ge",
"/me/photo/\\$value": "https://mgt.dev/iframe.html?id=components-mgt-person-properties--person-photo-only&source=ge"
}

0 comments on commit c57dde6

Please sign in to comment.