From 8235f42b1ea08ac043d1ead43b72203e383de850 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 29 Apr 2022 18:28:40 +0200 Subject: [PATCH] Fix links to docs This used to redirect to the correct place, but not anymore. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f5fb842..50c01f97 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Automated builds](https://github.com/robbert-vdh/nih-plug/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/robbert-vdh/nih-plug/actions/workflows/build.yml?query=branch%3Amaster) [![Tests](https://github.com/robbert-vdh/nih-plug/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/robbert-vdh/nih-plug/actions/workflows/test.yml?query=branch%3Amaster) -[![Docs](https://github.com/robbert-vdh/nih-plug/actions/workflows/docs.yml/badge.svg?branch=master)](https://robbert-vdh.github.io/nih-plug) +[![Docs](https://github.com/robbert-vdh/nih-plug/actions/workflows/docs.yml/badge.svg?branch=master)](https://nih-plug.robbertvanderhelm.nl/) This is a work in progress API-agnostic audio plugin framework written in Rust to do some experiments with, as well as a small collection of plugins. The idea @@ -15,7 +15,7 @@ features](#current-features) section for more information on the project's current status. Come join us on the [Rust Audio Discord](https://discord.gg/ykxU3rt4Cb), or -check out the [documentation](https://robbert-vdh.github.io/nih-plug) (work in +check out the [documentation](https://nih-plug.robbertvanderhelm.nl/) (work in progress). ### Table of contents