Remove old domain name from developer documentation.
This commit is contained in:
parent
29519c5fda
commit
7a2e0c6632
|
@ -471,8 +471,8 @@ to download and [build Boost][] from source. If you are building Boost on windo
|
||||||
you will have to apply the Boost patches in the KiCad source [patches folder][].
|
you will have to apply the Boost patches in the KiCad source [patches folder][].
|
||||||
|
|
||||||
|
|
||||||
[download]: http://kicad-pcb.org/download/
|
[download]: http://kicad.org/download/
|
||||||
[KiCad website]: http://kicad-pcb.org/
|
[KiCad website]: http://kicad.org/
|
||||||
[KiCad Launchpad]: https://launchpad.net/kicad
|
[KiCad Launchpad]: https://launchpad.net/kicad
|
||||||
[GNU GCC]: https://gcc.gnu.org/
|
[GNU GCC]: https://gcc.gnu.org/
|
||||||
[Clang]: http://clang.llvm.org/
|
[Clang]: http://clang.llvm.org/
|
||||||
|
|
|
@ -19,11 +19,11 @@ 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](http://docs.kicad.org/stable/en/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
|
||||||
[here](http://docs.kicad-pcb.org/doxygen-python/namespacepcbnew.html).
|
[here](http://docs.kicad.org/doxygen-python/namespacepcbnew.html).
|
||||||
|
|
||||||
# `Action Plugin` Support # {#ppi_action_pi}
|
# `Action Plugin` Support # {#ppi_action_pi}
|
||||||
Besides the stand-alone usage of the generated Python plugin interface,
|
Besides the stand-alone usage of the generated Python plugin interface,
|
||||||
|
|
|
@ -101,5 +101,5 @@ capabilities.
|
||||||
- In progress.
|
- In progress.
|
||||||
|
|
||||||
|
|
||||||
[kicad-website]:http://kicad-pcb.org/
|
[kicad-website]:http://kicad.org/
|
||||||
[kicad-docs]:http://ci.kicad-pcb.org/job/kicad-doxygen/ws/Documentation/doxygen/html/index.html
|
[kicad-docs]:http://ci.kicad.org/job/kicad-doxygen/ws/Documentation/doxygen/html/index.html
|
||||||
|
|
|
@ -71,7 +71,7 @@ GitHub plugin.
|
||||||
|
|
||||||
To provide a convenient method for system packagers to build KiCad from known stable sources,
|
To provide a convenient method for system packagers to build KiCad from known stable sources,
|
||||||
source archives in the most common formats along with the resulting md5sum checksum will be
|
source archives in the most common formats along with the resulting md5sum checksum will be
|
||||||
added to either the KiCad developer's site on Launchpad or the main website at www.kicad-pcb.org.
|
added to either the KiCad developer's site on Launchpad or the main website at www.kicad.org.
|
||||||
|
|
||||||
# Stable Release Announcement # {#announcement}
|
# Stable Release Announcement # {#announcement}
|
||||||
|
|
||||||
|
|
|
@ -304,6 +304,6 @@ Issues are still welcome for defects discovered.
|
||||||
[Boost Unit Test framework]: https://www.boost.org/doc/libs/1_68_0/libs/test/doc/html/index.html
|
[Boost Unit Test framework]: https://www.boost.org/doc/libs/1_68_0/libs/test/doc/html/index.html
|
||||||
[boost-test-functions]: https://www.boost.org/doc/libs/1_68_0/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref.html
|
[boost-test-functions]: https://www.boost.org/doc/libs/1_68_0/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref.html
|
||||||
[AFL fuzzing tool]: http://lcamtuf.coredump.cx/afl/
|
[AFL fuzzing tool]: http://lcamtuf.coredump.cx/afl/
|
||||||
[trace mask documentation]: http://docs.kicad-pcb.org/doxygen/group__trace__env__vars.html
|
[trace mask documentation]: http://docs.kicad.org/doxygen/group__trace__env__vars.html
|
||||||
[trace mask documentation]: http://docs.kicad-pcb.org/doxygen/group__trace__env__vars.html
|
[trace mask documentation]: http://docs.kicad.org/doxygen/group__trace__env__vars.html
|
||||||
[advanced config documentation]: http://docs.kicad-pcb.org/doxygen/namespaceAC__KEYS.html
|
[advanced config documentation]: http://docs.kicad.org/doxygen/namespaceAC__KEYS.html
|
||||||
|
|
Loading…
Reference in New Issue