From 4495ffee6a2fbd74d8d3ce14b7dc4cfcf34b32d3 Mon Sep 17 00:00:00 2001 From: xb00tt <93680121+xb00tt@users.noreply.github.com> Date: Wed, 28 May 2025 22:40:53 +0300 Subject: [PATCH] Update pulse.json (#4809) Proxmox-API-Token link had a rogue blank space after https:// --- frontend/public/json/pulse.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/pulse.json b/frontend/public/json/pulse.json index bbfcfecdd..6dbef9a03 100644 --- a/frontend/public/json/pulse.json +++ b/frontend/public/json/pulse.json @@ -33,7 +33,7 @@ }, "notes": [ { - "text": "Create Proxmox-API-Token first: `https: //github.com/rcourtman/Pulse?tab=readme-ov-file#creating-a-proxmox-api-token`", + "text": "Create Proxmox-API-Token first: `https://github.com/rcourtman/Pulse?tab=readme-ov-file#creating-a-proxmox-api-token`", "type": "Info" } ]