mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
ref-manual: Provided more relevant link for Python documentation
In the BBMASK variable, a link to Python documentation was going to a specific 2.6 release. That release was probably the most recent when the BBMASK variable was initially documented. Python has many releases now (e.g. 3.6.5). I re-worded the description to be more generic and sent the user to the general Python release area. They can pick a release from that URL. (From yocto-docs rev: 154aedf79625f37997bec18dba933c514072708e) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
34f409816e
commit
b0496239ec
@@ -1274,8 +1274,8 @@
|
||||
The expressions are compared against the full paths to
|
||||
the files.
|
||||
For complete syntax information, see Python's
|
||||
documentation at
|
||||
<ulink url='http://docs.python.org/release/2.3/lib/re-syntax.html'></ulink>.
|
||||
documentation for the appropriate release at
|
||||
<ulink url='http://docs.python.org/release/'></ulink>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user