Skip to content

Commit 2628f07

Browse files
committed
fixing image links
1 parent 633a98a commit 2628f07

File tree

70 files changed

+269
-269
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+269
-269
lines changed

docs/general-development/create-a-map-view-for-the-geolocation-field-in-sharepoint.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The following steps demonstrate how to create a map view from the SharePoint 201
6969

7070

7171

72-
![Edit Control Box menu for SharePoint list](../../images/SPCon15_CreateMapView_ECB_Menu__fig1.png)
72+
![Edit Control Box menu for SharePoint list](../../images/SPCon15_CreateMapView_ECB_Menu__fig1.png)
7373

7474

7575

@@ -81,7 +81,7 @@ The following steps demonstrate how to create a map view from the SharePoint 201
8181

8282

8383

84-
![Choose Map View from the list of view types](../../images/SPCon15_CreateMapView_ChooseViewType__fig2.png)
84+
![Choose Map View from the list of view types](../../images/SPCon15_CreateMapView_ChooseViewType__fig2.png)
8585

8686

8787

@@ -93,7 +93,7 @@ The following steps demonstrate how to create a map view from the SharePoint 201
9393

9494

9595

96-
![Select fields to appear in the view](../../images/SPCon15_CreateMapView_SelectFieldsForView__fig3.png)
96+
![Select fields to appear in the view](../../images/SPCon15_CreateMapView_SelectFieldsForView__fig3.png)
9797

9898

9999

@@ -105,7 +105,7 @@ The following steps demonstrate how to create a map view from the SharePoint 201
105105

106106

107107

108-
![Completed map view](../../images/SPCon15_CreateMapView_MyMapView__fig4.png)
108+
![Completed map view](../../images/SPCon15_CreateMapView_MyMapView__fig4.png)
109109

110110

111111

docs/general-development/create-a-sharepoint-workflow-app-using-visual-studio-2012.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The first step is preparing our SharePoint site with document libraries that our
122122

123123

124124

125-
![New project dialog in Visual Studio 2012](../../images/ngGK_Fig02.png)
125+
![New project dialog in Visual Studio 2012](../../images/ngGK_Fig02.png)
126126

127127

128128

@@ -142,7 +142,7 @@ The first step is preparing our SharePoint site with document libraries that our
142142

143143

144144

145-
![Create new document library wizard](../../images/ngGK_Fig03.png)
145+
![Create new document library wizard](../../images/ngGK_Fig03.png)
146146

147147

148148

@@ -181,7 +181,7 @@ The first step is preparing our SharePoint site with document libraries that our
181181

182182

183183

184-
![Set custom column properties](../../images/ngGK_Fig04.png)
184+
![Set custom column properties](../../images/ngGK_Fig04.png)
185185

186186

187187

@@ -202,7 +202,7 @@ Now we're ready to create the workflow itself.
202202

203203

204204

205-
![Add new workflow item](../../images/ngGK_Fig05.png)
205+
![Add new workflow item](../../images/ngGK_Fig05.png)
206206

207207

208208

@@ -214,7 +214,7 @@ Now we're ready to create the workflow itself.
214214

215215

216216

217-
![Specify workflow name and type](../../images/ngGK_Fig06.png)
217+
![Specify workflow name and type](../../images/ngGK_Fig06.png)
218218

219219

220220

@@ -226,7 +226,7 @@ Now we're ready to create the workflow itself.
226226

227227

228228

229-
![Completing the SharePint Customization Wizard](../../images/ngGK_Fig07.png)
229+
![Completing the SharePint Customization Wizard](../../images/ngGK_Fig07.png)
230230

231231

232232

@@ -238,7 +238,7 @@ Now we're ready to create the workflow itself.
238238

239239

240240

241-
![Set activation parameters for the workflow](../../images/ngGK_Fig08.png)
241+
![Set activation parameters for the workflow](../../images/ngGK_Fig08.png)
242242

243243

244244

@@ -249,7 +249,7 @@ Now we're ready to create the workflow itself.
249249

250250

251251

252-
![Workflow property grid](../../images/ngGK_Fig09.png)
252+
![Workflow property grid](../../images/ngGK_Fig09.png)
253253

254254

255255

@@ -276,7 +276,7 @@ Now that we have our SharePoint Server set up and our basic workflow created, we
276276

277277

278278

279-
![LookupSPListItem activity selector](../../images/ngGK_Fig10.png)
279+
![LookupSPListItem activity selector](../../images/ngGK_Fig10.png)
280280

281281

282282

@@ -290,7 +290,7 @@ Now that we have our SharePoint Server set up and our basic workflow created, we
290290

291291

292292

293-
![Setting properties for LookupSPListItem](../../images/ngGK_Fig11.png)
293+
![Setting properties for LookupSPListItem](../../images/ngGK_Fig11.png)
294294

295295

296296

@@ -310,7 +310,7 @@ Now that we have our SharePoint Server set up and our basic workflow created, we
310310

311311

312312

