From 71e4a21a50d2fef88af7adf8d5bdd3cbca569bfe Mon Sep 17 00:00:00 2001 From: Erik Woods Date: Thu, 3 May 2018 14:48:25 -0400 Subject: [PATCH] Updates Install link for README (previous link is outdated/missing) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 858c648..f41537e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Bugs can be reported [here](https://github.com/stuffmatic/blam/issues). # Getting started 1. [Download the latest release](https://github.com/stuffmatic/blam/releases), decompress the file and locate the actual add-on file ```src/blam.py```. -2. [Install](http://wiki.blender.org/index.php/Doc:2.6/Manual/Extensions/Python/Add-Ons) +2. [Install](https://docs.blender.org/manual/advanced/scripting/addon_tutorial.html?highlight=add%20ons#install-the-add-on) 3. Check out the [introduction video](https://vimeo.com/35153437), [this tutorial video](https://vimeo.com/35421849) and [read the user's guide](https://github.com/stuffmatic/blam/wiki/User%27s-guide). # Getting involved