From aea42098c13dbb697951cf759c0dccb1156e1678 Mon Sep 17 00:00:00 2001 From: Jan Amann Date: Fri, 25 Oct 2024 08:48:33 +0200 Subject: [PATCH] docs: Fix permalink --- docs/src/pages/docs/usage/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/docs/usage/configuration.mdx b/docs/src/pages/docs/usage/configuration.mdx index 9c910064c..aa3c29883 100644 --- a/docs/src/pages/docs/usage/configuration.mdx +++ b/docs/src/pages/docs/usage/configuration.mdx @@ -376,7 +376,7 @@ explicitly on a wrapping `NextIntlClientProvider`. ## Now value [#now] -When formatting [relative dates and times](/docs/usage/dates-times#formatting-relative-time), `next-intl` will format times in relation to a reference point in time that is referred to as "now". By default, this is the time a component renders. +When formatting [relative dates and times](/docs/usage/dates-times#relative-times), `next-intl` will format times in relation to a reference point in time that is referred to as "now". By default, this is the time a component renders. If you prefer to override the default, you can provide an explicit value for `now`: