pub-dev icon indicating copy to clipboard operation
pub-dev copied to clipboard

Generated link in Example tab is broken

Open rcagala opened this issue 1 year ago • 3 comments

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:

  1. pubspec.yaml contains repository (usually pointing to GitHub). In this case the generated link works fine.
  2. pubspec.yaml DOES NOT contain repository. 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.

pub-dev-example-link

rcagala avatar Jul 29 '24 08:07 rcagala