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

API docs - links to Canvas, Color etc. in Flutter docs broken #3355

Open
1 task
crcdng opened this issue Oct 27, 2024 · 2 comments
Open
1 task

API docs - links to Canvas, Color etc. in Flutter docs broken #3355

crcdng opened this issue Oct 27, 2024 · 2 comments
Labels

Comments

@crcdng
Copy link

crcdng commented Oct 27, 2024

What happened?

API docs links to the Flutter documentation which contain the subpath "painting" are broken

What do you expect?

API docs links to the Flutter documentation work

How can we reproduce this?

What steps should take to fix this?

replace all links to https://api.flutter.dev/flutter/painting/... with
https://api.flutter.dev/flutter/dart-ui/...

Do have an example of where the bug occurs?

see "How can we reproduce this?"

Relevant log output

No response

Execute in a terminal and put output into the code block below

Output of: flutter doctor -v

Affected platforms

All

Other information

No response

Are you interested in working on a PR for this?

  • I want to work on this
@crcdng crcdng added the bug label Oct 27, 2024
@spydon
Copy link
Member

spydon commented Oct 27, 2024

Thanks for the report, do you want to provide a PR with a fix?

@crcdng
Copy link
Author

crcdng commented Oct 29, 2024

Trying, I forked & cloned flame, installed melos, spellchecker, sphinx + dependencies

ran

melos run doc-setup
melos run doc-build
melos run doc-linkcheck

But not sure how API docs are created and how these links are generated.

I would need some guidance on how to proceed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@spydon @crcdng and others