From 2b89fee02726e13a35ce8049725c96a5b26b9b6c Mon Sep 17 00:00:00 2001 From: Fabrice Lecomte Date: Tue, 20 Jul 2021 02:06:18 +0200 Subject: [PATCH] fix doc link --- docs/usage/stored-procedure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/stored-procedure.md b/docs/usage/stored-procedure.md index 3305a7b..02a567e 100644 --- a/docs/usage/stored-procedure.md +++ b/docs/usage/stored-procedure.md @@ -42,7 +42,7 @@ class UserForCreate( ): Serializable ``` 3. and, define Repositories -*[See SQL function](./migrations.md#Stored procedure migrations)* +[See SQL function](../migrations/migrations.md) ```kotlin import fr.postgresjson.connexion.Requester