File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1515from challenges import challenges_bp
1616from help import help_bp
1717from leaders import leaders_bp , leaderboard_bp
18- from help .mud_clients import mud_clients_bp
1918from patches import patches_bp
2019from portal import portal_bp
2120from sysinfo import sysinfo_bp
4039app .register_blueprint (leaders_bp )
4140app .register_blueprint (leaderboard_bp )
4241app .register_blueprint (login_bp )
43- app .register_blueprint (mud_clients_bp )
4442app .register_blueprint (patches_bp )
4543app .register_blueprint (portal_bp )
4644app .register_blueprint (sysinfo_bp )
Original file line number Diff line number Diff line change 22{% extends "base/layout.html.j2" %}
33{% block meta_title %} MUD Clients{% endblock meta_title %}
44{% block meta_description %} MUD Clients that are freely available to use and try to play Ishar MUD{% endblock meta_description %}
5- {% block meta_url %} {{ url_for('mud_clients.index', _external=True) }}{% endblock meta_url %}
5+ {% block meta_url %} {{ url_for('help. mud_clients.index', _external=True) }}{% endblock meta_url %}
66{% block title %} MUD Clients{% endblock title %}
77{% block header %} MUD Clients{% endblock header %}
88{% - block content %}
3939 <p >
4040 After you download a client, tell it to connect to
4141 <code >isharmud.com</code > on port number <code >23</code > or <code >9999</code > to join the game.
42- See our <a href =" {{ url_for('welcome .getstarted') }}" title =" getting started guide" >getting started guide</a >.
42+ See our <a href =" {{ url_for('help .getstarted') }}" title =" getting started guide" >getting started guide</a >.
4343 </p >
4444 <p >
4545 Everything listed here can be used at no cost.
Original file line number Diff line number Diff line change 2929 {% - endif %}
3030 <p >
3131 Play the game for free by connecting with any
32- <a href =" {{ url_for('mud_clients.index') }}" >MUD client</a > to:
32+ <a href =" {{ url_for('help. mud_clients.index') }}" >MUD client</a > to:
3333 </p >
3434 <ul >
3535 <li >
You can’t perform that action at this time.
0 commit comments