e2b-dev / E2B

Secure open source cloud runtime for AI apps & AI agents
https://e2b.dev/docs
Apache License 2.0
7.02k stars 458 forks source link

Fix links from apps/doc to apps/web #404

Closed shreyas-sreedhar closed 4 months ago

shreyas-sreedhar commented 4 months ago

Corrected documentation links in the README.md for "Documentation" and utils/const.ts.

Review Required for pnpm run dev:docs: The dev:docs script in package.json currently links to apps/docs and cannot be run locally unless it is changed to apps/web.

Didn't want to change the package.json right away, thought i'd let you know about this first instead.

changeset-bot[bot] commented 4 months ago

⚠️ No Changeset found

Latest commit: 03b2a653679b482c2d1848f42ec53719e3fa39e9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

💥 An error occurred when fetching the changed packages and changesets in this PR ``` Some errors occurred when validating the changesets config: The package or glob expression "reverse-proxy" is specified in the `ignore` option but it is not found in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch. ```
jakubno commented 4 months ago

Hi @shreyas-sreedhar, thanks for catching this! I will change package.json as well