You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In README.md, the sentence pointing to the SkyMath paper has a malformed link:
...please refer to our [technical report](http://arxiv.org/abs/2310.19341),
[Skymath]((https://arxiv.org/skywork-tech-report)) paper and
[SkyworkMM](...) paper.
Two issues:
The link destination is wrapped in double parentheses ((https://arxiv.org/skywork-tech-report)) instead of single (https://arxiv.org/skywork-tech-report). This breaks markdown
link parsing — verified against GitHub's own markdown rendering
API, which renders "Skymath" as plain, unlinked text instead of
a hyperlink, unlike "technical report" and "SkyworkMM" right next
to it in the same sentence.
Even if the parenthesis were fixed, the URL itself
(arxiv.org/skywork-tech-report) isn't a valid arXiv path —
arXiv URLs follow the arxiv.org/abs/<id> format. The correct
ID for this paper is already given later in the same README, in
the bibtex citation block:
In README.md, the sentence pointing to the SkyMath paper has a malformed link:
Two issues:
The link destination is wrapped in double parentheses
((https://arxiv.org/skywork-tech-report))instead of single(https://arxiv.org/skywork-tech-report). This breaks markdownlink parsing — verified against GitHub's own markdown rendering
API, which renders "Skymath" as plain, unlinked text instead of
a hyperlink, unlike "technical report" and "SkyworkMM" right next
to it in the same sentence.
Even if the parenthesis were fixed, the URL itself
(
arxiv.org/skywork-tech-report) isn't a valid arXiv path —arXiv URLs follow the
arxiv.org/abs/<id>format. The correctID for this paper is already given later in the same README, in
the bibtex citation block:
Suggested fix — line 41: