Updating in app links

pull/1746/head
dgtlmoon 1 year ago
parent 6ef8a1c18f
commit a3d8bd0b1a

@ -54,5 +54,5 @@ $ changedetection.io -d /path/to/empty/data/dir -p 5000
Then visit http://127.0.0.1:5000 , You should now be able to access the UI. Then visit http://127.0.0.1:5000 , You should now be able to access the UI.
See https://github.com/dgtlmoon/changedetection.io for more information. See https://changedetection.io for more information.

@ -37,7 +37,7 @@
<div class="header"> <div class="header">
<div class="home-menu pure-menu pure-menu-horizontal pure-menu-fixed" id="nav-menu"> <div class="home-menu pure-menu pure-menu-horizontal pure-menu-fixed" id="nav-menu">
{% if has_password and not current_user.is_authenticated %} {% if has_password and not current_user.is_authenticated %}
<a class="pure-menu-heading" href="https://github.com/dgtlmoon/changedetection.io" rel="noopener"> <a class="pure-menu-heading" href="https://changedetection.io" rel="noopener">
<strong>Change</strong>Detection.io</a> <strong>Change</strong>Detection.io</a>
{% else %} {% else %}
<a class="pure-menu-heading" href="{{url_for('index')}}"> <a class="pure-menu-heading" href="{{url_for('index')}}">
@ -49,7 +49,7 @@
{% else %} {% else %}
{% if new_version_available and not(has_password and not current_user.is_authenticated) %} {% if new_version_available and not(has_password and not current_user.is_authenticated) %}
<span id="new-version-text" class="pure-menu-heading"> <span id="new-version-text" class="pure-menu-heading">
<a href="https://github.com/dgtlmoon/changedetection.io">A new version is available</a> <a href="https://changedetection.io">A new version is available</a>
</span> </span>
{% endif %} {% endif %}
{% endif %} {% endif %}
@ -77,7 +77,7 @@
{% endif %} {% endif %}
{% else %} {% else %}
<li class="pure-menu-item"> <li class="pure-menu-item">
<a class="pure-menu-link" href="https://github.com/dgtlmoon/changedetection.io">Website Change Detection and Notification.</a> <a class="pure-menu-link" href="https://changedetection.io">Website Change Detection and Notification.</a>
</li> </li>
{% endif %} {% endif %}
{% if current_user.is_authenticated %} {% if current_user.is_authenticated %}

Loading…
Cancel
Save