From d5977c637b50906c77aee770d4af338007a9ce0b Mon Sep 17 00:00:00 2001 From: Mateus Abelli Date: Thu, 16 May 2024 08:26:03 +0200 Subject: [PATCH] Website: Fix links in Documentation /development/database MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch fixes what appears to be placeholders for the markdown links of GORM and SQLC. Reviewed-on: https://projects.blender.org/studio/flamenco/pulls/104309 Reviewed-by: Sybren A. Stüvel --- 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..080095fa 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/) 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