diff options
4 files changed, 9 insertions, 9 deletions
diff --git a/doc/book-enea-linux-user-guide/doc/application_development.xml b/doc/book-enea-linux-user-guide/doc/application_development.xml index 8887cab..2b90eee 100644 --- a/doc/book-enea-linux-user-guide/doc/application_development.xml +++ b/doc/book-enea-linux-user-guide/doc/application_development.xml | |||
@@ -144,7 +144,7 @@ MODULE_LICENSE("GPL");</programlisting> | |||
144 | environment. For this, see <xref linkend="install_el_sdk" />.</para> | 144 | environment. For this, see <xref linkend="install_el_sdk" />.</para> |
145 | 145 | ||
146 | <para>The following section, <ulink | 146 | <para>The following section, <ulink |
147 | url="http://www.yoctoproject.org/docs/2.7/sdk-manual/sdk-manual.html#sdk-use-devtool-to-add-an-application">Use | 147 | url="http://www.yoctoproject.org/docs/3.1/sdk-manual/sdk-manual.html#sdk-use-devtool-to-add-an-application">Use |
148 | devtool add to Add an Application</ulink>, in Yocto Project Software | 148 | devtool add to Add an Application</ulink>, in Yocto Project Software |
149 | Development Kit (SDK) Developer's Guide, explains how to use devtool to | 149 | Development Kit (SDK) Developer's Guide, explains how to use devtool to |
150 | generate recipes from existing application code, edit and build recipes, | 150 | generate recipes from existing application code, edit and build recipes, |
diff --git a/doc/book-enea-linux-user-guide/doc/getting_enea_linux.xml b/doc/book-enea-linux-user-guide/doc/getting_enea_linux.xml index b747b2e..92dd72b 100644 --- a/doc/book-enea-linux-user-guide/doc/getting_enea_linux.xml +++ b/doc/book-enea-linux-user-guide/doc/getting_enea_linux.xml | |||
@@ -94,9 +94,9 @@ id_rsa.pub</programlisting> | |||
94 | </orderedlist> | 94 | </orderedlist> |
95 | 95 | ||
96 | <para>Once these steps are done and you have a valid ssh key pair, send | 96 | <para>Once these steps are done and you have a valid ssh key pair, send |
97 | the public key, <emphasis>id_rsa.pub</emphasis>, via email to | 97 | the public key, <emphasis>id_rsa.pub</emphasis>, via email to <email> |
98 | <email>mailto:git_support@list.enea.se</email> in order to get access to | 98 | mailto:git_support@list.enea.se</email> in order to get access to <ulink |
99 | <ulink url="https://git.enea.com">git.enea.com</ulink>.</para> | 99 | url="https://git.enea.com">git.enea.com</ulink>.</para> |
100 | </section> | 100 | </section> |
101 | 101 | ||
102 | <section id="get_sourcecode_steptwo"> | 102 | <section id="get_sourcecode_steptwo"> |
diff --git a/doc/book-enea-linux-user-guide/doc/preface.xml b/doc/book-enea-linux-user-guide/doc/preface.xml index 3725620..ec7236c 100644 --- a/doc/book-enea-linux-user-guide/doc/preface.xml +++ b/doc/book-enea-linux-user-guide/doc/preface.xml | |||
@@ -122,7 +122,7 @@ | |||
122 | <itemizedlist> | 122 | <itemizedlist> |
123 | <listitem> | 123 | <listitem> |
124 | <para><ulink | 124 | <para><ulink |
125 | url="https://www.yoctoproject.org/documentation/archived">https://www.yoctoproject.org/documentation/archived</ulink> | 125 | url="https://docs.yoctoproject.org/">https://docs.yoctoproject.org/</ulink> |
126 | - Yocto project documentation. Search for the Yocto version included | 126 | - Yocto project documentation. Search for the Yocto version included |
127 | in your Enea Linux distribution.</para> | 127 | in your Enea Linux distribution.</para> |
128 | </listitem> | 128 | </listitem> |
@@ -131,7 +131,7 @@ | |||
131 | <itemizedlist> | 131 | <itemizedlist> |
132 | <listitem> | 132 | <listitem> |
133 | <para><ulink | 133 | <para><ulink |
134 | url="http://docs.openembedded.org">http://docs.openembedded.org</ulink> | 134 | url="https://www.openembedded.org/wiki/Main_Page">https://www.openembedded.org/wiki/Main_Page</ulink> |
135 | - OpenEmbedded documentation, useful since Yocto is based on | 135 | - OpenEmbedded documentation, useful since Yocto is based on |
136 | OpenEmbedded.</para> | 136 | OpenEmbedded.</para> |
137 | </listitem> | 137 | </listitem> |
@@ -140,8 +140,8 @@ | |||
140 | <itemizedlist> | 140 | <itemizedlist> |
141 | <listitem> | 141 | <listitem> |
142 | <para><ulink | 142 | <para><ulink |
143 | url="https://wiki.yoctoproject.org/wiki">https://wiki.yoctoproject.org/wiki | 143 | url="https://wiki.yoctoproject.org/wiki/Main_Page">https://wiki.yoctoproject.org/wiki/Main_Page</ulink> |
144 | </ulink>- Yocto Wiki, useful information for Yocto users</para> | 144 | - Yocto Wiki, useful information for Yocto users</para> |
145 | </listitem> | 145 | </listitem> |
146 | </itemizedlist> | 146 | </itemizedlist> |
147 | 147 | ||
diff --git a/doc/book-enea-linux-user-guide/doc/prerequisites_and_requirements.xml b/doc/book-enea-linux-user-guide/doc/prerequisites_and_requirements.xml index b6d6e9e..94796ce 100644 --- a/doc/book-enea-linux-user-guide/doc/prerequisites_and_requirements.xml +++ b/doc/book-enea-linux-user-guide/doc/prerequisites_and_requirements.xml | |||
@@ -63,7 +63,7 @@ $ git config --global user.email johndoe@example.com</programlisting> | |||
63 | <para>Building Enea Linux requires a set of packages to be installed on | 63 | <para>Building Enea Linux requires a set of packages to be installed on |
64 | your Linux development host. The list of required packages is described | 64 | your Linux development host. The list of required packages is described |
65 | in the <ulink | 65 | in the <ulink |
66 | url="https://www.yoctoproject.org/docs/3.1/ref-manual/ref-manual.html#required-packages-for-the-host-development-system">Yocto | 66 | url="https://www.yoctoproject.org/docs/3.1/ref-manual/ref-manual.html#required-packages-for-the-build-host">Yocto |
67 | Project reference manual</ulink>.</para> | 67 | Project reference manual</ulink>.</para> |
68 | </section> | 68 | </section> |
69 | </section> | 69 | </section> |