From b46d9f30bbec40931f476358b3428582f91ac0c6 Mon Sep 17 00:00:00 2001 From: HubbeKing Date: Tue, 21 Nov 2023 09:38:49 +0200 Subject: [PATCH] Proper example for edit_url --- k8s.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s.jsonnet b/k8s.jsonnet index 1f1fcc6..84a3dfe 100644 --- a/k8s.jsonnet +++ b/k8s.jsonnet @@ -130,7 +130,7 @@ downloader_creds_file: null, // The URL to write to the sheet for edit links, with {} being replaced by the id - edit_url: "https://wubloader.example.com/edit.html?id={}", + edit_url: "https://wubloader.example.com/thrimbletrimmer/edit.html?id={}", // The spreadsheet ID and worksheet names for sheetsync to act on sheet_id: "your_id_here",