pub-dev
pub-dev copied to clipboard
Generated link in Example tab is broken
The first element in the Example tab is a generated link. This is not a content of example/README.md. According to my observation, there are two scenarios:
pubspec.yamlcontainsrepository(usually pointing to GitHub). In this case the generated link works fine.pubspec.yamlDOES NOT containrepository. In this case the generated link is broken.
I observed this behavior on many different packages.
Note: File example/README.md does exist and the content of this file a rendered right under the generated link.