From fb12e0b190cb4f989216b3dd9964a29d5b9d525c Mon Sep 17 00:00:00 2001 From: mebitek Date: Mon, 8 Jan 2024 11:24:40 +0100 Subject: [PATCH 1/3] add documentation link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c8142201..99e24aba 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This is a fork of the [original repository](https://github.com/westlicht/performer), with some improvements that I personally find essential. +[Full updated documentation](https://mebitek.github.io/manual/) + To find out more about improvements changes, check the table below. | Change | Documentation | Status | From 86a93be158ba65ffc660cfe42fff9b84de817aa7 Mon Sep 17 00:00:00 2001 From: mebitek Date: Mon, 8 Jan 2024 17:27:57 +0100 Subject: [PATCH 2/3] udpate gitingore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0053bce7..45e01b12 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ tools/ .vscode/launch.json src/platform/sim/sim/TargetTrace.cpp src/platform/sim/sim/frontend/MidiConfig.h +*.iml +submodules/ From b2aa6d91c19c7104ad547adb79426b266253ae0d Mon Sep 17 00:00:00 2001 From: mebitek Date: Mon, 8 Jan 2024 17:28:47 +0100 Subject: [PATCH 3/3] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99e24aba..9bb84588 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a fork of the [original repository](https://github.com/westlicht/performer), with some improvements that I personally find essential. -[Full updated documentation](https://mebitek.github.io/manual/) +[Full updated documentation](https://mebitek.github.io/performer/manual/) To find out more about improvements changes, check the table below.