Skip to content

Commit 0299e97

Browse files
mjimisonVesaJuvonen
authored andcommitted
Incorrect Image references on wiki page (SharePoint#665)
1 parent e1bc7c5 commit 0299e97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/spfx/toolchain/integrate-gulp-tasks-in-build-pipeline.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ gulp --tasks
2828

2929
The command above will list all the available tasks.
3030

31-
![Available gulp tasks](../../images/gulp-tasks-available.png)
31+
![Available gulp tasks](../../../images/gulp-tasks-available.png)
3232

3333
## Custom gulp tasks
3434
To add your custom tasks, you will define the custom tasks in the `gulpfile.js`. Open the `gulpfile.js` in your code editor. The default code initializes the SharePoint Framework toolchain and the global `gulp` instance for the toolchain. Any custom tasks added should be defined before initializing the global `gulp` instance.
@@ -138,11 +138,11 @@ Now, you can execute this task from the gulp command line as follows:
138138
gulp resize-images
139139
```
140140

141-
![image-resize-task](../../images/gulp-extend-image-resize-task.png)
141+
![image-resize-task](../../../images/gulp-extend-image-resize-task.png)
142142

143143
You will also see this `resize-images` task in the available tasks for your project when you execute `gulp --tasks`:
144144

145-
![image-resize-task with available tasks](../../images/gulp-extend-image-resize-available-tasks.png)
145+
![image-resize-task with available tasks](../../../images/gulp-extend-image-resize-available-tasks.png)
146146

147147

148148

0 commit comments

Comments
 (0)