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>

0 commit comments

Comments
 (0)