Skip to content

Commit 96ebc6b

Browse files
author
Saeid Darvish
authored
Merge pull request #9 from saeiddrv/draft
add coderz link to l15
2 parents d04146b + 4def56f commit 96ebc6b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

_templates/sphinx_minoo_theme/includes/header.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
{% endif %}
1313
{%- endblock %}
1414

15-
{% if favicon %}
16-
<link rel="shortcut icon" type="image/x-icon" href="{{ pathto('_static/' + favicon, 1) }}"/>
17-
{% endif %}
15+
16+
<link rel="shortcut icon" type="image/x-icon" href="{{ pathto('_static/favicon.ico', 1) }}"/>
17+
1818

1919
{% if not embedded %}
2020
{% if use_opensearch %}
@@ -36,7 +36,7 @@
3636
{% if theme_direction == "ltr" %}
3737
<link rel="stylesheet" type=text/css href="{{ pathto('_static/minoo-ltr.css', 1) }}">
3838
{% else %}
39-
<link rel="stylesheet" type=text/css href="{{ pathto('_static/minoo.css', 1) }}">
39+
<link rel="stylesheet" type=text/css href="{{ pathto('_static/minoo-20210219.css', 1) }}">
4040
{% endif %}
4141

4242
{%- block linktags %}
14.7 KB
Binary file not shown.
File renamed without changes.

lessons/l15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@
843843

844844
:emoji-size:`😊` امیدوارم مفید بوده باشه
845845

846-
`لطفا دیدگاه و سوال‌های مرتبط با این درس خود را در کدرز مطرح نمایید. <http://www.coderz.ir/python-tutorial-re-regex/>`_
846+
`لطفا دیدگاه و سوال‌های مرتبط با این درس خود را در کدرز مطرح نمایید. <https://www.coderz.ir/python-regular-expression>`_
847847

848848

849849

0 commit comments

Comments
 (0)