Skip to content

Commit

Permalink
DBZ-7000 Fixed invalid Zulip chat URL in CSV metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jcechace authored and jpechane committed Oct 5, 2023
1 parent 0a11d50 commit ad00061
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
links = {
@Link(url = "https://debezium.io/", name = "Debezium"),
@Link(url = "https://debezium.io/documentation/reference/stable/", name = "Documentation"),
@Link(url = "debezium.zulipchat.com", name = "Debezium Zulip Chat")},
@Link(url = "https://debezium.zulipchat.com", name = "Debezium Zulip Chat")},
installModes = {
@InstallMode(type = "OwnNamespace"),
@InstallMode(type = "SingleNamespace"),
Expand Down

0 comments on commit ad00061

Please sign in to comment.