From 0c2cc3dcaabbfabaf6a08a682eb454ddbab27129 Mon Sep 17 00:00:00 2001 From: Stefano Ottolenghi Date: Wed, 15 Jan 2025 11:07:45 +0100 Subject: [PATCH] Fix JS `dotenv` ref --- javascript-manual/modules/ROOT/pages/connect.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript-manual/modules/ROOT/pages/connect.adoc b/javascript-manual/modules/ROOT/pages/connect.adoc index 1b62ca95..e6078481 100644 --- a/javascript-manual/modules/ROOT/pages/connect.adoc +++ b/javascript-manual/modules/ROOT/pages/connect.adoc @@ -55,7 +55,7 @@ When you create an <> instance, you may download a text file (a so-called The file has a name of the form `Neo4j-a0a2fa1d-Created-2023-11-06.txt`. You can either manually extract the URI and the credentials from that file, or use a third party-module to load them. -We recommend the module link:https://github.com/cdimascio/dotenv-java/[`dotenv-java`] for that purpose. +We recommend the module link:https://www.npmjs.com/package/dotenv/[`dotenv`] for that purpose. [source, javascript, role=nocollapse] ----