Skip to content

Commit

Permalink
fix link text
Browse files Browse the repository at this point in the history
  • Loading branch information
lvlvllvlvllvlvl committed Jul 31, 2024
1 parent 66bfa45 commit cd14584
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions PyPoE/cli/exporter/wiki/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1687,11 +1687,11 @@ class TagHandler:
}

CUSTOM_LINKS = {
"Cartography Scarab": "[[Cartography Scarab (disambiguation)]]",
"Divination Scarab": "[[Divination Scarab (disambiguation)]]",
"Bestiary Scarab": "[[Bestiary Scarab (disambiguation)]]",
"Sulphite Scarab": "[[Sulphite Scarab (disambiguation)]]",
"Einhar's Memory of Harvest Beasts": "{{il|Einhar's Memory}}",
"Cartography Scarab": "[[Cartography Scarab (disambiguation)|Cartography Scarab]]",
"Divination Scarab": "[[Divination Scarab (disambiguation)|Divination Scarab]]",
"Bestiary Scarab": "[[Bestiary Scarab (disambiguation)|Bestiary Scarab]]",
"Sulphite Scarab": "[[Sulphite Scarab (disambiguation)|Sulphite Scarab]]",
"Einhar's Memory of Harvest Beasts": "{{il|html=|Einhar's Memory|Einhar's Memory of Harvest Beasts}}",
}

def __init__(self, rr):
Expand Down

0 comments on commit cd14584

Please sign in to comment.