We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfdb082 commit 9012c56Copy full SHA for 9012c56
lmfdb/knowledge/knowl.py
@@ -804,7 +804,7 @@ def external_definition_link(site, xid):
804
return f"https://doi.org/{xid}", xid, fragment
805
if site == "groupprops":
806
# example xid="Alternating_group"
807
- return f"https://groupprops.subwiki.org/wiki/{xid}", xid, fragment
+ return f"https://groupprops.subwiki.org/wiki/{xid}", "groupprops:" + xid, fragment
808
if site == "href":
809
# href contains both the link and text for displaying
810
if not xid or xid[0] != "{" or xid[-1] != "}" or xid.count("}{") != 1:
0 commit comments