Browse Source

Fix link in README

bohwaz 2 years ago
parent
commit
23c8321a28
1 changed files with 7 additions and 3 deletions
  1. 7 3
      README.md

+ 7 - 3
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