From b931447a4dee57a9d14ce0ec9579ff0089cd716f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 11 May 2024 11:06:59 +0200 Subject: [PATCH] Remove broken link to gobook.io (#3694) --- docs/docs/92-development/06-guides.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/92-development/06-guides.md b/docs/docs/92-development/06-guides.md index e8db28a53..c70a9ec93 100644 --- a/docs/docs/92-development/06-guides.md +++ b/docs/docs/92-development/06-guides.md @@ -3,7 +3,6 @@ ## ORM Woodpecker uses [Xorm](https://xorm.io/) as ORM for the database connection. -You can find its documentation at [gobook.io/read/gitea.com/xorm](https://gobook.io/read/gitea.com/xorm/manual-en-US/). ## Add a new migration