Skip to content
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

fix: add link to env var docs #25557

Merged
merged 1 commit into from
Sep 10, 2024
Merged

Conversation

crowlKats
Copy link
Member

Closes #25413

@crowlKats crowlKats enabled auto-merge (squash) September 10, 2024 12:40
@@ -1122,6 +1122,8 @@ impl Flags {

static ENV_VARIABLES_HELP: &str = cstr!(
r#"<y>Environment variables:</>
<y>Docs:</> <c>https://docs.deno.com/go/env-vars</>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I request this URL, I receive a 404 status response. Is the intention for it to resolve with actual content? Is https://docs.deno.com/go/* some sort of redirect endpoint for URL shortening purposes?

Copy link
Member Author

@crowlKats crowlKats Sep 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is a PR to add it in docs.deno.com already, denoland/docs#822

@crowlKats crowlKats merged commit be5419d into denoland:main Sep 10, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure that environment variables in the help text are exhaustive (and keep in parity with docs)
3 participants