From cddf923d2a0e3cf708f06203814cfa944fdff7e6 Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Wed, 17 Jul 2024 21:31:08 +0200 Subject: [PATCH] docs: fix link to package.json in static assets ref (#35132) --- docs/references/static-assets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/static-assets.rst b/docs/references/static-assets.rst index 2c571cd353..b1db36b7f1 100644 --- a/docs/references/static-assets.rst +++ b/docs/references/static-assets.rst @@ -127,7 +127,7 @@ If you would like to understand these more deeply, they are defined in supported, but their underlying implementations may change without notice. .. _webpack CLI: https://webpack.js.org/api/cli/ -.. _package.json: ../package.json +.. _package.json: ../../package.json Collect assets **************