diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-17 08:26:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:16 +0100 |
commit | 7b582bc9a0c02ba0287b094dd5a10cf14ffb5564 (patch) | |
tree | c2e16898821095acbaf1fc805a492b59ef3e5704 | |
parent | ddc6ef5273174379f4ed2747777bd9aef330bb17 (diff) | |
download | poky-7b582bc9a0c02ba0287b094dd5a10cf14ffb5564.tar.gz |
overview-manual, dev-manual: Cleaned up links to source repos
I was using the "/cgit/cgit.cgi/" string as part of the link to
the source repos, which uses the ENTITY "&YOCTO_GIT_URL;". That
ENTITY is all that is necessary to get the link to work. I removed
the other stuff.
(From yocto-docs rev: f9a63c2cc824ef05230f614e933d178469890e97)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 0d178e5fc3..3c96cffc0a 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -7425,7 +7425,7 @@ Some notes from Cal: | |||
7425 | more secure. | 7425 | more secure. |
7426 | You can find these tools in the | 7426 | You can find these tools in the |
7427 | <filename>meta-security</filename> layer of the | 7427 | <filename>meta-security</filename> layer of the |
7428 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi'>Yocto Project Source Repositories</ulink>. | 7428 | <ulink url='&YOCTO_GIT_URL;'>Yocto Project Source Repositories</ulink>. |
7429 | </para> | 7429 | </para> |
7430 | </section> | 7430 | </section> |
7431 | </section> | 7431 | </section> |
diff --git a/documentation/overview-manual/overview-manual-development-environment.xml b/documentation/overview-manual/overview-manual-development-environment.xml index faad11e862..4bddc2b1a9 100644 --- a/documentation/overview-manual/overview-manual-development-environment.xml +++ b/documentation/overview-manual/overview-manual-development-environment.xml | |||
@@ -255,7 +255,7 @@ | |||
255 | <itemizedlist> | 255 | <itemizedlist> |
256 | <listitem><para id='source-repositories'> | 256 | <listitem><para id='source-repositories'> |
257 | <emphasis> | 257 | <emphasis> |
258 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi'>Source Repositories:</ulink> | 258 | <ulink url='&YOCTO_GIT_URL;'>Source Repositories:</ulink> |
259 | </emphasis> | 259 | </emphasis> |
260 | This area contains IDE Plugins, Matchbox, Poky, Poky Support, | 260 | This area contains IDE Plugins, Matchbox, Poky, Poky Support, |
261 | Tools, Yocto Linux Kernel, and Yocto Metadata Layers. | 261 | Tools, Yocto Linux Kernel, and Yocto Metadata Layers. |
diff --git a/documentation/overview-manual/overview-manual-yp-intro.xml b/documentation/overview-manual/overview-manual-yp-intro.xml index 5bb2c77646..2c65b32b83 100644 --- a/documentation/overview-manual/overview-manual-yp-intro.xml +++ b/documentation/overview-manual/overview-manual-yp-intro.xml | |||
@@ -779,7 +779,7 @@ | |||
779 | in constrained environments.</para> | 779 | in constrained environments.</para> |
780 | 780 | ||
781 | <para>You can find the Matchbox source in its | 781 | <para>You can find the Matchbox source in its |
782 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi'>repository</ulink> | 782 | <ulink url='&YOCTO_GIT_URL;'>repository</ulink> |
783 | listed in the Yocto Project Source Repositories. | 783 | listed in the Yocto Project Source Repositories. |
784 | </para></listitem> | 784 | </para></listitem> |
785 | <listitem><para> | 785 | <listitem><para> |