From cd79077a2c1e715317f026005cb27466f4fc08be Mon Sep 17 00:00:00 2001 From: Florian Date: Fri, 29 Nov 2024 10:09:07 +0100 Subject: [PATCH] =?UTF-8?q?Docs:=20Repair=20links=20=F0=9F=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c6fc8a..22c6258 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,14 @@ brew install lefthook node talisman cp src/main/resources/application-local.yaml.example src/main/resources/application-local.yaml ``` -You'll also need to run spring with the `local` (profile)[https://www.baeldung.com/spring-profiles#5-environment-variable] (how to do that depends on your dev setup). +You'll also need to run spring with the `local` [profile](https://www.baeldung.com/spring-profiles#5-environment-variable) (how to do that depends on your dev setup). ### Replace dummy config -The checked in dummy configuration gets you started. However if you want to use fit-connect properly, you need to register at the (fitko self service portal)[https://portal.auth-testing.fit-connect.fitko.dev/login] and create: +The checked in dummy configuration gets you started. However if you want to use fit-connect properly, you need to register at the [fitko self service portal](https://portal.auth-testing.fit-connect.fitko.dev/login) and create: - a sender client (client for `Onlinedienst`), -- a subscriber client (client for `Verwaltungssystem`, you can use (this tool)[https://git.fitko.de/fit-connect/fit-connect-tools/-/tree/main?ref_type=heads#skript-createselfsignedjwkspy] to create the keys), +- a subscriber client (client for `Verwaltungssystem`, you can use [this tool](https://git.fitko.de/fit-connect/fit-connect-tools/-/tree/main?ref_type=heads#skript-createselfsignedjwkspy) to create the keys), - a destination (`Zustellpunkt`). Use these to replace the ids and secrets in your `application-local.yaml`.