Skip to content

Commit 4df8a09

Browse files
authored
fix: use full image URLs in READMEs to fix rendering on Confluent Developer (#6) (#65)
1 parent 4b437a6 commit 4df8a09

File tree

16 files changed

+47
-24
lines changed

16 files changed

+47
-24
lines changed

aggregating-minmax/flinksql/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,6 @@ Run the following command to execute [FlinkSqlAggregatingMinMaxTest#testMinMax](
194194

195195
The query output should look like this:
196196

197-
![](img/query-output.png)
197+
![Query output](https://raw.githubusercontent.com/confluentinc/tutorials/master/aggregating-minmax/flinksql/img/query-output.png)
198+
199+
</details>

confluent-cloud-connector-aws-privatelink/kafka/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ confluent connect cluster create --config-file /tmp/datagen-connector.json
5959
```
6060
* After a minute or so, validate in the Confluent Cloud Console that the connector is running. In the lefhand navigation, select `Environments`, click into the environment, then click the PrivateLink cluster. In the lefthand navigation, select `Connectors` and verify that the connector state is `Running` and generating messages:
6161

62-
![](img/cc-datagen.png)
62+
![Datagen](https://raw.githubusercontent.com/confluentinc/tutorials/master/confluent-cloud-connector-aws-privatelink/kafka/img/cc-datagen.png)
6363

6464
## Create AWS egress access point
6565

@@ -166,7 +166,7 @@ Create a JSON file `/tmp/s3-connector.json`. Be sure to populate values specific
166166

167167
To validate that the connector is sinking data into S3, navigate to the Connectors page in the Confluent Cloud Console. Check that the connector state is `Running` and processing messages:
168168

169-
![](img/cc-s3-sink.png).
169+
![S3 Sink](https://raw.githubusercontent.com/confluentinc/tutorials/master/confluent-cloud-connector-aws-privatelink/kafka/img/cc-s3-sink.png)
170170

171171
It may take some time for data to show up since the connector sinks on an hourly basis. You can also check in S3 to make sure that data is showing up in the bucket that you created above.
172172

cumulating-windows/flinksql/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,6 @@ Run the following command to execute [FlinkSqlCumulatingWindowTest#testCumulatin
208208

209209
The query output should look like this:
210210

211-
![](img/query-output.png)
211+
![Query output](https://raw.githubusercontent.com/confluentinc/tutorials/master/cumulating-windows/flinksql/img/query-output.png)
212+
213+
</details>

deduplication-windowed/flinksql/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,6 @@ Run the following command to execute [FlinkSqlFindingDistinctTest#testFindDistin
202202

203203
The query output should look like this. Note that there is no row for the event that occurred at time `03:10:00` because the `03:00:00 - 04:00:00` window is still open.
204204

205-
![](img/query-output.png)
205+
![Query output](https://raw.githubusercontent.com/confluentinc/tutorials/master/deduplication-windowed/flinksql/img/query-output.png)
206+
207+
</details>

deduplication/flinksql/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,6 @@ Run the following command to execute [FlinkSqlFindingDistinctTest#testFindDistin
188188

189189
The query output should look like this:
190190

191-
![](img/query-output.png)
191+
![Query output](https://raw.githubusercontent.com/confluentinc/tutorials/master/deduplication/flinksql/img/query-output.png)
192+
193+
</details>

filtering/flinksql/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,6 @@ Run the following command to execute [FlinkSqlFilteringTest#testFilter](src/test
181181

182182
The query output should look like this:
183183

184-
![](img/query-output.png)
184+
![Query output](https://raw.githubusercontent.com/confluentinc/tutorials/master/filtering/flinksql/img/query-output.png)
185+
186+
<details>

hopping-windows/flinksql/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,6 @@ Run the following command to execute [FlinkSqlHoppingWindowTest#testHoppingWindo
202202

203203
The query output should look like this:
204204

205-
![](img/query-output.png)
205+
![Query output](https://raw.githubusercontent.com/confluentinc/tutorials/master/hopping-windows/flinksql/img/query-output.png)
206+
207+
</details>

joining-stream-stream/flinksql/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,4 +316,6 @@ Run the following command to execute [FlinkSqlIntervalJoinTest#testJoin](src/tes
316316

317317
The query output should look like this:
318318

319-
![](img/query-output.png)
319+
![Query output](https://raw.githubusercontent.com/confluentinc/tutorials/master/joining-stream-stream/flinksql/img/query-output.png)
320+
321+
</details>

merging/flinksql/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,4 +296,6 @@ Run the following command to execute [FlinkSqlMergeTablesTest#testMerge](src/tes
296296

297297
The scrollable query output should start like this:
298298

299-
![](img/query-output.png)
299+
![Query output](https://raw.githubusercontent.com/confluentinc/tutorials/master/merging/flinksql/img/query-output.png)
300+
301+
</details>

over-aggregations/flinksql/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ Finally, run following SQL statements to create the `movie_views` table, populat
252252

253253
The query output should look like this:
254254

255-
![](img/query-output.png)
256-
257-
255+
![Query output](https://raw.githubusercontent.com/confluentinc/tutorials/master/over-aggregations/flinksql/img/query-output.png)
258256

257+
</details>

pattern-matching/flinksql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,6 @@ Run the following command to execute [FlinkSqlFilteringTest#testFilter](src/test
473473

474474
This query's output includes the same two matches for Sensors 1 and 2:
475475

476-
![](img/query-output.png)
476+
![Query output](https://raw.githubusercontent.com/confluentinc/tutorials/master/pattern-matching/flinksql/img/query-out)
477477

478478
</details>

python-connectors/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ Run `curl localhost:8083/connectors -X POST --json @./json/connector-fields.json
3939

4040
To check that everything is running you can either:
4141
- Open Control Center at http://localhost:9021 and go to the Topics panel. Select the topic starting with `test-topic` and click on the Messages tab. If your Docker environment is slow, you may have to wait a few minutes for the test topic to show up. When it does, you should see messages coming in.
42-
![](img/control-center.png)
42+
![Control center](https://raw.githubusercontent.com/confluentinc/tutorials/master/python-connectors/img/control-center.png)
4343

4444
- Open the Docker Desktop dashboard, expand the cluster, click on the `connect` container.
45-
![](img/docker-desktop.png)
45+
![Docker Desktop](https://raw.githubusercontent.com/confluentinc/tutorials/master/python-connectors/img/docker-desktop.png)
4646
The Logs tab should list messages being published by the connector and modified by the SMT if there's one.
47-
![](img/docker-desktop-log.png)
47+
![Docker Desktop logs](https://raw.githubusercontent.com/confluentinc/tutorials/master/python-connectors/img/docker-desktop-log.png)
4848

4949
### Note on SMTs
5050

splitting/flinksql/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,6 @@ Run the following command to execute [FlinkSqlSplitStreamTest#testSplit](src/tes
245245

246246
The query output should look like this:
247247

248-
![](img/query-output.png)
248+
![Query output](https://raw.githubusercontent.com/confluentinc/tutorials/master/splitting/flinksql/img/query-output.png)
249+
250+
</details>

top-N/flinksql/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,9 @@ WHERE category_rank <= 3;
234234

235235
The query output should look like this:
236236

237-
![](img/query-output_1.png)
238-
![](img/query-output_2.png)
239-
![](img/query-output_3.png)
240-
![](img/query-output_4.png)
237+
![Query output 1](https://raw.githubusercontent.com/confluentinc/tutorials/master/top-N/flinksql/img/query-output_1.png)
238+
![Query output 2](https://raw.githubusercontent.com/confluentinc/tutorials/master/top-N/flinksql/img/query-output_2.png)
239+
![Query output 3](https://raw.githubusercontent.com/confluentinc/tutorials/master/top-N/flinksql/img/query-output_3.png)
240+
![Query output 4](https://raw.githubusercontent.com/confluentinc/tutorials/master/top-N/flinksql/img/query-output_4.png)
241+
242+
</details>

tumbling-windows/flinksql/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,6 @@ Run the following command to execute [FlinkSqlTumblingWindowTest#testTumblingWin
217217

218218
The query output should look like this:
219219

220-
![](img/query-output.png)
220+
![Query output](https://raw.githubusercontent.com/confluentinc/tutorials/master/tumbling-windows/flinksql/img/query-output.png)
221+
222+
</details>

windowed-top-N/flinksql/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,6 @@ FROM (
255255

256256
The query output should look like this:
257257

258-
![](img/query-output.png)
258+
![Query output](https://raw.githubusercontent.com/confluentinc/tutorials/master/windowed-top-N/flinksql/img/query-output.png)
259+
260+
</details>

0 commit comments

Comments
 (0)