Skip to content

Commit febc8f1

Browse files
Merge pull request #1 from PrasadKasireddy/PrasadKasireddy-patch-1
Updated the $schema in the package-solution
2 parents 1aacc4b + b1f0086 commit febc8f1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/spfx/web-parts/basics/configure-web-part-icon.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For a list of available Office UI Fabric icons, see [Icons](https://developer.mi
3232

3333
```json
3434
{
35-
"$schema": "https://dev.office.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
35+
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
3636
"id": "bcae7077-85cb-41a0-b3d3-2084f268a211",
3737
"alias": "WeatherWebPart",
3838
"componentType": "WebPart",
@@ -82,7 +82,7 @@ In addition to using Office UI Fabric icons, SharePoint Framework also allows yo
8282

8383
```json
8484
{
85-
"$schema": "https://dev.office.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
85+
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
8686
"id": "bcae7077-85cb-41a0-b3d3-2084f268a211",
8787
"alias": "WeatherWebPart",
8888
"componentType": "WebPart",
@@ -134,7 +134,7 @@ A number of services are available online that you can use to base64-encode your
134134

135135
```json
136136
{
137-
"$schema": "https://dev.office.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
137+
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
138138
"id": "bcae7077-85cb-41a0-b3d3-2084f268a211",
139139
"alias": "WeatherWebPart",
140140
"componentType": "WebPart",

docs/spfx/web-parts/basics/hide-web-part-from-toolbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ By default a SharePoint Framework client-side web part will be displayed in the
1919
2020
```json
2121
{
22-
"$schema": "https://dev.office.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
22+
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
2323
"id": "34f6d7f2-262f-460a-8b65-152d784127cb",
2424
"alias": "HelloWorldWebPart",
2525
"componentType": "WebPart",

docs/spfx/web-parts/basics/use-web-parts-full-width-column.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ By default, SharePoint Framework client-side web parts cannot be placed in full-
2222

2323
```json
2424
{
25-
"$schema": "https://dev.office.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
25+
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
2626
"id": "34f6d7f2-262f-460a-8b65-152d784127cb",
2727
"alias": "HelloWorldWebPart",
2828
"componentType": "WebPart",

docs/spfx/web-parts/guidance/validate-web-part-property-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ In this step, you implement validation logic that checks if the list with the na
158158

159159
```json
160160
{
161-
"$schema": "https://dev.office.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
161+
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
162162
"id": "1ec8f92d-ea55-4584-bf50-bac435c916bf",
163163
"alias": "ListInfoWebPart",
164164
"componentType": "WebPart",

0 commit comments

Comments
 (0)