From cda70d85fe847476cc1b9fa1b8a39e668adb7e8b Mon Sep 17 00:00:00 2001 From: braim23 <94292623+braim23@users.noreply.github.com> Date: Tue, 8 Mar 2022 16:14:30 +0300 Subject: [PATCH] Replaced all the links except Angular --- docs/en/API/Swagger-Integration.md | 4 ++-- docs/en/Background-Workers-Hangfire.md | 2 +- docs/en/Startup-Templates/Application.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/API/Swagger-Integration.md b/docs/en/API/Swagger-Integration.md index 191fa634ca..ee1eaade71 100644 --- a/docs/en/API/Swagger-Integration.md +++ b/docs/en/API/Swagger-Integration.md @@ -11,7 +11,7 @@ ABP Framework offers a prebuilt module for full Swagger integration with small c > This package is already installed by default with the startup template. So, most of the time, you don't need to install it manually. -If installation is needed, it is suggested to use the [ABP CLI](CLI.md) to install this package. +If installation is needed, it is suggested to use the [ABP CLI](https://docs.abp.io/en/abp/latest/CLI) to install this package. ### Using the ABP CLI @@ -101,7 +101,7 @@ services.AddAbpSwaggerGen( For non MVC/Tiered applications, we need to configure Swagger with OAUTH to handle authorization. -> ABP Framework uses IdentityServer by default. To get more information about IDS, check this [documentation](Modules/IdentityServer.md). +> ABP Framework uses IdentityServer by default. To get more information about IDS, check this [documentation](https://docs.abp.io/en/abp/latest/Modules/IdentityServer). diff --git a/docs/en/Background-Workers-Hangfire.md b/docs/en/Background-Workers-Hangfire.md index 2ea7fd633e..7f832f2c71 100644 --- a/docs/en/Background-Workers-Hangfire.md +++ b/docs/en/Background-Workers-Hangfire.md @@ -1,6 +1,6 @@ # Hangfire Background Worker Manager -[Hangfire](https://https://www.hangfire.io/) is an advanced background jobs and worker manager. You can integrate Hangfire with the ABP Framework to use it instead of the [default background worker manager](Background-Workers.md). +[Hangfire](https://www.hangfire.io/) is an advanced background jobs and worker manager. You can integrate Hangfire with the ABP Framework to use it instead of the [default background worker manager](Background-Workers.md). The major advantage is that you can use the same server farm to manage your Background Jobs and Workers, as well as leverage the advanced scheduling that is available from Hangfire for [Recurring Jobs](https://docs.hangfire.io/en/latest/background-methods/performing-recurrent-tasks.html?highlight=recurring), aka Background Workers. diff --git a/docs/en/Startup-Templates/Application.md b/docs/en/Startup-Templates/Application.md index 5ad2dde24b..46dc72b864 100644 --- a/docs/en/Startup-Templates/Application.md +++ b/docs/en/Startup-Templates/Application.md @@ -410,7 +410,7 @@ Actions, reducers, sagas, selectors are created in the `src/store` folder. Store #### Theming -[Native Base](https://nativebase.io/) is used as UI components library. Native Base components can customize easily. See the [Native Base customize](https://docs.nativebase.io/Customize.html#Customize) documentation. We followed the same way. +[Native Base](https://nativebase.io/) is used as UI components library. Native Base components can customize easily. See the [Native Base customize](https://docs.nativebase.io/3.1.x/customizing-components) documentation. We followed the same way. * Native Base theme variables are in the `src/theme/variables` folder. * Native Base component styles are in the `src/theme/components` folder. These files have been generated with Native Base's `ejectTheme` script.