diff options
author | Paul Barker <pbarker@konsulko.com> | 2020-12-22 15:30:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-24 08:23:33 +0000 |
commit | 3b298e6ddde2a988a82039db9ce45eaf66d89a3f (patch) | |
tree | f31bec756b3cb74921263c71b3147fae7f28b323 /documentation/overview-manual | |
parent | d87b99112b32c7789878ae90d157181f9fe4bb70 (diff) | |
download | poky-3b298e6ddde2a988a82039db9ce45eaf66d89a3f.tar.gz |
documentation: Use https links where possible
(From yocto-docs rev: cd4c5e9928866f910ac97cf3e0612e6245da30bd)
Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r-- | documentation/overview-manual/development-environment.rst | 22 | ||||
-rw-r--r-- | documentation/overview-manual/yp-intro.rst | 4 |
2 files changed, 13 insertions, 13 deletions
diff --git a/documentation/overview-manual/development-environment.rst b/documentation/overview-manual/development-environment.rst index 9a2997d9fc..011a479578 100644 --- a/documentation/overview-manual/development-environment.rst +++ b/documentation/overview-manual/development-environment.rst | |||
@@ -40,7 +40,7 @@ project is the Windows family of operating systems developed by | |||
40 | Microsoft Corporation. | 40 | Microsoft Corporation. |
41 | 41 | ||
42 | Wikipedia has a good historical description of the Open Source | 42 | Wikipedia has a good historical description of the Open Source |
43 | Philosophy `here <http://en.wikipedia.org/wiki/Open_source>`__. You can | 43 | Philosophy `here <https://en.wikipedia.org/wiki/Open_source>`__. You can |
44 | also find helpful information on how to participate in the Linux | 44 | also find helpful information on how to participate in the Linux |
45 | Community | 45 | Community |
46 | `here <https://www.kernel.org/doc/html/latest/process/index.html>`__. | 46 | `here <https://www.kernel.org/doc/html/latest/process/index.html>`__. |
@@ -291,7 +291,7 @@ While each development environment is unique, there are some best | |||
291 | practices or methods that help development run smoothly. The following | 291 | practices or methods that help development run smoothly. The following |
292 | list describes some of these practices. For more information about Git | 292 | list describes some of these practices. For more information about Git |
293 | workflows, see the workflow topics in the `Git Community | 293 | workflows, see the workflow topics in the `Git Community |
294 | Book <http://book.git-scm.com>`__. | 294 | Book <https://book.git-scm.com>`__. |
295 | 295 | ||
296 | - *Make Small Changes:* It is best to keep the changes you commit small | 296 | - *Make Small Changes:* It is best to keep the changes you commit small |
297 | as compared to bundling many disparate changes into a single commit. | 297 | as compared to bundling many disparate changes into a single commit. |
@@ -368,12 +368,12 @@ commands. | |||
368 | .. note:: | 368 | .. note:: |
369 | 369 | ||
370 | - For more information on Git, see | 370 | - For more information on Git, see |
371 | http://git-scm.com/documentation. | 371 | https://git-scm.com/documentation. |
372 | 372 | ||
373 | - If you need to download Git, it is recommended that you add Git to | 373 | - If you need to download Git, it is recommended that you add Git to |
374 | your system through your distribution's "software store" (e.g. for | 374 | your system through your distribution's "software store" (e.g. for |
375 | Ubuntu, use the Ubuntu Software feature). For the Git download | 375 | Ubuntu, use the Ubuntu Software feature). For the Git download |
376 | page, see http://git-scm.com/download. | 376 | page, see https://git-scm.com/download. |
377 | 377 | ||
378 | - For information beyond the introductory nature in this section, | 378 | - For information beyond the introductory nature in this section, |
379 | see the ":ref:`dev-manual/start:locating yocto project source files`" | 379 | see the ":ref:`dev-manual/start:locating yocto project source files`" |
@@ -507,7 +507,7 @@ you can manage with a small set of basic operations and workflows once | |||
507 | you understand the basic philosophy behind Git. You do not have to be an | 507 | you understand the basic philosophy behind Git. You do not have to be an |
508 | expert in Git to be functional. A good place to look for instruction on | 508 | expert in Git to be functional. A good place to look for instruction on |
509 | a minimal set of Git commands is | 509 | a minimal set of Git commands is |
510 | `here <http://git-scm.com/documentation>`__. | 510 | `here <https://git-scm.com/documentation>`__. |
511 | 511 | ||
512 | The following list of Git commands briefly describes some basic Git | 512 | The following list of Git commands briefly describes some basic Git |
513 | operations as a way to get started. As with any set of commands, this | 513 | operations as a way to get started. As with any set of commands, this |
@@ -614,10 +614,10 @@ and Free Software has an interesting history. If you are interested in | |||
614 | this history, you can find basic information here: | 614 | this history, you can find basic information here: |
615 | 615 | ||
616 | - `Open source license | 616 | - `Open source license |
617 | history <http://en.wikipedia.org/wiki/Open-source_license>`__ | 617 | history <https://en.wikipedia.org/wiki/Open-source_license>`__ |
618 | 618 | ||
619 | - `Free software license | 619 | - `Free software license |
620 | history <http://en.wikipedia.org/wiki/Free_software_license>`__ | 620 | history <https://en.wikipedia.org/wiki/Free_software_license>`__ |
621 | 621 | ||
622 | In general, the Yocto Project is broadly licensed under the | 622 | In general, the Yocto Project is broadly licensed under the |
623 | Massachusetts Institute of Technology (MIT) License. MIT licensing | 623 | Massachusetts Institute of Technology (MIT) License. MIT licensing |
@@ -626,9 +626,9 @@ license is distributed with that software. MIT is also compatible with | |||
626 | the GNU General Public License (GPL). Patches to the Yocto Project | 626 | the GNU General Public License (GPL). Patches to the Yocto Project |
627 | follow the upstream licensing scheme. You can find information on the | 627 | follow the upstream licensing scheme. You can find information on the |
628 | MIT license | 628 | MIT license |
629 | `here <http://www.opensource.org/licenses/mit-license.php>`__. You can | 629 | `here <https://www.opensource.org/licenses/mit-license.php>`__. You can |
630 | find information on the GNU GPL | 630 | find information on the GNU GPL |
631 | `here <http://www.opensource.org/licenses/LGPL-3.0>`__. | 631 | `here <https://www.opensource.org/licenses/LGPL-3.0>`__. |
632 | 632 | ||
633 | When you build an image using the Yocto Project, the build process uses | 633 | When you build an image using the Yocto Project, the build process uses |
634 | a known list of licenses to ensure compliance. You can find this list in | 634 | a known list of licenses to ensure compliance. You can find this list in |
@@ -646,11 +646,11 @@ the developer to resolve potential licensing issues. | |||
646 | 646 | ||
647 | The base list of licenses used by the build process is a combination of | 647 | The base list of licenses used by the build process is a combination of |
648 | the Software Package Data Exchange (SPDX) list and the Open Source | 648 | the Software Package Data Exchange (SPDX) list and the Open Source |
649 | Initiative (OSI) projects. `SPDX Group <http://spdx.org>`__ is a working | 649 | Initiative (OSI) projects. `SPDX Group <https://spdx.org>`__ is a working |
650 | group of the Linux Foundation that maintains a specification for a | 650 | group of the Linux Foundation that maintains a specification for a |
651 | standard format for communicating the components, licenses, and | 651 | standard format for communicating the components, licenses, and |
652 | copyrights associated with a software package. | 652 | copyrights associated with a software package. |
653 | `OSI <http://opensource.org>`__ is a corporation dedicated to the Open | 653 | `OSI <https://opensource.org>`__ is a corporation dedicated to the Open |
654 | Source Definition and the effort for reviewing and approving licenses | 654 | Source Definition and the effort for reviewing and approving licenses |
655 | that conform to the Open Source Definition (OSD). | 655 | that conform to the Open Source Definition (OSD). |
656 | 656 | ||
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst index 4da55a83d5..0ec7e2b961 100644 --- a/documentation/overview-manual/yp-intro.rst +++ b/documentation/overview-manual/yp-intro.rst | |||
@@ -368,7 +368,7 @@ activities using the Yocto Project: | |||
368 | 368 | ||
369 | - *Patchwork:* `Patchwork <http://jk.ozlabs.org/projects/patchwork/>`__ | 369 | - *Patchwork:* `Patchwork <http://jk.ozlabs.org/projects/patchwork/>`__ |
370 | is a fork of a project originally started by | 370 | is a fork of a project originally started by |
371 | `OzLabs <http://ozlabs.org/>`__. The project is a web-based tracking | 371 | `OzLabs <https://ozlabs.org/>`__. The project is a web-based tracking |
372 | system designed to streamline the process of bringing contributions | 372 | system designed to streamline the process of bringing contributions |
373 | into a project. The Yocto Project uses Patchwork as an organizational | 373 | into a project. The Yocto Project uses Patchwork as an organizational |
374 | tool to handle patches, which number in the thousands for every | 374 | tool to handle patches, which number in the thousands for every |
@@ -400,7 +400,7 @@ activities using the Yocto Project: | |||
400 | 400 | ||
401 | Historically, cross-prelink is a variant of prelink, which was | 401 | Historically, cross-prelink is a variant of prelink, which was |
402 | conceived by `Jakub | 402 | conceived by `Jakub |
403 | Jelínek <http://people.redhat.com/jakub/prelink.pdf>`__ a number of | 403 | Jelínek <https://people.redhat.com/jakub/prelink.pdf>`__ a number of |
404 | years ago. Both prelink and cross-prelink are maintained in the same | 404 | years ago. Both prelink and cross-prelink are maintained in the same |
405 | repository albeit on separate branches. By providing an emulated | 405 | repository albeit on separate branches. By providing an emulated |
406 | runtime dynamic linker (i.e. ``glibc``-derived ``ld.so`` emulation), | 406 | runtime dynamic linker (i.e. ``glibc``-derived ``ld.so`` emulation), |