Update KiCad website links

This commit is contained in:
Seth Hillbrand 2020-12-22 17:38:56 -08:00
parent 61ac9c8d90
commit 6641168cbc
10 changed files with 29 additions and 29 deletions

View File

@ -310,7 +310,7 @@ copy on your machine by using the following command:
Here is a list of source links:
Stable release archives: https://kicad-pcb.org/download/source/
Stable release archives: https://kicad.org/download/source/
Development branch: https://gitlab.com/kicad/code/kicad/tree/master
@ -634,8 +634,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]: https://kicad.org/download/
[KiCad website]: https://kicad.org/
[GNU GCC]: https://gcc.gnu.org/
[Clang]: http://clang.llvm.org/
[CMake]: https://cmake.org/

View File

@ -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](https://docs.kicad-pcb.org/master/en/pcbnew/pcbnew.html#kicad_scripting_reference).
documentation](https://docs.kicad.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
[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,

View File

@ -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]:https://kicad.org/
[kicad-docs]:https://docs.kicad.org/doxygen/

View File

@ -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}

View File

@ -329,6 +329,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

View File

@ -19,7 +19,7 @@ Installation from binary packages
Compiled KiCad binaries exist for Windows (7, 8.1, 10), Mac OS (10.12+) and several
Linux distributions (Fedora, Debian, Ubuntu, Arch). These are available from the
main KiCad website: https://kicad-pcb.org/download/
main KiCad website: https://kicad.org/download/
Data files (schematic, boards, libraries) are compatible with all platforms.
@ -28,7 +28,7 @@ Installation from binary packages for Windows
---------------------------------------------
KiCad can be installed anywhere on the system as long as the user has write privileges.
Pre-made installers are available on the KiCad website: https://kicad-pcb.org/download/windows/
Pre-made installers are available on the KiCad website: https://kicad.org/download/windows/
Installation from binary packages for Linux
@ -36,7 +36,7 @@ Installation from binary packages for Linux
KiCad comes packaged on many Linux platforms including Debian, Fedora, Ubuntu and Arch,
and is available in their respective package repositories. More information can be found on
the platform's page at https://kicad-pcb.org/download/
the platform's page at https://kicad.org/download/
Linux install tree

View File

@ -4,7 +4,7 @@ For specific documentation like [Compiling](Documentation/development/compiling.
changelogs see the [Documentation](Documentation) subfolder.
You may also take a look into the [Wiki](https://gitlab.com/kicad/code/kicad/-/wikis/home),
the [Developers](https://kicad-pcb.org/contribute/developers/) section on our [Website](https://kicad-pcb.org/) and
the [Developers](https://kicad.org/contribute/developers/) section on our [Website](https://kicad.org/) and
our [Forum](https://forum.kicad.info/).
## Build state

View File

@ -130,16 +130,16 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
description << "<ul>";
description << "<li>"
<< _( "The official KiCad website - " )
<< HtmlHyperlink( "http://www.kicad-pcb.org" )
<< HtmlHyperlink( "http://www.kicad.org" )
<< "</li>";
description << "<li>"
<< _( "Developer website - " )
<< HtmlHyperlink( "https://gitlab.com/kicad" )
<< HtmlHyperlink( "https://go.kicad.org/dev" )
<< "</li>";
description << "<li>"
<< _("Official KiCad library repositories - " )
<< HtmlHyperlink( "https://kicad.github.io" )
<< HtmlHyperlink( "https://go.kicad.org/libraries" )
<< "</li>";
description << "</ul></p>";
@ -152,7 +152,7 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
description << "<ul>";
description << "<li>"
<< _( "Report or examine bugs - " )
<< HtmlHyperlink( "https://gitlab.com/kicad/code/kicad/issues" )
<< HtmlHyperlink( "https://go.kicad.org/bugs" )
<< "</li>";
description << "</ul></p>";
@ -163,7 +163,7 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
description << "<ul>";
description << "<li>"
<< _( "KiCad forum - " )
<< HtmlHyperlink( "https://forum.kicad.info" )
<< HtmlHyperlink( "https://go.kicad.org/forum" )
<< "</li>";
description << "</ul></p>";

View File

@ -40,7 +40,7 @@
#include <dialogs/dialog_configure_paths.h>
#include <eda_doc.h>
#define URL_GET_INVOLVED "http://kicad-pcb.org/contribute/"
#define URL_GET_INVOLVED "https://kicad.org/contribute/"
/// URL to launch a new issue with pre-populated description

View File

@ -62,29 +62,29 @@
<screenshots>
<screenshot type="default">
<image width="1024" height="576">https://kicad-pcb.org/img/screenshots/appstream/kicad.png</image>
<image width="1024" height="576">https://kicad.org/img/screenshots/appstream/kicad.png</image>
</screenshot>
<screenshot>
<caption>Eeschema Schematic Editor</caption>
<image width="1024" height="576">https://kicad-pcb.org/img/screenshots/appstream/eeschema.png</image>
<image width="1024" height="576">https://kicad.org/img/screenshots/appstream/eeschema.png</image>
</screenshot>
<screenshot>
<caption>PcbNew PCB Layout</caption>
<image width="1024" height="576">https://kicad-pcb.org/img/screenshots/appstream/pcbnew.png</image>
<image width="1024" height="576">https://kicad.org/img/screenshots/appstream/pcbnew.png</image>
</screenshot>
<screenshot>
<caption>PcbNew 3D Viewer</caption>
<image width="1024" height="576">https://kicad-pcb.org/img/screenshots/appstream/3dviewer.png</image>
<image width="1024" height="576">https://kicad.org/img/screenshots/appstream/3dviewer.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://kicad-pcb.org/</url>
<url type="bugtracker">https://kicad-pcb.org/help/report-a-bug/</url>
<url type="help">https://docs.kicad-pcb.org/</url>
<url type="donation">https://kicad-pcb.org/</url>
<url type="homepage">https://kicad.org/</url>
<url type="bugtracker">https://kicad.org/help/report-a-bug/</url>
<url type="help">https://docs.kicad.org/</url>
<url type="donation">https://go.kicad.org/donate</url>
<update_contact>kicad-developers@lists.launchpad.net</update_contact>
<developer_name>The KiCad Developers</developer_name>