Skip to content

Commit

Permalink
fix URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Jun 17, 2022
1 parent 477dd71 commit e14844c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,9 @@ <h2>HQ WebUI Version <span id="hqWebUiVersion"></span></h2>
<h3>schnelles alternatives WebUI für die HomeMatic CCU</h3>
<table><tr><td style="width:105px;"><img src="img/hq-webui.png"/></td><td>
<ul style="font-size: 1.1em; line-height: 2em;">
<li><a href="https://github.com/hobbyquaker/hq-webui/blob/master/README.md" target="_blank">Dokumentation</a></li>
<li><a href="https://github.com/homematic-community/hq-webui/blob/master/README.md" target="_blank">Dokumentation</a></li>
<li><a href="http://homematic-forum.de/forum/viewforum.php?f=41" target="_blank">Unterstützung</a></li>
<li><a href="https://github.com/hobbyquaker/hq-webui/blob/master/CHANGELOG.md" target="_blank">Änderungs-Historie</a></li>
<li><a href="https://github.com/homematic-community/hq-webui/blob/master/CHANGELOG.md" target="_blank">Änderungs-Historie</a></li>
</ul>
</td></table>
<p>Die Nutzung dieser Software erfolgt auf eigenes Risiko. Der Author dieser Software kann für eventuell auftretende Folgeschäden nicht haftbar gemacht werden!</p>
Expand Down
4 changes: 2 additions & 2 deletions ui/index.min.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,9 @@ <h2>HQ WebUI Version <span id="hqWebUiVersion"></span></h2>
<h3>schnelles alternatives WebUI für die HomeMatic CCU</h3>
<table><tr><td style="width:105px;"><img src="img/hq-webui.png"/></td><td>
<ul style="font-size: 1.1em; line-height: 2em;">
<li><a href="https://github.com/hobbyquaker/hq-webui/blob/master/README.md" target="_blank">Dokumentation</a></li>
<li><a href="https://github.com/homematic-community/hq-webui/blob/master/README.md" target="_blank">Dokumentation</a></li>
<li><a href="http://homematic-forum.de/forum/viewtopic.php?f=31&t=10559&start=99999" target="_blank">Unterstützung</a></li>
<li><a href="https://github.com/hobbyquaker/hq-webui/blob/master/CHANGELOG.md" target="_blank">Änderungs-Historie</a></li>
<li><a href="https://github.com/homematic-community/hq-webui/blob/master/CHANGELOG.md" target="_blank">Änderungs-Historie</a></li>
</ul>
</td></table>
<p>Die Nutzung dieser Software erfolgt auf eigenes Risiko. Der Author dieser Software kann für eventuell auftretende Folgeschäden nicht haftbar gemacht werden!</p>
Expand Down
4 changes: 2 additions & 2 deletions ui/js/hq-webui.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* HQ WebUI - schnelles Webfrontend für die Homematic CCU
* https://github.com/hobbyquaker/hq-webui/
* https://github.com/homematic-community/hq-webui/
*
* Copyright (c) 2012, 2013 hobbyquaker https://github.com/hobbyquaker
*
Expand All @@ -22,7 +22,7 @@ jQuery.extend(jQuery.expr[ ":" ], {

(function ($) { $("document").ready(function () {

var version = "2.5.5",
var version = "2.5.9",

codemirror,
codemirrorReady = false,
Expand Down

0 comments on commit e14844c

Please sign in to comment.