Skip to content

Commit

Permalink
updated to link to new homematic-community repo home.
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Nov 4, 2020
1 parent b232717 commit 6db39b1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A HomeMatic/CCU Addon to send emails from a CCU system either by directly callin
* HomeMatic CCU1

# Installation
1. Download installation archive (`email-X.X.X.tar.gz`) from 'releases' sub directory (https://github.com/jens-maus/hm_email/releases)
1. Download installation archive (`email-X.X.X.tar.gz`) from [releases](https://github.com/homematic-community/hm_email/releases) sub directory.
2. Log into your WebUI interface
3. Upload installation archive (don't unarchive tar.gz) to the WebUI
4. Start installation
Expand All @@ -20,4 +20,4 @@ http://CCU/addons/email
where you have to replace 'CCU' with the ip address or hostname of your ccu device.

# Authors
Copyright (c) 2015-2018 Harima-kun, Mathias, HMside, Jens Maus
Copyright (c) 2015-2020 Harima-kun, Mathias, HMside, Jens Maus
7 changes: 4 additions & 3 deletions rc.d/email
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ case "$1" in
;;

info)
echo "Info: <b>E-Mail CCU Addon</b><br>"
echo "Info: (c) 2010-2016 HMside, Jens Maus<br>"
echo "Info: <a href='https://github.com/jens-maus/hm_email' target='_blank'>https://github.com/jens-maus/hm_email</a>"
echo "Info: <b>E-Mail CCU Addon</b><br/>"
echo "Info: Erlaubt E-Mails zu versenden<br/><br/>"
echo "Info: (c) 2010-2020 HMside, Jens Maus<br/>"
echo "Info: <a href='https://github.com/homematic-community/hm_email' target='_blank'>https://github.com/homematic-community/hm_email</a>"
echo "Version: $(cat ${ADDON_DIR}/VERSION)"
echo "Name: E-Mail"
echo "Operations: uninstall"
Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
</tr>
</tr>
<td>Github:</td>
<td align="right"><a href="https://github.com/jens-maus/hm_email" target="_blank">Project on Github</a>
<td align="right"><a href="https://github.com/homematic-community/hm_email" target="_blank">Project on Github</a>
</tr></table>
<div style="clear:both"></div>
<hr>
Expand Down
4 changes: 2 additions & 2 deletions www/update-check.cgi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/tclsh

set checkURL "https://raw.githubusercontent.com/jens-maus/hm_email/master/VERSION"
set downloadURL "https://github.com/jens-maus/hm_email/releases/latest"
set checkURL "https://raw.githubusercontent.com/homematic-community/hm_email/master/VERSION"
set downloadURL "https://github.com/homematic-community/hm_email/releases/latest"

catch {
set input $env(QUERY_STRING)
Expand Down

0 comments on commit 6db39b1

Please sign in to comment.