Skip to content

Commit 9012c56

Browse files
committed
Add groupprops:
1 parent bfdb082 commit 9012c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lmfdb/knowledge/knowl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ def external_definition_link(site, xid):
804804
return f"https://doi.org/{xid}", xid, fragment
805805
if site == "groupprops":
806806
# example xid="Alternating_group"
807-
return f"https://groupprops.subwiki.org/wiki/{xid}", xid, fragment
807+
return f"https://groupprops.subwiki.org/wiki/{xid}", "groupprops:" + xid, fragment
808808
if site == "href":
809809
# href contains both the link and text for displaying
810810
if not xid or xid[0] != "{" or xid[-1] != "}" or xid.count("}{") != 1:

0 commit comments

Comments
 (0)