From 3fb8d0a491ca8c978951f188eb5301358c7c60b1 Mon Sep 17 00:00:00 2001 From: Pawel Rojek Date: Wed, 10 Mar 2021 22:18:33 +0100 Subject: [PATCH] URL fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b68759c..fdf646b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To make Draw.io work properly, you need to add a new mimetypes in the `mimetypem Go to `Admin settings > Additional settings` ( `/index.php/settings/admin/additional` ) and click the `Save` button to register MIME types. Or you can do it manually: -- Download [mimetypemapping.json](https://github.com/pawelrojek/nextcloud-drawio/blob/master/mimetypemapping.json) and save it in `config` folder +- Download [mimetypemapping.json](https://github.com/pawelrojek/nextcloud-drawio/raw/master/mimetypemapping.json) and save it in `config` folder or - Copy `/resources/config/mimetypemapping.dist.json` to `/config/mimetypemapping.json` (in the `config/` folder at Nextcloud’s root directory; the file should be stored next to the `config.php` file).