-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Hyperlint Automation: Broken Link Fixes #19313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -48,7 +48,7 @@ cd my-first-worker | |
|
|
||
| In your project directory, C3 will have generated the following: | ||
|
|
||
| * `wrangler.toml`: Your [Wrangler](/workers/wrangler/configuration/#sample-wranglertoml-configuration) configuration file. | ||
| * `wrangler.toml`: Your [Wrangler](/workers/wrangler/configuration/#sample-wrangler-configuration) configuration file. | ||
| * `index.js` (in `/src`): A minimal `'Hello World!'` Worker written in [ES module](/workers/reference/migrate-to-module-workers/) syntax. | ||
| * `package.json`: A minimal Node dependencies configuration file. | ||
| * `package-lock.json`: Refer to [`npm` documentation on `package-lock.json`](https://docs.npmjs.com/cli/v9/configuring-npm/package-lock-json). | ||
|
|
@@ -78,7 +78,7 @@ npm create cloudflare@latest -- --template <SOURCE> | |
| Your existing template folder must contain the following files, at a minimum, to meet the requirements for Cloudflare Workers: | ||
|
|
||
| - `package.json` | ||
| - `wrangler.toml` [See sample Wrangler configuration](/workers/wrangler/configuration/#sample-wranglertoml-configuration) | ||
| - `wrangler.toml` [See sample Wrangler configuration](/workers/wrangler/configuration/#sample-wrangler-configuration) | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This page: http://localhost:1111/workers-ai/tutorials/build-a-retrieval-augmented-generation-ai/ By looking at the page: /workers/wrangler/configuration/ |
||
| - `src/` containing a worker script referenced from `wrangler.toml` | ||
|
|
||
| </Details> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This page: http://localhost:1111/workers-ai/tutorials/build-a-retrieval-augmented-generation-ai/
has a broken internal link to: http://localhost:1111/workers/wrangler/configuration/#sample-wranglertoml-configuration. The fragment #sample-wranglertoml-configuration does not exist.
By looking at the page: /workers/wrangler/configuration/
The best fragment to use seems to be: #sample-wrangler-configuration