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
I've run into a few of these. Seems like maybe there was a refactor but the links in the markdown did not get updated correctly.
see line 210 of tutorials/middleware.md the link should be:
More detail and nuance on chat middleware can be found in the [chat tutorial](chat)
The links should just be the basename of the markdown file so that the code in [name].tsx will load the markdown on line 26
const markdown = await require(`./../../tutorials/${name}.md`);
I could find many of these instances but searching for the regex in dev studio of [](..html) in the tutorials directory.
The text was updated successfully, but these errors were encountered:
I think these are probably moved to the /tutorials folder.
/tutorials
Sorry, something went wrong.
@mfvargo are you able to try to re-link these?
No branches or pull requests
I've run into a few of these. Seems like maybe there was a refactor but the links in the markdown did not get updated correctly.
see line 210 of tutorials/middleware.md the link should be:
The links should just be the basename of the markdown file so that the code in [name].tsx will load the
markdown on line 26
I could find many of these instances but searching for the regex in dev studio of [](..html) in the tutorials directory.
The text was updated successfully, but these errors were encountered: