From 072315cc4650d76bbec05a0d66dc15fe8149d469 Mon Sep 17 00:00:00 2001 From: Pedro Castro Date: Thu, 11 Jan 2024 18:07:39 -0300 Subject: [PATCH] fix API docs url link --- pages/docs/manual/latest/api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/manual/latest/api.mdx b/pages/docs/manual/latest/api.mdx index aa3983c19..d166f925c 100644 --- a/pages/docs/manual/latest/api.mdx +++ b/pages/docs/manual/latest/api.mdx @@ -4,7 +4,7 @@ [Core](api/core) is ReScript's new standard library. It replaces the complete `Js` module as well as some of the more frequently used modules from `Belt` and is recommended to use with uncurried mode. -In ReScript 11, it is shipped as a separate npm package `@rescript/core` that is added to your project as per the [installation instructions](http://localhost:3000/docs/manual/latest/installation). In future ReScript versions, it will be included with the `rescript` npm package itself. +In ReScript 11, it is shipped as a separate npm package `@rescript/core` that is added to your project as per the [installation instructions](/docs/manual/latest/installation). In future ReScript versions, it will be included with the `rescript` npm package itself. ## Additional Libraries