From 69b74374a9adc1784870db97fdcb756ee3769c64 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Thu, 15 Sep 2022 09:16:06 +0200 Subject: [PATCH] fix: urls --- doc/howto-angular.md | 2 +- doc/howto-javascript.md | 2 +- doc/howto-react.md | 2 +- doc/howto-vue.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/howto-angular.md b/doc/howto-angular.md index 29a8a9c33..5618a1f2f 100644 --- a/doc/howto-angular.md +++ b/doc/howto-angular.md @@ -6,7 +6,7 @@ You are an Application Developer and you want to use DB UI Elements in your own ## How to install -[Read the "How to Start" documentation](https://github.com/db-ui/elements/-/blob/main/doc/howto-start.md). +[Read the "How to Start" documentation](https://github.com/db-ui/elements/blob/main/doc/howto-start.md). ### Integrate in your app diff --git a/doc/howto-javascript.md b/doc/howto-javascript.md index 72bdb5b4c..eeeabb672 100644 --- a/doc/howto-javascript.md +++ b/doc/howto-javascript.md @@ -8,7 +8,7 @@ Maybe there is a good reason for you, why you don't use a framework. Maybe you a ## How to install -[Read the "How to Start" documentation](https://github.com/db-ui/elements/-/blob/main/doc/howto-start.md). +[Read the "How to Start" documentation](https://github.com/db-ui/elements/blob/main/doc/howto-start.md). ### Integrate web components in your app diff --git a/doc/howto-react.md b/doc/howto-react.md index ce2125e9a..c26055c12 100644 --- a/doc/howto-react.md +++ b/doc/howto-react.md @@ -6,7 +6,7 @@ You are an Application Developer and you want to use DB UI Elements in your own ## How to install -[Read the "How to Start" documentation](https://github.com/db-ui/elements/-/blob/main/doc/howto-start.md). +[Read the "How to Start" documentation](https://github.com/db-ui/elements/blob/main/doc/howto-start.md). ### Integrate in your app diff --git a/doc/howto-vue.md b/doc/howto-vue.md index bd6cce8a3..269db801f 100644 --- a/doc/howto-vue.md +++ b/doc/howto-vue.md @@ -6,7 +6,7 @@ You are an Application Developer and you want to use DB UI Elements in your own ## How to install -[Read the "How to Start" documentation](https://github.com/db-ui/elements/-/blob/main/doc/howto-start.md). +[Read the "How to Start" documentation](https://github.com/db-ui/elements/blob/main/doc/howto-start.md). ### Integrate in your app