We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The project folder created using observable create includes a broken link in the index.md file for documentation pointing toward resize.
observable create
index.md
Link leads to documentation for responsive displays.
Page is not found.
Update link to a valid page on the observable hq website.
npm init "@observablehq"
npm run dev
VSCode Remote Development environment running WSL Ubuntu 22.04
Update anchor href attribute from "https://observablehq.com/framework/display#responsive-display" to "https://observablehq.com/framework/javascript#responsive-display".
href
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The project folder created using
observable create
includes a broken link in theindex.md
file for documentation pointing toward resize.Expected Behavior
Link leads to documentation for responsive displays.
Current Behavior
Page is not found.
Possible Solution
Update link to a valid page on the observable hq website.
Steps to Reproduce
npm init "@observablehq"
npm run dev
Context (Environment)
VSCode Remote Development environment running WSL Ubuntu 22.04
Possible Implementation
Update anchor
href
attribute from "https://observablehq.com/framework/display#responsive-display" to "https://observablehq.com/framework/javascript#responsive-display".The text was updated successfully, but these errors were encountered: