Error in version name of jquery-ui and jquery in 'Getting Started' Section

Error in version name of jquery-ui and jquery in 'Getting Started' Section


Hi,
The code included in the section Getting Started of JqueryUI is :
<link type="text/css" href="css/themename/jquery-ui-1.7.1.custom.css"
rel="Stylesheet" />
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.7.custom.min.js"></
script>
and it should be :
<link type="text/css" href="css/themename/jquery-ui-1.7.custom.css"
rel="Stylesheet" />
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/jquery-
ui-1.7.1.custom.min.js"></script>
The code doesn't work, if this modification isn't added. I know might
be a little issue, however it's critical for new users.
I guess writing jquery-$version or something like this should be
better. However, if you want to keep the name, modify it from 1.7 to
1.7.1.
Thanks!,
Juan.