diff options
author | 2023-10-12 23:17:51 -0700 | |
---|---|---|
committer | 2023-10-12 23:17:51 -0700 | |
commit | 3f2df4526ed876869a14aaf9d373328fc4dce94e (patch) | |
tree | cb853bd01904cc52c9d087c9bf8c9102ee58f3b8 | |
parent | d6d4ead438c7c181e63a04c1e8afb289c21c2409 (diff) | |
download | bun-3f2df4526ed876869a14aaf9d373328fc4dce94e.tar.gz bun-3f2df4526ed876869a14aaf9d373328fc4dce94e.tar.zst bun-3f2df4526ed876869a14aaf9d373328fc4dce94e.zip |
Fix links
-rw-r--r-- | docs/guides/install/trusted.md | 2 | ||||
-rw-r--r-- | 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 d0d841eea..0c1ac6362 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 27f5a92b2..f226c35bd 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 { |