| 4fd5e42d | 18-Jun-2025 |
Jared Frazier <frazier@iap-kborn.de> |
Remove dead html links from contributor documentation
The hmtml links **/superlu.c.html and **/cg.c.html are dead and have been changed to link to the superlu.c and cg.c source files, respectively.
Remove dead html links from contributor documentation
The hmtml links **/superlu.c.html and **/cg.c.html are dead and have been changed to link to the superlu.c and cg.c source files, respectively.
The files do not exist in the repository. See:
```shell find -type f -name *cg.c.html find -type f -name *superlu.c.html ```
Moreover, it does not appear these html files ever existed in the git history. See:
```shell git log --all -- **/superlu.c.html git log --all -- **/cg.c.html ```
show more ...
|