Skip to content

Commit 50f6101

Browse files
committed
fixing link
1 parent af9aae8 commit 50f6101

File tree

1 file changed

+35
-37
lines changed

1 file changed

+35
-37
lines changed

misc/SharepointBreadcrumbs.json

Lines changed: 35 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,36 @@
11
{
2-
"Cat": "SharePoint",
3-
"parentLink": "/sharepoint",
4-
5-
"DropdownOptions": [
6-
{
7-
"Title": "SharePoint Framework",
8-
"URL": "/sharepoint/docs/spfx/sharepoint-framework-overview",
9-
"Index": "/sharepoint/docs"
10-
},
11-
{
12-
"Title": "SharePoint Framework Reference",
13-
"URL": "https://dev.office.com/sharepoint/reference/spfx/sharepoint-framework-reference-overview",
14-
"Index": "external"
15-
},
16-
{
17-
"Title": "SharePoint Framework Code Samples",
18-
"URL": "http://aka.ms/spfx-samples",
19-
"Index": "external"
20-
},
21-
{
22-
"Title": "SharePoint Add-ins",
23-
"URL": "https://msdn.microsoft.com/en-us/library/office/fp179930.aspx",
24-
"Index": "external"
25-
},
26-
{
27-
"Title": "SharePoint REST APIs",
28-
"URL": "https://msdn.microsoft.com/en-us/library/office/jj860569.aspx",
29-
"Index": "external"
30-
},
31-
{
32-
"Title": "Patterns and Practices",
33-
"URL": "https://msdn.microsoft.com/en-us/pnp_articles/office-365-development-patterns-and-practices-solution-guidance",
34-
"Index": "external"
35-
}
36-
]
37-
38-
}
2+
"Cat": "SharePoint",
3+
"parentLink": "/sharepoint",
4+
"DropdownOptions": [
5+
{
6+
"Title": "SharePoint Framework",
7+
"URL": "/sharepoint/docs/spfx/sharepoint-framework-overview",
8+
"Index": "/sharepoint/docs"
9+
},
10+
{
11+
"Title": "SharePoint Framework Reference",
12+
"URL": "/sharepoint/reference/spfx/sharepoint-framework-reference-overview",
13+
"Index": "/sharepoint/reference/spfx"
14+
},
15+
{
16+
"Title": "SharePoint Framework Code Samples",
17+
"URL": "http://aka.ms/spfx-samples",
18+
"Index": "externallink"
19+
},
20+
{
21+
"Title": "SharePoint Add-ins",
22+
"URL": "https://msdn.microsoft.com/en-us/library/office/fp179930.aspx",
23+
"Index": "externallink"
24+
},
25+
{
26+
"Title": "SharePoint REST APIs",
27+
"URL": "https://msdn.microsoft.com/en-us/library/office/jj860569.aspx",
28+
"Index": "externallink"
29+
},
30+
{
31+
"Title": "Patterns and Practices",
32+
"URL": "https://msdn.microsoft.com/en-us/pnp_articles/office-365-development-patterns-and-practices-solution-guidance",
33+
"Index": "externallink"
34+
}
35+
]
36+
}

0 commit comments

Comments
 (0)