From 50eead836e7cf5f09e83738b5ede71519ea45569 Mon Sep 17 00:00:00 2001 From: Mateus Abelli Date: Mon, 13 May 2024 19:53:39 -0300 Subject: [PATCH 1/2] Website: Fix links in Documentation /development/database --- web/project-website/content/development/database/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/project-website/content/development/database/_index.md b/web/project-website/content/development/database/_index.md index ca43f6e3..80176934 100644 --- a/web/project-website/content/development/database/_index.md +++ b/web/project-website/content/development/database/_index.md @@ -13,8 +13,8 @@ in this process. ## SQLC -Flamenco mostly uses [GORM][gorm] for interfacing with its SQLite database. This -is gradually being phased out, to be replaced with [SQLC][sqlc]. +Flamenco mostly uses [GORM](https://gorm.io/index.html) for interfacing with its SQLite database. This +is gradually being phased out, to be replaced with [SQLC](https://sqlc.dev/). To generate the SQLC schema file: ```sh -- 2.30.2 From ce8471e36180f0a622197f95f7190d91a2f10046 Mon Sep 17 00:00:00 2001 From: Mateus Abelli Date: Wed, 15 May 2024 19:37:35 -0300 Subject: [PATCH 2/2] Website: Make link more future-proof --- web/project-website/content/development/database/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/project-website/content/development/database/_index.md b/web/project-website/content/development/database/_index.md index 80176934..080095fa 100644 --- a/web/project-website/content/development/database/_index.md +++ b/web/project-website/content/development/database/_index.md @@ -13,7 +13,7 @@ in this process. ## SQLC -Flamenco mostly uses [GORM](https://gorm.io/index.html) for interfacing with its SQLite database. This +Flamenco mostly uses [GORM](https://gorm.io/) for interfacing with its SQLite database. This is gradually being phased out, to be replaced with [SQLC](https://sqlc.dev/). To generate the SQLC schema file: -- 2.30.2