From 517b88167495b30b812fbca29184dd76fe82fe6d Mon Sep 17 00:00:00 2001 From: HubbeKing Date: Tue, 21 Nov 2023 08:43:49 +0200 Subject: [PATCH] Remove old URL from edit_url config setting --- k8s.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s.jsonnet b/k8s.jsonnet index 141ea64..b3fa1b3 100644 --- a/k8s.jsonnet +++ b/k8s.jsonnet @@ -119,7 +119,7 @@ downloader_creds_file: null, // The URL to write to the sheet for edit links, with {} being replaced by the id - edit_url: "http://thrimbletrimmer.codegunner.com/edit.html?id={}", + edit_url: "https://wubloader.example.com/edit.html?id={}", // The spreadsheet ID and worksheet names for sheetsync to act on sheet_id: "your_id_here",