Update KiCad website links
This commit is contained in:
parent
61ac9c8d90
commit
6641168cbc
|
@ -310,7 +310,7 @@ copy on your machine by using the following command:
|
||||||
|
|
||||||
Here is a list of source links:
|
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
|
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][].
|
you will have to apply the Boost patches in the KiCad source [patches folder][].
|
||||||
|
|
||||||
|
|
||||||
[download]: http://kicad-pcb.org/download/
|
[download]: https://kicad.org/download/
|
||||||
[KiCad website]: http://kicad-pcb.org/
|
[KiCad website]: https://kicad.org/
|
||||||
[GNU GCC]: https://gcc.gnu.org/
|
[GNU GCC]: https://gcc.gnu.org/
|
||||||
[Clang]: http://clang.llvm.org/
|
[Clang]: http://clang.llvm.org/
|
||||||
[CMake]: https://cmake.org/
|
[CMake]: https://cmake.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](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
|
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]:https://kicad.org/
|
||||||
[kicad-docs]:http://ci.kicad-pcb.org/job/kicad-doxygen/ws/Documentation/doxygen/html/index.html
|
[kicad-docs]:https://docs.kicad.org/doxygen/
|
||||||
|
|
|
@ -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}
|
||||||
|
|
||||||
|
|
|
@ -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 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
|
||||||
|
|
|
@ -19,7 +19,7 @@ Installation from binary packages
|
||||||
|
|
||||||
Compiled KiCad binaries exist for Windows (7, 8.1, 10), Mac OS (10.12+) and several
|
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
|
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.
|
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.
|
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
|
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,
|
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
|
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
|
Linux install tree
|
||||||
|
|
|
@ -4,7 +4,7 @@ For specific documentation like [Compiling](Documentation/development/compiling.
|
||||||
changelogs see the [Documentation](Documentation) subfolder.
|
changelogs see the [Documentation](Documentation) subfolder.
|
||||||
|
|
||||||
You may also take a look into the [Wiki](https://gitlab.com/kicad/code/kicad/-/wikis/home),
|
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/).
|
our [Forum](https://forum.kicad.info/).
|
||||||
|
|
||||||
## Build state
|
## Build state
|
||||||
|
|
|
@ -130,16 +130,16 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
||||||
description << "<ul>";
|
description << "<ul>";
|
||||||
description << "<li>"
|
description << "<li>"
|
||||||
<< _( "The official KiCad website - " )
|
<< _( "The official KiCad website - " )
|
||||||
<< HtmlHyperlink( "http://www.kicad-pcb.org" )
|
<< HtmlHyperlink( "http://www.kicad.org" )
|
||||||
<< "</li>";
|
<< "</li>";
|
||||||
description << "<li>"
|
description << "<li>"
|
||||||
<< _( "Developer website - " )
|
<< _( "Developer website - " )
|
||||||
<< HtmlHyperlink( "https://gitlab.com/kicad" )
|
<< HtmlHyperlink( "https://go.kicad.org/dev" )
|
||||||
<< "</li>";
|
<< "</li>";
|
||||||
|
|
||||||
description << "<li>"
|
description << "<li>"
|
||||||
<< _("Official KiCad library repositories - " )
|
<< _("Official KiCad library repositories - " )
|
||||||
<< HtmlHyperlink( "https://kicad.github.io" )
|
<< HtmlHyperlink( "https://go.kicad.org/libraries" )
|
||||||
<< "</li>";
|
<< "</li>";
|
||||||
|
|
||||||
description << "</ul></p>";
|
description << "</ul></p>";
|
||||||
|
@ -152,7 +152,7 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
||||||
description << "<ul>";
|
description << "<ul>";
|
||||||
description << "<li>"
|
description << "<li>"
|
||||||
<< _( "Report or examine bugs - " )
|
<< _( "Report or examine bugs - " )
|
||||||
<< HtmlHyperlink( "https://gitlab.com/kicad/code/kicad/issues" )
|
<< HtmlHyperlink( "https://go.kicad.org/bugs" )
|
||||||
<< "</li>";
|
<< "</li>";
|
||||||
description << "</ul></p>";
|
description << "</ul></p>";
|
||||||
|
|
||||||
|
@ -163,7 +163,7 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
||||||
description << "<ul>";
|
description << "<ul>";
|
||||||
description << "<li>"
|
description << "<li>"
|
||||||
<< _( "KiCad forum - " )
|
<< _( "KiCad forum - " )
|
||||||
<< HtmlHyperlink( "https://forum.kicad.info" )
|
<< HtmlHyperlink( "https://go.kicad.org/forum" )
|
||||||
<< "</li>";
|
<< "</li>";
|
||||||
|
|
||||||
description << "</ul></p>";
|
description << "</ul></p>";
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
#include <dialogs/dialog_configure_paths.h>
|
#include <dialogs/dialog_configure_paths.h>
|
||||||
#include <eda_doc.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
|
/// URL to launch a new issue with pre-populated description
|
||||||
|
|
|
@ -62,29 +62,29 @@
|
||||||
|
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<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>
|
||||||
|
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<caption>Eeschema Schematic Editor</caption>
|
<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>
|
||||||
|
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<caption>PcbNew PCB Layout</caption>
|
<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>
|
||||||
|
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<caption>PcbNew 3D Viewer</caption>
|
<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>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<url type="homepage">https://kicad-pcb.org/</url>
|
<url type="homepage">https://kicad.org/</url>
|
||||||
<url type="bugtracker">https://kicad-pcb.org/help/report-a-bug/</url>
|
<url type="bugtracker">https://kicad.org/help/report-a-bug/</url>
|
||||||
<url type="help">https://docs.kicad-pcb.org/</url>
|
<url type="help">https://docs.kicad.org/</url>
|
||||||
<url type="donation">https://kicad-pcb.org/</url>
|
<url type="donation">https://go.kicad.org/donate</url>
|
||||||
|
|
||||||
<update_contact>kicad-developers@lists.launchpad.net</update_contact>
|
<update_contact>kicad-developers@lists.launchpad.net</update_contact>
|
||||||
<developer_name>The KiCad Developers</developer_name>
|
<developer_name>The KiCad Developers</developer_name>
|
||||||
|
|
Loading…
Reference in New Issue