Skip to content

Commit 5890a5f

Browse files
committed
fix image links
1 parent 513c6de commit 5890a5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

k8s-docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,14 +312,14 @@ INSERT INTO public.emp (empno, fname, lname, job, mgr, hiredate, sal, comm, dept
312312
INSERT INTO public.emp (empno, fname, lname, job, mgr, hiredate, sal, comm, dept) VALUES (4, 'Jason', 'Haugland', 'SA', 1, '2021-08-06', 20000, 10, 1);
313313
INSERT INTO public.emp (empno, fname, lname, job, mgr, hiredate, sal, comm, dept) VALUES (5, 'Ryan', 'Bee', 'Field Sales', 1, '2005-08-06', 20000, 10, 1);
314314
```
315-
* Run the initial bulk load of the job ![swagger start](images/swaggerStartjob.png)
316-
* Click on *POST* START Job to biring up the API interface ![API start](images/swagger-run-load.png)
315+
* Run the initial bulk load of the job ![swagger start](../images/deployments/swaggerStartjob.png)
316+
* Click on *POST* START Job to biring up the API interface ![API start](../images/deployments/swagger-run-load.png)
317317
* click on *Try It Out*
318318
* Enter the jobname of *postgres-job*
319319
* Enter the jobtype of *load*
320320
* Test the results
321-
* Run the stream load ![swagger start](images/swaggerStartjob.png)
322-
* Click on *POST* START Job to bring up the API interface ![API start](images/swagger-run-load.png)
321+
* Run the stream load ![swagger start](../images/deployments/swaggerStartjob.png)
322+
* Click on *POST* START Job to bring up the API interface ![API start](../images/deployments/swagger-run-load.png)
323323
```bash
324324
INSERT INTO public.emp (empno, fname, lname, job, mgr, hiredate, sal, comm, dept) VALUES (111, 'Simon', 'Prickett', 'Tech Advocate', 1, '2016-08-06', 20000, 10, 1);
325325
INSERT INTO public.emp (empno, fname, lname, job, mgr, hiredate, sal, comm, dept) VALUES (112, 'Doug', 'Snyder','Territory Manager', 1, '2021-08-06', 20000, 10, 1);

0 commit comments

Comments
 (0)