Fix documentation link in the scripting docs

Fixes https://gitlab.com/kicad/code/kicad/issues/3735
This commit is contained in:
Ian McInerney 2020-03-28 22:00:40 +00:00
parent 42a876d963
commit 2c86b3d8cf
1 changed files with 1 additions and 1 deletions

View File

@ -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 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 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 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 Another documentation source is the auto-generated Doxygen reference of the
API. It can be found API. It can be found