From 2c86b3d8cf651787c0bd496655edd111cf51fbfd Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Sat, 28 Mar 2020 22:00:40 +0000 Subject: [PATCH] Fix documentation link in the scripting docs Fixes https://gitlab.com/kicad/code/kicad/issues/3735 --- Documentation/development/pcbnew-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/development/pcbnew-plugins.md b/Documentation/development/pcbnew-plugins.md index f9ffb2e6fb..d54f81bb63 100644 --- a/Documentation/development/pcbnew-plugins.md +++ b/Documentation/development/pcbnew-plugins.md @@ -19,7 +19,7 @@ interpreter installed on the system. The Pcbnew Python API can be used stand-alone, i.e. no instance of Pcbnew is running and the board project to be manipulated is loaded and saved from and to file. This approach is shown with some examples in the [user's -documentation](http://docs.kicad-pcb.org/stable/en/pcbnew.html#_kicad_scripting_reference). +documentation](https://docs.kicad-pcb.org/master/en/pcbnew/pcbnew.html#kicad_scripting_reference). Another documentation source is the auto-generated Doxygen reference of the API. It can be found