summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-18 08:00:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:17:52 +0100
commitb0496239ec4595785a14320bce4b9a57ab6a5aae (patch)
tree5f28e92186fa6856d742ee54fae5a9f022e725a2 /documentation/ref-manual
parent34f409816e9ae5e1012dc0b9f2e413efe83a24a7 (diff)
downloadpoky-b0496239ec4595785a14320bce4b9a57ab6a5aae.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index da492967e2..a0b22cd506 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1274,8 +1274,8 @@
1274 The expressions are compared against the full paths to 1274 The expressions are compared against the full paths to
1275 the files. 1275 the files.
1276 For complete syntax information, see Python's 1276 For complete syntax information, see Python's
1277 documentation at 1277 documentation for the appropriate release at
1278 <ulink url='http://docs.python.org/release/2.3/lib/re-syntax.html'></ulink>. 1278 <ulink url='http://docs.python.org/release/'></ulink>.
1279 </para> 1279 </para>
1280 1280
1281 <para> 1281 <para>