From 23c8321a284f8d59eeba4991af2068f0d35e415b Mon Sep 17 00:00:00 2001 From: bohwaz Date: Tue, 22 Nov 2022 01:34:51 +0100 Subject: [PATCH] Fix link in README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 674b1b9..d1f16b7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Single-file WebDAV server in PHP, just drop it in a directory! -If you drop the [`index.php`](./index.php) file in a directory of your web-server, it will make the contents of this directory available via WebDAV, and will also provide a nice web UI to manage the files, using [WebDAV Manager.js](https://github.com/kd2org/webdav-manager.js). +If you drop the [`index.php`](https://github.com/kd2org/picodav/raw/main/index.php) file in a directory of your web-server, it will make the contents of this directory available via WebDAV, and will also provide a nice web UI to manage the files, using [WebDAV Manager.js](https://github.com/kd2org/webdav-manager.js). ![Web UI screenshot](https://raw.githubusercontent.com/kd2org/webdav-manager.js/main/scr_desktop.png) @@ -31,7 +31,7 @@ You can use any WebDAV client, but we recommend these: ## Install -It's really as simple as it says: just upload the `index.php` to a directory on your web-server, and it will now be available via WebDAV. +It's really as simple as it says: just upload the [`index.php`](https://github.com/kd2org/picodav/raw/main/index.php) file to a directory on your web-server, and it will now be available via WebDAV! If you are using Apache (version 2.3.9 or later is required), a .htaccess file will be created if it does not exist, to redirect requests to `index.php`. If not, you can use @@ -148,7 +148,11 @@ Contact us for a commercial license. ## Author -BohwaZ. Contact me on: Web: https://bohwaz.net / IRC = bohwaz@irc.libera.chat / Mastodon = https://mamot.fr/@bohwaz +BohwaZ. Contact me on: + +* Web: https://bohwaz.net/ +* IRC: bohwaz@irc.libera.chat +* Mastodon: https://mamot.fr/@bohwaz ## License