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
n/a
There is a link with an invalid anchor in all 4 versions of the src/server/api/trpc.ts template file 1 2 3 4 The bad link is - https://create.t3.gg/en/usage/trpc#-servertrpccontextts
src/server/api/trpc.ts
This link also in two pages in the docs.
tRPC usage
context
https://github.com/t3-oss/create-t3-app/blob/next/cli/template/extras/src/server/api/trpc/base.ts#L30
I think the link should be - https://create.t3.gg/en/usage/trpc#-serverapitrpcts
Can toss a quick PR up if you can confirm this is the correct anchor to link to.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Provide environment information
n/a
Describe the bug
There is a link with an invalid anchor in all 4 versions of the
src/server/api/trpc.ts
template file 1 2 3 4The bad link is - https://create.t3.gg/en/usage/trpc#-servertrpccontextts
This link also in two pages in the docs.
tRPC usage
linkcontext
linkReproduction repo
https://github.com/t3-oss/create-t3-app/blob/next/cli/template/extras/src/server/api/trpc/base.ts#L30
To reproduce
n/a
Additional information
I think the link should be - https://create.t3.gg/en/usage/trpc#-serverapitrpcts
Can toss a quick PR up if you can confirm this is the correct anchor to link to.
The text was updated successfully, but these errors were encountered: