Skip to content

Commit f0daa85

Browse files
authored
fixed thumbnail
1 parent 5052617 commit f0daa85

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

samples/js-application-redirect/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Redirect from URL based on mapping from a list on the site. Can be used to automatically redirect from pages to other locations.
88

99

10-
![Redirection Extension](https://github.com/pnp/sp-starter-kit/blob/master/assets/images/components/ext-redirects.gif?raw=true)
10+
![Redirection Extension](assets/ext-redirects.gif)
1111

1212
## Used SharePoint Framework Version
1313

6.6 MB
Loading
139 KB
Loading

samples/js-application-redirect/assets/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{
3232
"type": "image",
3333
"order": 100,
34-
"url": "https://github.com/pnp/sp-starter-kit/blob/master/assets/images/components/ext-redirects.gif",
34+
"url": "https://github.com/pnp/sp-dev-fx-extensions/tree/raw/samples/js-application-redirect/ext-redirects.png",
3535
"alt": "Redirect Application Customizers"
3636
}
3737
],

samples/react-driveitem-properties/assets/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"name": "DriveItemProperties.png",
3333
"type": "image",
3434
"order": 100,
35-
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-driveitem-properties/assets/DriveItemProperties.png",
35+
"url": "https://github.com/pnp/sp-dev-fx-extensions/raw/main/samples/react-driveitem-properties/assets/DriveItemProperties.png",
3636
"alt": "Web Part Preview"
3737
}
3838
],

0 commit comments

Comments
 (0)