From 9d0900ee0b6326e8577a03c72a29537e804ca6b2 Mon Sep 17 00:00:00 2001 From: matt-200 <123186429+matt-200@users.noreply.github.com> Date: Thu, 26 Jan 2023 08:21:27 -0600 Subject: [PATCH] Slight tweak to changeset file Make it clearer Signed-off-by: matt-200 <123186429+matt-200@users.noreply.github.com> --- .changeset/happy-cows-moo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/happy-cows-moo.md b/.changeset/happy-cows-moo.md index 69a8d9d4f5..a5e425f5d2 100644 --- a/.changeset/happy-cows-moo.md +++ b/.changeset/happy-cows-moo.md @@ -2,4 +2,4 @@ '@backstage/plugin-azure-devops-backend': patch --- -Fixed a bug in buildEncodedUrl function where the colon between host name and port was being encoded and breaking the readme card +Fixed a bug where the azure devops host in URLs on the readme card was being URL encoded, breaking hosts with ports.