From 333d2a49f89a687b5d32b10f834b85438dfc1412 Mon Sep 17 00:00:00 2001 From: ale Date: Thu, 13 Feb 2025 20:35:38 +0100 Subject: [PATCH] update git Signed-off-by: ale --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 78f15ec..d3d3e18 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Install -- git clone https://gitea.hatthieves.es/manalejandro/webdav +- git clone https://git.manalejandro.com/ale/webdav - cd webdav - npm i @@ -10,8 +10,8 @@ - change settings in `config.js` - npm start -- open http://localhost:8080/dav with [cadaver](http://www.webdav.org/cadaver/) and enjoy :) +- open http://localhost:8080/dav with [cadaver](https://notroj.github.io/cadaver/) and enjoy :) ### License -- MIT \ No newline at end of file +- MIT diff --git a/package.json b/package.json index 8510765..df44bef 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "license": "MIT", "private": true, "repository": { - "url": "https://gitea.hatthieves.es/manalejandro/webdav" + "url": "https://git.manalejandro.com/ale/webdav" }, "scripts": { "start": "node index.js"