313-
![Setting property values to extract](../../images/ngGK_Fig12.png)
313+
![Setting property values to extract](../../images/ngGK_Fig12.png)
314314

315315

316316

@@ -330,7 +330,7 @@ Now that we have our SharePoint Server set up and our basic workflow created, we
330330

331331

332332

333-
![Get document status and approver properties](../../images/ngGK_Fig13.png)
333+
![Get document status and approver properties](../../images/ngGK_Fig13.png)
334334

335335

336336

@@ -347,7 +347,7 @@ Now that we have our SharePoint Server set up and our basic workflow created, we
347347

348348

349349

350-
![Creating an If/Then clause to trigger a task](../../images/ngGK_Fig14.png)
350+
![Creating an If/Then clause to trigger a task](../../images/ngGK_Fig14.png)
351351

352352

353353

@@ -362,7 +362,7 @@ Now that we have our SharePoint Server set up and our basic workflow created, we
362362

363363

364364

365-
![Task configuration dialog box](../../images/ngGK_Fig15.png)
365+
![Task configuration dialog box](../../images/ngGK_Fig15.png)
366366

367367

368368

@@ -392,7 +392,7 @@ Now that we have our SharePoint Server set up and our basic workflow created, we
392392

393393

394394

395-
![Cast the "Approver" variable to string data type](../../images/ngGK_Fig16.png)
395+
![Cast the "Approver" variable to string data type](../../images/ngGK_Fig16.png)
396396

397397

398398
At the present point in this walkthrough you have created and configured a workflow task that does two things: It sets a document to be reviewed, but also sends an email to the task assignee (the "Approver" in this case) notifying him or her that a task has been assigned and is waiting for actions.
@@ -410,7 +410,7 @@ Now that we have our SharePoint Server set up and our basic workflow created, we
410410

411411

412412

413-
![Using IF activity to check the task status](../../images/ngGK_Fig17.png)
413+
![Using IF activity to check the task status](../../images/ngGK_Fig17.png)
414414

415415

416416

@@ -430,7 +430,7 @@ Now that we have our SharePoint Server set up and our basic workflow created, we
430430

431431

432432

433-
![Specifying list item properties to update](../../images/ngGK_Fig18.png)
433+
![Specifying list item properties to update](../../images/ngGK_Fig18.png)
434434

435435

436436

@@ -445,7 +445,7 @@ Now that we have our SharePoint Server set up and our basic workflow created, we
445445

446446

447447

448-
![Adding a CopyItem activity to the workflow](../../images/ngGK_Fig19.png)
448+
![Adding a CopyItem activity to the workflow](../../images/ngGK_Fig19.png)
449449

450450

451451
Then, configure properties of the **CopyItem** activity in the property grid as depicted in Figure 20. Property values are highlighted.
@@ -455,7 +455,7 @@ Now that we have our SharePoint Server set up and our basic workflow created, we
455455

456456

457457

458-
![Configuring properties of the CopyItem activity](../../images/ngGK_Fig20.png)
458+
![Configuring properties of the CopyItem activity](../../images/ngGK_Fig20.png)
459459

460460

461461

@@ -467,7 +467,7 @@ Now that we have our SharePoint Server set up and our basic workflow created, we
467467

468468

469469

470-
![Configuring UpdateListItem for rejected documents](../../images/ngGK_Fig21.png)
470+
![Configuring UpdateListItem for rejected documents](../../images/ngGK_Fig21.png)
471471

472472

473473

docs/general-development/create-a-workflow-with-elevated-permissions-by-using-the-sharepoint-workflo.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The first step is to allow workflow to use app permissions. You configure workfl
7070

7171

7272

73-
![Settings menu](../../images/SPD15-WFAppPermissions1.png)
73+
![Settings menu](../../images/SPD15-WFAppPermissions1.png)
7474

7575

7676

@@ -91,7 +91,7 @@ The first step is to allow workflow to use app permissions. You configure workfl
9191

9292

9393

94-
![Workflow can use app permissions feature](../../images/SPD15-WFAppPermissions2.png)
94+
![Workflow can use app permissions feature](../../images/SPD15-WFAppPermissions2.png)
9595

9696

9797

@@ -121,7 +121,7 @@ In order for the workflow to function properly it must be granted full control i
121121

122122

123123

124-
![Settings menu](../../images/SPD15-WFAppPermissions1.png)
124+
![Settings menu](../../images/SPD15-WFAppPermissions1.png)
125125

126126

127127

@@ -139,7 +139,7 @@ In order for the workflow to function properly it must be granted full control i
139139

140140

141141

142-
![Selecting App Identifier](../../images/SPD15-WFAppPermissions3.png)
142+
![Selecting App Identifier](../../images/SPD15-WFAppPermissions3.png)
143143

144144

145145

docs/general-development/discovery-in-excel-services-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ For example, to access the chart in the workbook by using discovery, do the foll
109109

110110

111111

112-
![Excel Services REST discovery chart list](../../images/19126dce-b896-4623-8686-92f2fa807283.gif)
112+
![Excel Services REST discovery chart list](../../images/19126dce-b896-4623-8686-92f2fa807283.gif)
113113

