Override more relative links in markdown / documentation
Open
Type: bug
- Dominant language
- Dart
- Stars
- 944
- Forks
- 184
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 12
Description
* In the Readme.md of my package I linked the example tab of my package. Earlier this **used to work** by placing the following in the md file.
```md
[example](/example)
```
* For reference: https://pub.dev/packages/number_inc_dec
* However this link fails now and goes to `https://github.com/example`
What is the correct approach to do this? How to link the install tab and example tabs correctly. Should I just use full URL instead?
Contributor guide
Assessment
This issue has not been assessed yet.