From 3f2df4526ed876869a14aaf9d373328fc4dce94e Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Thu, 12 Oct 2023 23:17:51 -0700 Subject: [PATCH] Fix links --- docs/guides/install/trusted.md | 2 +- docs/install/overrides.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/install/trusted.md b/docs/guides/install/trusted.md index d0d841eea7..0c1ac63628 100644 --- a/docs/guides/install/trusted.md +++ b/docs/guides/install/trusted.md @@ -47,4 +47,4 @@ Note that this only allows lifecycle scripts for the specific package listed in --- -See [Docs > Package manager > Trusted dependencies](/docs/cli/install#trusted-dependencies) for complete documentation of trusted dependencies. +See [Docs > Package manager > Trusted dependencies](/docs/install/lifecycle) for complete documentation of trusted dependencies. diff --git a/docs/install/overrides.md b/docs/install/overrides.md index 27f5a92b2b..f226c35bd0 100644 --- a/docs/install/overrides.md +++ b/docs/install/overrides.md @@ -1,4 +1,4 @@ -Bun supports npm's `"overrides"` and Yarn's `"resolutions"` in `package.json`. These are mechanisms for specifying a version range for _metadependencies_—the dependencies of your dependencies. Refer to [Package manager > Overrides and resolutions](/docs/install/overrides-and-resolutions) for complete documentation. +Bun supports npm's `"overrides"` and Yarn's `"resolutions"` in `package.json`. These are mechanisms for specifying a version range for _metadependencies_—the dependencies of your dependencies. Refer to [Package manager > Overrides and resolutions](/docs/install/overrides) for complete documentation. ```json-diff#package.json {