I want to use links in a markdown file that one click download an RPM file. When I click the link, the page opens on GitHub.
Here is what I tried:
| Package | Summery |
| -------------------------------------------------------------------------------------------------------------------- | -------------------------- |
| <a href="centos/8/x86_64/rpms/hello-2.10-1.el8.x86_64.rpm" download="hello-2.10-1.el8.rpm">hello-2.10-1.el8.rpm</a> | Hello, the rpm binary |
| <a href="centos/8/srpms/hello-2.10-1.el8.src.rpm" download="hello-2.10-1.el8.src.rpm">hello-2.10-1.el8.src.rpm</a> | Hello, the rpm build files |
2nd
| Package | Summery |
| ----------------------------- | -------------------------- |
| [hello-2.10-1.el8.rpm][1] | Hello, the rpm binary |
| [hello-2.10-1.el8.src.rpm][2] | Hello, the rpm build files |
[1]: centos/8/x86_64/rpms/hello-2.10-1.el8.x86_64.rpm
[2]: centos/8/srpms/hello-2.10-1.el8.src.rpm"