summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Radermacher <dominic@familie-radermacher.ch>2021-09-01 06:55:36 +0200
committerDominic Radermacher <dominic@familie-radermacher.ch>2021-09-01 06:55:36 +0200
commit06e4f5e9cf7403aad3eac26ea91e7368329b05d4 (patch)
tree59872fee7c71cdaf79f10ed67cc29bbf162d19c5
parent44650fcf0aefecb4b4095d873b0e8861fa650c41 (diff)
update contact infodevel
-rw-r--r--README2
-rw-r--r--src/lan7800-led-ctl.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 24cad87..48a8b03 100644
--- a/README
+++ b/README
@@ -10,4 +10,4 @@ These ethernet and USB controllers are used on embedded computers like
Raspberry Pi 3B+.
Further info can be found at:
-https://mockmoon-cybernetics.ch/computer/raspberry-pi/lan7800-led-ctl/
+https://familie-radermacher.ch/dominic/computer/raspberry-pi/lan7800-led-ctl/
diff --git a/src/lan7800-led-ctl.c b/src/lan7800-led-ctl.c
index 233fc48..1a3297e 100644
--- a/src/lan7800-led-ctl.c
+++ b/src/lan7800-led-ctl.c
@@ -100,7 +100,7 @@ void about(void)
{
printf("lan7800-led-ctl %s programmed by Dominic Radermacher\n", VERSION);
printf("For further info or latest version see\n");
- printf("https://mockmoon-cybernetics.ch/computer/raspberry-pi/lan7800-led-ctl/\n");
+ printf("https://familie-radermacher.ch/dominic/computer/raspberry-pi/lan7800-led-ctl/\n");
exit(1);
}