From 0521d914974f6fecf5a3f77b60a86ae4f057f787 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Wed, 10 Jan 2024 22:33:45 -0800 Subject: [PATCH] Fix broken link on ref/modify.html page in docs The [FactoryBot.modify](https://thoughtbot.github.io/factory_bot/ref/modify.html) reference page on the documentation site has a broken link for "the guide". This commit fixes the link. --- docs/src/ref/modify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/ref/modify.md b/docs/src/ref/modify.md index e6ab67de..ac25afbc 100644 --- a/docs/src/ref/modify.md +++ b/docs/src/ref/modify.md @@ -10,4 +10,4 @@ defined. The block is a normal [factory definition block](factory.html). Take note that [hooks](hooks.html) cannot be cleared and continue to compound. For details on why you'd want to use this, see [the -guide](/modifying-factories/summary.html). +guide](../modifying-factories/summary.html).