From a160048cc3259773405654746117bf6dc0565eee Mon Sep 17 00:00:00 2001 From: Tink Date: Tue, 3 Mar 2026 11:22:17 +0100 Subject: [PATCH] fix: update old kolaente.dev URLs to code.vikunja.io (#2342) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Updates all remaining `kolaente.dev` URLs in active code/config to `code.vikunja.io` - Updates Go Report Card badge to use current module path `code.vikunja.io/api` - Historical changelog references are intentionally left unchanged Closes #655 ## Files changed - `config-raw.json` — language comment URL - `README.md` — Go Report Card badge - `pkg/routes/routes.go` — issue reference in comment - `frontend/src/styles/custom-properties/colors.scss` — issue reference in comment - `frontend/src/helpers/time/createDateFromString.ts` — issue reference in JSDoc - `frontend/src/views/user/Login.vue` — issue reference in comment - `frontend/histoire.config.ts` — PR reference in comment --------- Co-authored-by: kolaente --- README.md | 2 +- config-raw.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7b19e1d9..c506ccc12 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Install](https://img.shields.io/badge/download-v2.1.0-brightgreen.svg)](https://vikunja.io/docs/installing) [![Docker Pulls](https://img.shields.io/docker/pulls/vikunja/vikunja.svg)](https://hub.docker.com/r/vikunja/vikunja/) [![Swagger Docs](https://img.shields.io/badge/swagger-docs-brightgreen.svg)](https://try.vikunja.io/api/v1/docs) -[![Go Report Card](https://goreportcard.com/badge/kolaente.dev/vikunja/vikunja)](https://goreportcard.com/report/kolaente.dev/vikunja/vikunja) +[![Go Report Card](https://goreportcard.com/badge/code.vikunja.io/api)](https://goreportcard.com/report/code.vikunja.io/api) # Vikunja diff --git a/config-raw.json b/config-raw.json index 277da7ae4..35e9f1148 100644 --- a/config-raw.json +++ b/config-raw.json @@ -938,7 +938,7 @@ { "key": "language", "default_value": "\u003cunset\u003e", - "comment": "The language of the user interface. Must be an ISO 639-1 language code followed by an ISO 3166-1 alpha-2 country code. Check https://kolaente.dev/vikunja/vikunja/frontend/src/branch/main/src/i18n/lang for a list of possible languages. Will default to the browser language the user uses when signing up." + "comment": "The language of the user interface. Must be an ISO 639-1 language code followed by an ISO 3166-1 alpha-2 country code. Check https://code.vikunja.io/vikunja/tree/main/frontend/src/i18n/lang for a list of possible languages. Will default to the browser language the user uses when signing up." }, { "key": "timezone",