Skip to content

Commit

Permalink
Updated datapack download link
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenNingia committed Feb 19, 2022
1 parent 9e50988 commit bb4ea03
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions l5r/l5rcmcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@
AUTHOR_NAME = 'Daniele Simonetti'
L5R_RPG_HOME_PAGE = 'http://www.l5r.com/rpg/'
ALDERAC_HOME_PAGE = 'http://www.alderac.com/'
PROJECT_DOWNLOADS_LINK = 'https://sourceforge.net/projects/l5rcm/'

L5RCM_GPLUS_PAGE = "https://plus.google.com/114911686277310621574"
L5RCM_GPLUS_COMM = "https://plus.google.com/communities/107752342280671357654"
DATA_PACKS_DOWNLOADS_LINK = 'https://github.com/OpenNingia/l5rcm-data-packs/releases/latest'


class L5RCMCore(QtWidgets.QMainWindow):
Expand Down Expand Up @@ -91,8 +88,8 @@ def check_datapacks(self):
if not len(api.data.packs()):
self.advise_warning(self.tr("No Datapacks installed"),
self.tr("Without data packs the software will be of little use."
"<p>Download a datapack from <a href=\"{0}\">{0}</a>.</p>"
.format(PROJECT_DOWNLOADS_LINK)))
"<p>Download a datapack from <a href=\"{0}\">Github</a>.</p>"
.format(DATA_PACKS_DOWNLOADS_LINK)))

def update_from_model(self):
pass
Expand Down

0 comments on commit bb4ea03

Please sign in to comment.