From b964e68cd0187c8ed28c1de22dcdf5e6857f855d Mon Sep 17 00:00:00 2001 From: Benoit Date: Wed, 3 Apr 2024 14:58:55 +0200 Subject: [PATCH] FIX broken links --- examples/reolinkcreds/README.md | 2 +- examples/reolinkcredslight/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/reolinkcreds/README.md b/examples/reolinkcreds/README.md index cbd8423..6968f96 100644 --- a/examples/reolinkcreds/README.md +++ b/examples/reolinkcreds/README.md @@ -1,7 +1,7 @@ # Reolink Credentials example plugin The complete code of this example can be found [here](./wirego_reolinkcreds.go) -Before getting deep in this example, you should probably take a look at the [minimalist](../examples/minimal/README.md) and [ReolinkCreds Light)()../examples/reolinkcredslight/README.md) examples. +Before getting deep in this example, you should probably take a look at the [minimalist](../minimal/README.md) and [ReolinkCreds Light](../reolinkcredslight/README.md) examples. ## Introduction diff --git a/examples/reolinkcredslight/README.md b/examples/reolinkcredslight/README.md index a038ce4..0b12678 100644 --- a/examples/reolinkcredslight/README.md +++ b/examples/reolinkcredslight/README.md @@ -1,7 +1,7 @@ # Reolink Credentials example plugin -The complete code of this example can be found [here](./wirego_reolinkcreds.go) -Before getting deep in this example, you should probably take a look at the [minimalist](../examples/minimal/README.md) example. +The complete code of this example can be found [here](./wirego_reolinkcreds_light.go) +Before getting deep in this example, you should probably take a look at the [minimalist](../minimal/README.md) example. ## Introduction