Skip to content

Commit 9f5c83c

Browse files
committed
Use wikidata URL for python in linguistic system
1 parent c2982f6 commit 9f5c83c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fairworkflows/linguistic_system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ def _check_unique(l: List):
5656
LINGSYS_PYTHON = LinguisticSystem(lstype=SCHEMAORG.ComputerLanguage,
5757
label='python',
5858
version_info='.'.join([str(v) for v in sys.version_info]),
59-
see_also="https://en.wikipedia.org/wiki/Python_(programming_language)")
59+
see_also="https://www.wikidata.org/wiki/Q28865")
6060

0 commit comments

Comments
 (0)