Skip to content

Commit 5d93227

Browse files
committed
fix: remove placeholder link crashing ReadTheDocs build
README.md had `[ProteomeDiscoverer](#)`, a bare `#` link with no real target. MyST resolves it to an empty cross-reference string, which is harmless locally (just a warning) but crashes sphinx-argparse's xref resolution on ReadTheDocs, failing the whole docs build. De-linked to plain text instead of guessing an unverified vendor URL.
1 parent ec448ea commit 5d93227

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ files:
2626
- [MS Amanda](http://ms.imp.ac.at/?goto=msamanda) `.csv`
2727
- [Sage](https://github.com/lazear/sage) `.sage.tsv`
2828
- [PeptideShaker](https://compomics.github.io/projects/peptide-shaker.html) `.mzid`
29-
- [ProteomeDiscoverer](#)`.msf`
29+
- ProteomeDiscoverer `.msf`
3030
- [MSGFPlus](https://omics.pnl.gov/software/ms-gf) `.mzid`
3131
- [Mascot](https://www.matrixscience.com/) `.mzid`
3232
- [MaxQuant](https://www.maxquant.org/) `msms.txt`

0 commit comments

Comments
 (0)