From 7a2e0c66321b1a6e3d5d010d8a15bb021e6cda1c Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Tue, 26 Oct 2021 14:49:50 -0400 Subject: [PATCH] Remove old domain name from developer documentation. --- Documentation/development/compiling.md | 4 ++-- Documentation/development/pcbnew-plugins.md | 4 ++-- Documentation/development/road-map.md | 4 ++-- Documentation/development/stable-release-policy.md | 2 +- Documentation/development/testing.md | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Documentation/development/compiling.md b/Documentation/development/compiling.md index 5421c5d8eb..334bd9a580 100644 --- a/Documentation/development/compiling.md +++ b/Documentation/development/compiling.md @@ -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][]. -[download]: http://kicad-pcb.org/download/ -[KiCad website]: http://kicad-pcb.org/ +[download]: http://kicad.org/download/ +[KiCad website]: http://kicad.org/ [KiCad Launchpad]: https://launchpad.net/kicad [GNU GCC]: https://gcc.gnu.org/ [Clang]: http://clang.llvm.org/ diff --git a/Documentation/development/pcbnew-plugins.md b/Documentation/development/pcbnew-plugins.md index e196166293..d93a47f38d 100644 --- a/Documentation/development/pcbnew-plugins.md +++ b/Documentation/development/pcbnew-plugins.md @@ -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 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](http://docs.kicad.org/stable/en/pcbnew.html#_kicad_scripting_reference). Another documentation source is the auto-generated Doxygen reference of the 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} Besides the stand-alone usage of the generated Python plugin interface, diff --git a/Documentation/development/road-map.md b/Documentation/development/road-map.md index 7dd313365b..600ff28ae1 100644 --- a/Documentation/development/road-map.md +++ b/Documentation/development/road-map.md @@ -101,5 +101,5 @@ capabilities. - In progress. -[kicad-website]:http://kicad-pcb.org/ -[kicad-docs]:http://ci.kicad-pcb.org/job/kicad-doxygen/ws/Documentation/doxygen/html/index.html +[kicad-website]:http://kicad.org/ +[kicad-docs]:http://ci.kicad.org/job/kicad-doxygen/ws/Documentation/doxygen/html/index.html diff --git a/Documentation/development/stable-release-policy.md b/Documentation/development/stable-release-policy.md index 556b20e902..c5257e062d 100644 --- a/Documentation/development/stable-release-policy.md +++ b/Documentation/development/stable-release-policy.md @@ -71,7 +71,7 @@ GitHub plugin. 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 -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} diff --git a/Documentation/development/testing.md b/Documentation/development/testing.md index f58844b1c8..9bec200cf0 100644 --- a/Documentation/development/testing.md +++ b/Documentation/development/testing.md @@ -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-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/ -[trace mask documentation]: http://docs.kicad-pcb.org/doxygen/group__trace__env__vars.html -[trace mask documentation]: http://docs.kicad-pcb.org/doxygen/group__trace__env__vars.html -[advanced config documentation]: http://docs.kicad-pcb.org/doxygen/namespaceAC__KEYS.html +[trace mask documentation]: http://docs.kicad.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.org/doxygen/namespaceAC__KEYS.html