From 1fe4a189f8d49f63e7defe9b2bfedeeb20aa9bbd Mon Sep 17 00:00:00 2001 From: iv-ar <38570165+iv-ar@users.noreply.github.com> Date: Sat, 25 Feb 2023 13:35:14 +0100 Subject: Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 06c87ce..af95971 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Implements https://vippsas.github.io/vipps-ecom-api, more or less (see [IVippsEcommerceService.cs](https://git.ivar.systems/dotnet-vipps-ecommerce/tree/src/IOL.VippsEcommerce/IVippsEcommerceService.cs)). +Implements https://vippsas.github.io/vipps-ecom-api, more or less (see [IVippsEcommerceService.cs](/src/IOL.VippsEcommerce/IVippsEcommerceService.cs)). Install: `dotnet add package IOL.VippsEcommerce` @@ -16,7 +16,7 @@ services.AddVippsEcommerceService(o => { }); ``` -See [VippsConfiguration.cs](https://git.ivarlovlie.no/dotnet-vipps-ecommerce/tree/src/IOL.VippsEcommerce/Models/VippsConfiguration.cs) for available properties. +See [VippsConfiguration.cs](/src/IOL.VippsEcommerce/Models/VippsConfiguration.cs) for available properties. ### Caching @@ -26,4 +26,4 @@ services.AddVippsEcommerceService(o => { o.CacheEncryptionKey = "randomstring"; // optional key for AES encryption, if omitted the cache will be readable json with your keys exposed and everything. o.CacheDirectoryPath = "/tmp/vippsecom"; // path to a directory that the executing process has write-access to. }); -``` \ No newline at end of file +``` -- cgit v1.3