Skip to content

Commit 28ed822

Browse files
authored
documentation: fix monthly download badges closing HTML tag (#3090)
What: Add the missing closing tags for the monthly download badges. Why: To fix the links in the READMEs. Addresses this [comment](https://github.com/vmware/versatile-data-kit/pull/2983/files#r1467570214). Before: <img width="1011" alt="Without closing tag" src="https://github.com/vmware/versatile-data-kit/assets/36246462/6717ca4d-0509-417a-a052-07864272a237"> After: <img width="1011" alt="With closing tag" src="https://github.com/vmware/versatile-data-kit/assets/36246462/fb6f7d99-f3b7-4b8b-bbc0-6b0adedc7b03"> Signed-off by: Yoan Salambashev <[email protected]> Co-authored-by: Yoan Salambashev <[email protected]>
1 parent d1c567c commit 28ed822

File tree

40 files changed

+40
-40
lines changed

40 files changed

+40
-40
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<a href="https://github.com/vmware/versatile-data-kit/contributors" alt="Last Activity">
88
<img src="https://img.shields.io/github/last-commit/vmware/versatile-data-kit" alt="Last Activity"></a>
99
<a href="https://pypistats.org/packages/vdk-core" alt="Monthly Downloads">
10-
<img src="https://img.shields.io/pypi/dm/vdk-core.svg" alt="monthly download count for vdk-core">
10+
<img src="https://img.shields.io/pypi/dm/vdk-core.svg" alt="monthly download count for vdk-core"></a>
1111
<a href="https://github.com/vmware/versatile-data-kit/blob/main/LICENSE" alt="License">
1212
<img src="https://img.shields.io/github/license/vmware/versatile-data-kit" alt="license"></a>
1313
<a href="https://github.com/pre-commit/pre-commit">

projects/vdk-control-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Versatile Data Kit Control CLI
22

33
<a href="https://pypistats.org/packages/vdk-control-cli" alt="Monthly Downloads">
4-
<img src="https://img.shields.io/pypi/dm/vdk-control-cli.svg" alt="monthly download count for vdk-control-cli">
4+
<img src="https://img.shields.io/pypi/dm/vdk-control-cli.svg" alt="monthly download count for vdk-control-cli"></a>
55

66
VDK Control CLI is meant for Data Engineers to use to manage the lifecycle of jobs - create, delete, deploy, configure Data Jobs.
77

projects/vdk-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Versatile Data Kit SDK Core
22

33
<a href="https://pypistats.org/packages/vdk-core" alt="Monthly Downloads">
4-
<img src="https://img.shields.io/pypi/dm/vdk-core.svg" alt="monthly download count for vdk-core">
4+
<img src="https://img.shields.io/pypi/dm/vdk-core.svg" alt="monthly download count for vdk-core"></a>
55

66
To build or contribute, see [CONTRIBUTING.md](./CONTRIBUTING.md).
77

projects/vdk-heartbeat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Versatile Data Kit Heartbeat tool
22

33
<a href="https://pypistats.org/packages/vdk-heartbeat" alt="Monthly Downloads">
4-
<img src="https://img.shields.io/pypi/dm/vdk-heartbeat.svg" alt="monthly download count for vdk-heartbeat">
4+
<img src="https://img.shields.io/pypi/dm/vdk-heartbeat.svg" alt="monthly download count for vdk-heartbeat"></a>
55

66
Heartbeat tool for verifying deployed SDK and Control Service are functional and working correctly.<br>
77
It checks that a job can be created, deployed, run and deleted.

projects/vdk-plugins/airflow-provider-vdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Versatile Data Kit Airflow provider
22

33
<a href="https://pypistats.org/packages/airflow-provider-vdk" alt="Monthly Downloads">
4-
<img src="https://img.shields.io/pypi/dm/airflow-provider-vdk.svg" alt="monthly download count for airflow-provider-vdk">
4+
<img src="https://img.shields.io/pypi/dm/airflow-provider-vdk.svg" alt="monthly download count for airflow-provider-vdk"></a>
55

66
A set of Airflow operators, sensors and a connection hook intended to help schedule Versatile Data Kit jobs using Apache Airflow.
77

projects/vdk-plugins/quickstart-vdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Quickstart-VDK
22

33
<a href="https://pypistats.org/packages/quickstart-vdk" alt="Monthly Downloads">
4-
<img src="https://img.shields.io/pypi/dm/quickstart-vdk.svg" alt="monthly download count for quickstart-vdk">
4+
<img src="https://img.shields.io/pypi/dm/quickstart-vdk.svg" alt="monthly download count for quickstart-vdk"></a>
55

66
This is the first VDK packaging that users would install to play around with.
77

projects/vdk-plugins/vdk-audit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Versatile Data Kit Audit Plugin
22

33
<a href="https://pypistats.org/packages/vdk-audit" alt="Monthly Downloads">
4-
<img src="https://img.shields.io/pypi/dm/vdk-audit.svg" alt="monthly download count for vdk-audit">
4+
<img src="https://img.shields.io/pypi/dm/vdk-audit.svg" alt="monthly download count for vdk-audit"></a>
55

66
Visibility into the actions provides opportunities for test frameworks, logging
77
frameworks, and security tools to monitor and optionally limit actions taken by the

projects/vdk-plugins/vdk-control-api-auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vdk-control-api-auth
22

33
<a href="https://pypistats.org/packages/vdk-control-api-auth" alt="Monthly Downloads">
4-
<img src="https://img.shields.io/pypi/dm/vdk-control-api-auth.svg" alt="monthly download count for vdk-control-api-auth">
4+
<img src="https://img.shields.io/pypi/dm/vdk-control-api-auth.svg" alt="monthly download count for vdk-control-api-auth"></a>
55

66
vdk-control-api-auth is a plugin library that implements authentication
77
utilities used by vdk-control-cli and other plugins.

projects/vdk-plugins/vdk-csv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Versatile Data Kit CSV Plugin
22

33
<a href="https://pypistats.org/packages/vdk-csv" alt="Monthly Downloads">
4-
<img src="https://img.shields.io/pypi/dm/vdk-csv.svg" alt="monthly download count for vdk-csv">
4+
<img src="https://img.shields.io/pypi/dm/vdk-csv.svg" alt="monthly download count for vdk-csv"></a>
55

66
This plugin provides functionality to ingest and export CSV files.
77

projects/vdk-plugins/vdk-dag/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# VDK DAGs
22

33
<a href="https://pypistats.org/packages/vdk-dag" alt="Monthly Downloads">
4-
<img src="https://img.shields.io/pypi/dm/vdk-dag.svg" alt="monthly download count for vdk-dag">
4+
<img src="https://img.shields.io/pypi/dm/vdk-dag.svg" alt="monthly download count for vdk-dag"></a>
55

66
Express dependencies between data jobs.
77

0 commit comments

Comments
 (0)