From 2f2bfc999eb9d5333094752bde06a1b47e827287 Mon Sep 17 00:00:00 2001 From: Anton Dieterle Date: Tue, 23 Jan 2024 11:00:54 +0200 Subject: [PATCH] Fix linting-factories link in ref/lint.md Fixes https://github.com/thoughtbot/factory_bot/issues/1595 --- docs/src/ref/lint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/ref/lint.md b/docs/src/ref/lint.md index b4b1f891..81c7e117 100644 --- a/docs/src/ref/lint.md +++ b/docs/src/ref/lint.md @@ -13,4 +13,4 @@ It can take the following optional arguments: [build strategy]: build-strategies.html Suggested techniques for hooking `.lint` into your system is discussed in [the -guide](/linting-factories/summary.html). +guide](../linting-factories/summary.html).