Skip to content

Commit 98e4c8f

Browse files
author
Allen Terleto
committed
Fixed Image Links
1 parent 0085eec commit 98e4c8f

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

examples/db2/demo/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ Powered by Redis Enterprise
151151

152152
**Open browser to access Swagger UI -** [http://localhost:8282/swagger-ui/index.html]()
153153
<br>_For quick start, use '**cdc_job**' as **jobName**_
154-
<br><br><img src="/images/Redis Connect Swagger Front Page.jpg" style="float: right;" width = 700px height = 425px/>
154+
<br><br><img src="/images/quick-start/Redis Connect Swagger Front Page.jpg" style="float: right;" width = 700px height = 425px/>
155155

156156
**Create Job Configuration** - `/connect/api/vi/job/config/{jobName}`
157157
<br>_For quick start, use the sample `cdc-job.json` configuration:_ <a href="/examples/db2/demo/config/samples/payloads/cdc-job.json">DB2</a>
158-
<br><br><img src="/images/Redis Connect Save Job Config.png" style="float: right;" width = 700px height = 375px/>
158+
<br><br><img src="/images/quick-start/Redis Connect Save Job Config.png" style="float: right;" width = 700px height = 375px/>
159159
<br>
160160

161161
**Or Use `curl` to create the `cdc-job` configuration** <br>
@@ -167,7 +167,7 @@ Powered by Redis Enterprise
167167

168168
**Start Job -** `/connect/api/vi/job/transition/start/{jobName}/{jobType}`
169169
<br>Use '**load**' as _**jobType**_
170-
<br><br><img src="/images/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
170+
<br><br><img src="/images/quick-start/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
171171

172172
**Or Use `curl` to start the initial load for `cdc-job`** <br>
173173
`demo$ curl -X POST "http://localhost:8282/connect/api/v1/job/transition/start/cdc-job/load" -H "accept: */*"`

examples/mssql/demo/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,11 @@ Powered by Redis Enterprise
172172

173173
**Open browser to access Swagger UI -** [http://localhost:8282/swagger-ui/index.html]()
174174
<br>_For quick start, use '**cdc_job**' as **jobName**_
175-
<br><br><img src="/images/Redis Connect Swagger Front Page.jpg" style="float: right;" width = 700px height = 425px/>
175+
<br><br><img src="/images/quick-start/Redis Connect Swagger Front Page.jpg" style="float: right;" width = 700px height = 425px/>
176176

177177
**Create Job Configuration** - `/connect/api/vi/job/config/{jobName}`
178178
<br>_For quick start, use the sample `cdc-job.json` configuration:_ <a href="/examples/mssql/demo/config/samples/payloads/cdc-job.json">SQL Server</a>
179-
<br><br><img src="/images/Redis Connect Save Job Config.png" style="float: right;" width = 700px height = 375px/>
179+
<br><br><img src="/images/quick-start/Redis Connect Save Job Config.png" style="float: right;" width = 700px height = 375px/>
180180
<br>
181181

182182
**Or Use `curl` to create the `cdc-job` configuration** <br>
@@ -199,7 +199,7 @@ demo$ ./insert_mssql.sh
199199

200200
**Start Job -** `/connect/api/vi/job/transition/start/{jobName}/{jobType}`
201201
<br>Use '**load**' as _**jobType**_
202-
<br><br><img src="/images/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
202+
<br><br><img src="/images/quick-start/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
203203

204204
**Or Use `curl` to start the initial load for `cdc-job`** <br>
205205
`demo$ curl -X POST "http://localhost:8282/connect/api/v1/job/transition/start/cdc-job/load" -H "accept: */*"`
@@ -411,14 +411,14 @@ demo$ sudo docker exec -it re-node1 bash -c 'redis-cli -p 12000 ft.search idx:em
411411

412412
**Start Job -** `/connect/api/vi/job/transition/start/{jobName}/{jobType}`
413413
<br>Use '**stream**' as _**jobType**_
414-
<br><br><img src="/images/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
414+
<br><br><img src="/images/quick-start/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
415415

416416
**Or Use `curl` to start the stream for `cdc-job`** <br>
417417
`demo$ curl -X POST "http://localhost:8282/connect/api/v1/job/transition/start/cdc-job/stream" -H "accept: */*"`
418418

419419
**Confirm Job Claim -** `/connect/api/vi/jobs/claim/{jobStatus}`
420420
<br>_For quick start, use '**all**' as **jobStatus**_
421-
<br><br><img src="/images/Redis Connect Quick Start Get Claims.png" style="float: right;" width = 700px height = 250px/>
421+
<br><br><img src="/images/quick-start/Redis Connect Quick Start Get Claims.png" style="float: right;" width = 700px height = 250px/>
422422

423423
**Or Use `curl` to query the `cdc-job` status** <br>
424424
`demo$ curl -X GET "http://localhost:8282/connect/api/v1/cluster/jobs/claim/all" -H "accept: */*"`

examples/mysql/demo/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ Powered by Redis Enterprise
164164

165165
**Open browser to access Swagger UI -** [http://localhost:8282/swagger-ui/index.html]()
166166
<br>_For quick start, use '**cdc_job**' as **jobName**_
167-
<br><br><img src="/images/Redis Connect Swagger Front Page.jpg" style="float: right;" width = 700px height = 425px/>
167+
<br><br><img src="/images/quick-start/Redis Connect Swagger Front Page.jpg" style="float: right;" width = 700px height = 425px/>
168168

169169
**Create Job Configuration** - `/connect/api/vi/job/config/{jobName}`
170170
<br>_For quick start, use the sample `cdc-job.json` configuration:_ <a href="/examples/mysql/demo/config/samples/payloads/cdc-job.json">MySQL</a>
171-
<br><br><img src="/images/Redis Connect Save Job Config.png" style="float: right;" width = 700px height = 375px/>
171+
<br><br><img src="/images/quick-start/Redis Connect Save Job Config.png" style="float: right;" width = 700px height = 375px/>
172172
<br>
173173

174174
**Or Use `curl` to create the `cdc-job` configuration** <br>
@@ -191,7 +191,7 @@ demo$ ./insert_mysql.sh
191191

192192
**Start Job -** `/connect/api/vi/job/transition/start/{jobName}/{jobType}`
193193
<br>Use '**load**' as _**jobType**_
194-
<br><br><img src="/images/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
194+
<br><br><img src="/images/quick-start/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
195195

196196
**Or Use `curl` to start the initial load for `cdc-job`** <br>
197197
`demo$ curl -X POST "http://localhost:8282/connect/api/v1/job/transition/start/cdc-job/load" -H "accept: */*"`
@@ -403,14 +403,14 @@ demo$ sudo docker exec -it re-node1 bash -c 'redis-cli -p 12000 ft.search idx:em
403403

404404
**Start Job -** `/connect/api/vi/job/transition/start/{jobName}/{jobType}`
405405
<br>Use '**stream**' as _**jobType**_
406-
<br><br><img src="/images/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
406+
<br><br><img src="/images/quick-start/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
407407

408408
**Or Use `curl` to start the stream for `cdc-job`** <br>
409409
`demo$ curl -X POST "http://localhost:8282/connect/api/v1/job/transition/start/cdc-job/stream" -H "accept: */*"`
410410

411411
**Confirm Job Claim -** `/connect/api/vi/jobs/claim/{jobStatus}`
412412
<br>_For quick start, use '**all**' as **jobStatus**_
413-
<br><br><img src="/images/Redis Connect Quick Start Get Claims.png" style="float: right;" width = 700px height = 250px/>
413+
<br><br><img src="/images/quick-start/Redis Connect Quick Start Get Claims.png" style="float: right;" width = 700px height = 250px/>
414414

415415
**Or Use `curl` to query the `cdc-job` status** <br>
416416
`demo$ curl -X GET "http://localhost:8282/connect/api/v1/cluster/jobs/claim/all" -H "accept: */*"`

examples/oracle/demo/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,11 @@ Powered by Redis Enterprise
239239
240240
**Open browser to access Swagger UI -** [http://localhost:8282/swagger-ui/index.html]()
241241
<br>_For quick start, use '**cdc_job**' as **jobName**_
242-
<br><br><img src="/images/Redis Connect Swagger Front Page.jpg" style="float: right;" width = 700px height = 425px/>
242+
<br><br><img src="/images/quick-start/Redis Connect Swagger Front Page.jpg" style="float: right;" width = 700px height = 425px/>
243243
244244
**Create Job Configuration** - `/connect/api/vi/job/config/{jobName}`
245245
<br>_For quick start, use the sample `cdc-job.json` configuration:_ <a href="/examples/oracle/demo/config/samples/payloads/cdc-job.json">Oracle</a>
246-
<br><br><img src="/images/Redis Connect Save Job Config.png" style="float: right;" width = 700px height = 375px/>
246+
<br><br><img src="/images/quick-start/Redis Connect Save Job Config.png" style="float: right;" width = 700px height = 375px/>
247247
<br>
248248
249249
**Or Use `curl` to create the `cdc-job` configuration** <br>
@@ -306,7 +306,7 @@ for more information about the load.
306306
307307
**Start Job -** `/connect/api/vi/job/transition/start/{jobName}/{jobType}`
308308
<br>Use '**load**' as _**jobType**_
309-
<br><br><img src="/images/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
309+
<br><br><img src="/images/quick-start/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
310310
311311
**Or Use `curl` to start the initial load for `cdc-job`** <br>
312312
```bash
@@ -382,14 +382,14 @@ demo$ sudo docker exec -it re-node1 bash -c 'redis-cli -p 12000 ft.search idx:em
382382
383383
**Start Job -** `/connect/api/vi/job/transition/start/{jobName}/{jobType}`
384384
<br>Use '**stream**' as _**jobType**_
385-
<br><br><img src="/images/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
385+
<br><br><img src="/images/quick-start/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
386386
387387
**Or Use `curl` to start the stream for `cdc-job`** <br>
388388
`demo$ curl -X POST "http://localhost:8282/connect/api/v1/job/transition/start/cdc-job/stream" -H "accept: */*"`
389389
390390
**Confirm Job Claim -** `/connect/api/vi/jobs/claim/{jobStatus}`
391391
<br>_For quick start, use '**all**' as **jobStatus**_
392-
<br><br><img src="/images/Redis Connect Quick Start Get Claims.png" style="float: right;" width = 700px height = 250px/>
392+
<br><br><img src="/images/quick-start/Redis Connect Quick Start Get Claims.png" style="float: right;" width = 700px height = 250px/>
393393
394394
**Or Use `curl` to query the `cdc-job` status** <br>
395395
`demo$ curl -X GET "http://localhost:8282/connect/api/v1/cluster/jobs/claim/all" -H "accept: */*"`

examples/postgres/demo/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,11 @@ Powered by Redis Enterprise
169169

170170
**Open browser to access Swagger UI -** [http://localhost:8282/swagger-ui/index.html]()
171171
<br>_For quick start, use '**cdc_job**' as **jobName**_
172-
<br><br><img src="/images/Redis Connect Swagger Front Page.jpg" style="float: right;" width = 700px height = 425px/>
172+
<br><br><img src="/images/quick-start/Redis Connect Swagger Front Page.jpg" style="float: right;" width = 700px height = 425px/>
173173

174174
**Create Job Configuration** - `/connect/api/vi/job/config/{jobName}`
175175
<br>_For quick start, use the sample `cdc-job.json` configuration:_ <a href="/examples/postgres/demo/config/samples/payloads/cdc-job.json">PostgreSQL</a>
176-
<br><br><img src="/images/Redis Connect Save Job Config.png" style="float: right;" width = 700px height = 375px/>
176+
<br><br><img src="/images/quick-start/Redis Connect Save Job Config.png" style="float: right;" width = 700px height = 375px/>
177177
<br>
178178

179179
**Or Use `curl` to create the `cdc-job` configuration** <br>
@@ -212,7 +212,7 @@ RedisConnect=# select * from emp;
212212

213213
**Start Job -** `/connect/api/vi/job/transition/start/{jobName}/{jobType}`
214214
<br>Use '**load**' as _**jobType**_
215-
<br><br><img src="/images/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
215+
<br><br><img src="/images/quick-start/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
216216

217217
**Or Use `curl` to start the initial load for `cdc-job`** <br>
218218
`demo$ curl -X POST "http://localhost:8282/connect/api/v1/job/transition/start/cdc-job/load" -H "accept: */*"`
@@ -272,14 +272,14 @@ demo$ sudo docker exec -it re-node1 bash -c 'redis-cli -p 12000 ft.search idx:em
272272

273273
**Start Job -** `/connect/api/vi/job/transition/start/{jobName}/{jobType}`
274274
<br>Use '**stream**' as _**jobType**_
275-
<br><br><img src="/images/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
275+
<br><br><img src="/images/quick-start/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
276276

277277
**Or Use `curl` to start the stream for `cdc-job`** <br>
278278
`demo$ curl -X POST "http://localhost:8282/connect/api/v1/job/transition/start/cdc-job/stream" -H "accept: */*"`
279279

280280
**Confirm Job Claim -** `/connect/api/vi/jobs/claim/{jobStatus}`
281281
<br>_For quick start, use '**all**' as **jobStatus**_
282-
<br><br><img src="/images/Redis Connect Quick Start Get Claims.png" style="float: right;" width = 700px height = 250px/>
282+
<br><br><img src="/images/quick-start/Redis Connect Quick Start Get Claims.png" style="float: right;" width = 700px height = 250px/>
283283

284284
**Or Use `curl` to query the `cdc-job` status** <br>
285285
`demo$ curl -X GET "http://localhost:8282/connect/api/v1/cluster/jobs/claim/all" -H "accept: */*"`

examples/vertica/demo/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ Powered by Redis Enterprise
151151

152152
**Open browser to access Swagger UI -** [http://localhost:8282/swagger-ui/index.html]()
153153
<br>_For quick start, use '**cdc_job**' as **jobName**_
154-
<br><br><img src="/images/Redis Connect Swagger Front Page.jpg" style="float: right;" width = 700px height = 425px/>
154+
<br><br><img src="/images/quick-start/Redis Connect Swagger Front Page.jpg" style="float: right;" width = 700px height = 425px/>
155155

156156
**Create Job Configuration** - `/connect/api/vi/job/config/{jobName}`
157157
<br>_For quick start, use the sample `cdc-job.json` configuration:_ <a href="/examples/vertica/demo/config/samples/payloads/cdc-job.json">Vertica</a>
158-
<br><br><img src="/images/Redis Connect Save Job Config.png" style="float: right;" width = 700px height = 375px/>
158+
<br><br><img src="/images/quick-start/Redis Connect Save Job Config.png" style="float: right;" width = 700px height = 375px/>
159159
<br>
160160

161161
**Or Use `curl` to create the `cdc-job` configuration** <br>
@@ -167,7 +167,7 @@ Powered by Redis Enterprise
167167

168168
**Start Job -** `/connect/api/vi/job/transition/start/{jobName}/{jobType}`
169169
<br>Use '**load**' as _**jobType**_
170-
<br><br><img src="/images/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
170+
<br><br><img src="/images/quick-start/Redis Connect Start Job.png" style="float: right;" width = 700px height = 375px/>
171171

172172
**Or Use `curl` to start the initial load for `cdc-job`** <br>
173173
`demo$ curl -X POST "http://localhost:8282/connect/api/v1/job/transition/start/cdc-job/load" -H "accept: */*"`

0 commit comments

Comments
 (0)