Skip to content

Commit 912ed8d

Browse files
committed
docs: update repository and documentation links
1 parent 78f1a54 commit 912ed8d

2 files changed

Lines changed: 9 additions & 11 deletions

File tree

docs/extensions/microsoft_extensions_DI.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Dotenv.Extensions.Microsoft.DI
22

3-
[![dotenv.core](https://img.shields.io/badge/.NET%20Standard-2.0-red)](https://github.com/MrDave1999/dotenv.core)
4-
[![Nuget-Badges](https://buildstats.info/nuget/Dotenv.Extensions.Microsoft.DependencyInjection)](https://www.nuget.org/packages/Dotenv.Extensions.Microsoft.DependencyInjection/)
3+
[![dotenv.core](https://img.shields.io/badge/.NET%20Standard-2.0-red)](https://github.com/DevD4v3/dotenv.core)
54

6-
This library adds extension methods for the [Microsoft.Extensions.DependencyInjection](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection) package, which can be accessed through the [IServiceCollection](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.dependencyinjection.iservicecollection) interface. So, this library is just a wrapper and behind the scenes what happens is that it uses the classes and methods from the [DotEnv.Core](https://github.com/MrDave1999/dotenv.core) project.
5+
This library adds extension methods for the [Microsoft.Extensions.DependencyInjection](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection) package, which can be accessed through the [IServiceCollection](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.dependencyinjection.iservicecollection) interface. So, this library is just a wrapper and behind the scenes what happens is that it uses the classes and methods from the [DotEnv.Core](https://github.com/DevD4v3/dotenv.core) project.
76

87
This project was created to add support for DI and can be used in ASP.NET Core projects.
9-
Refer to the [API documentation](https://mrdave1999.github.io/dotenv.core/api/Microsoft.Extensions.DependencyInjection.html).
8+
Refer to the [API documentation](https://DevD4v3.github.io/dotenv.core/api/Microsoft.Extensions.DependencyInjection.html).
109

1110
## Advantages
1211

@@ -60,7 +59,7 @@ public class HomeController : ControllerBase
6059
}
6160
}
6261
```
63-
**Note:** You can also take a look at the [source code](https://github.com/MrDave1999/dotenv.core/tree/master/plugins/Microsoft.Extensions.DI/example) of the example project.
62+
**Note:** You can also take a look at the [source code](https://github.com/DevD4v3/dotenv.core/tree/master/plugins/Microsoft.Extensions.DI/example) of the example project.
6463

6564
### Load .env file based on environment
6665

@@ -99,4 +98,4 @@ Done, use `AppSettings` on the controllers and let the container perform the dep
9998

10099
## Samples
101100

102-
- [DotEnv.Extensions.Microsoft.DependencyInjection](https://github.com/MrDave1999/dotenv.core/tree/master/plugins/Microsoft.Extensions.DI/example)
101+
- [DotEnv.Extensions.Microsoft.DependencyInjection](https://github.com/DevD4v3/dotenv.core/tree/master/plugins/Microsoft.Extensions.DI/example)

docs/extensions/microsoft_extensions_config.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# Dotenv.Extensions.Microsoft.Configuration
22

3-
[![dotenv.core](https://img.shields.io/badge/.NET%20Standard-2.0-red)](https://github.com/MrDave1999/dotenv.core)
4-
[![Nuget-Badges](https://buildstats.info/nuget/Dotenv.Extensions.Microsoft.Configuration)](https://www.nuget.org/packages/Dotenv.Extensions.Microsoft.Configuration/)
3+
[![dotenv.core](https://img.shields.io/badge/.NET%20Standard-2.0-red)](https://github.com/DevD4v3/dotenv.core)
54

65
ENV configuration provider implementation for [Microsoft.Extensions.Configuration](https://www.nuget.org/packages/Microsoft.Extensions.Configuration).
76

8-
This library adds extension methods for the [Microsoft.Extensions.Configuration](https://www.nuget.org/packages/Microsoft.Extensions.Configuration) package, which can be accessed through the [IConfigurationBuilder](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.configuration.iconfigurationbuilder) interface. So, this library is just a wrapper and behind the scenes what happens is that it uses the classes and methods from the [DotEnv.Core](https://github.com/MrDave1999/dotenv.core) project.
7+
This library adds extension methods for the [Microsoft.Extensions.Configuration](https://www.nuget.org/packages/Microsoft.Extensions.Configuration) package, which can be accessed through the [IConfigurationBuilder](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.configuration.iconfigurationbuilder) interface. So, this library is just a wrapper and behind the scenes what happens is that it uses the classes and methods from the [DotEnv.Core](https://github.com/DevD4v3/dotenv.core) project.
98

109
This project was created to integrate the [DotEnv.Core](https://www.nuget.org/packages/DotEnv.Core) package into the .NET configuration system.
1110

12-
Refer to the [API documentation](https://mrdave1999.github.io/dotenv.core/api/Microsoft.Extensions.Configuration.html).
11+
Refer to the [API documentation](https://DevD4v3.github.io/dotenv.core/api/Microsoft.Extensions.Configuration.html).
1312

1413
## Installation
1514

@@ -56,4 +55,4 @@ It doesn't matter if your .env file is in the root directory of your project, th
5655

5756
## Samples
5857

59-
- [DotEnv.Extensions.Microsoft.Configuration](https://github.com/MrDave1999/dotenv.core/tree/master/plugins/Microsoft.Extensions.Config/example)
58+
- [DotEnv.Extensions.Microsoft.Configuration](https://github.com/DevD4v3/dotenv.core/tree/master/plugins/Microsoft.Extensions.Config/example)

0 commit comments

Comments
 (0)