114114

115115

@@ -121,7 +121,7 @@ For example, to access the chart in the workbook by using discovery, do the foll
121121

122122

123123

124-
![Viewing chart using REST](../../images/11734dcf-1b57-40cc-b1e8-8b10b7e5d5cb.gif)
124+
![Viewing chart using REST](../../images/11734dcf-1b57-40cc-b1e8-8b10b7e5d5cb.gif)
125125

126126

127127

docs/general-development/get-started-with-workflows-in-sharepoint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Visual Studio 2012 has SharePoint 2013 workflow project types built in. To creat
129129

130130

131131

132-
![New Project dialog box](../../images/wfNewProject_b2.png)
132+
![New Project dialog box](../../images/wfNewProject_b2.png)
133133

134134

135135

@@ -141,7 +141,7 @@ Visual Studio 2012 has SharePoint 2013 workflow project types built in. To creat
141141

142142

143143

144-
![Add New Item dialog box](../../images/wfAddNewItemDialog_b2.png)
144+
![Add New Item dialog box](../../images/wfAddNewItemDialog_b2.png)
145145

146146

147147

@@ -153,7 +153,7 @@ Visual Studio 2012 has SharePoint 2013 workflow project types built in. To creat
153153

154154

155155

156-
![Workflow toolbox](../../images/wfToolbox_b2.png)
156+
![Workflow toolbox](../../images/wfToolbox_b2.png)
157157

158158

159159

docs/general-development/how-to-add-a-geolocation-column-to-a-list-programmatically-in-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class Program
102102

103103

104104

105-
![Default Geolocation and Map feature](../../images/SP15Con_HowToAddGeolocationColumnUpdated_Fig1.png)
105+
![Default Geolocation and Map feature](../../images/SP15Con_HowToAddGeolocationColumnUpdated_Fig1.png)
106106

107107

108108

docs/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The most common causes of per-user throttling in SharePoint Online are client-si
100100

101101
- For example, after migrating files to SharePoint Online, you run a custom CSOM or REST script to update metadata on the files. The CSOM/REST script is updating a large number of files at a very high frequency, which triggers throttling. Similarly, an autocomplete UI widget using REST services, making too many calls to lists during each end user operation, may also cause throttling, depending on what other operations are consuming resources at the same time.
102102

103-
![Sporadic throttling](../../images/a61afe25-9597-403f-b3fa-d3f630155021.png)
103+
![Sporadic throttling](../../images/a61afe25-9597-403f-b3fa-d3f630155021.png)
104104

105105

106106

@@ -118,7 +118,7 @@ The most common causes of per-user throttling in SharePoint Online are client-si
118118

119119
- You customized your team site on SharePoint Online, for example, by adding a status indicator on the Home page. This status indicator updates frequently, which causes the page to make too many calls to the SharePoint Online service - this triggered throttling.
120120

121-
![Steady throttling](../../images/7849d413-381f-4558-9e50-b3cc9990d3e3.png)
121+
![Steady throttling](../../images/7849d413-381f-4558-9e50-b3cc9990d3e3.png)
122122

123123

124124

docs/general-development/how-to-build-and-deploy-workflow-custom-actions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Visual Studio 2012 now provides a "workflow custom activity" item type within Sh
8181

8282

8383

84-
![New Project Dialog](../../images/wfVS_NewProjectDialog.JPG)
84+
![New Project Dialog](../../images/wfVS_NewProjectDialog.JPG)
8585

8686

8787

@@ -93,7 +93,7 @@ Visual Studio 2012 now provides a "workflow custom activity" item type within Sh
9393

9494

9595

96-
![New Item Dialog Box](../../images/wfVS_NewItem.JPG)
96+
![New Item Dialog Box](../../images/wfVS_NewItem.JPG)
9797

9898

9999

@@ -108,7 +108,7 @@ Visual Studio 2012 now provides a "workflow custom activity" item type within Sh
108108

109109

110110

111-
![Workflow Toolbox](../../images/wfVS_WorkflowToolbox.jpg)
111+
![Workflow Toolbox](../../images/wfVS_WorkflowToolbox.jpg)
112112

113113

114114

docs/general-development/how-to-configure-msmq-for-sharepoint-workflows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ MSMQ is provided as a "Feature" in Windows Server. To enable MSMQ, do the follow
3434

3535

3636

37-
![Figure 1. Adding the Message Queuing feature.](../../images/ng_MsmqFeature.png)
37+
![Figure 1. Adding the Message Queuing feature.](../../images/ng_MsmqFeature.png)
3838

3939

4040

@@ -56,7 +56,7 @@ MSMQ is provided as a "Feature" in Windows Server. To enable MSMQ, do the follow
5656

5757

5858

59-
![Figure 2. The Message Queuing feature added to Ser](../../images/ng_MsmqQueues.png)
59+
![Figure 2. The Message Queuing feature added to Ser](../../images/ng_MsmqQueues.png)
6060

6161

6262

0 commit comments

Comments
 (0)