The ./make-new-test.sh script was failing to write the correct URL.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
cat <<EOF
* @page test-$NAME $NAME_UC
*
- * Advisory: [$NAME_UC](http://xenbits.xen.org/xsa/advisory-${NAME#XSA-}.html)
+ * Advisory: [$NAME_UC](http://xenbits.xen.org/xsa/advisory-${NAME#xsa-}.html)
EOF
fi
*
* @page test-xsa-191 XSA-191
*
- * Advisory: [XSA-191](http://xenbits.xen.org/xsa/advisory-xsa-191.html)
+ * Advisory: [XSA-191](http://xenbits.xen.org/xsa/advisory-191.html)
*
* Before XSA-191, Xen had several bugs with its handling of segments which
* shouldn't be eligible for use. Memory accesses through user segments and
*
* @page test-xsa-192 XSA-192
*
- * Advisory: [XSA-192](http://xenbits.xen.org/xsa/advisory-xsa-192.html)
+ * Advisory: [XSA-192](http://xenbits.xen.org/xsa/advisory-192.html)
*
* Before XSA-192, a bug existed with Xen's handling of task switches into
* vm86 mode, whereby LDTR got loaded with vm86 attributes.
*
* @page test-xsa-193 XSA-193
*
- * Advisory: [XSA-193](http://xenbits.xen.org/xsa/advisory-xsa-193.html)
+ * Advisory: [XSA-193](http://xenbits.xen.org/xsa/advisory-193.html)
*
* Xen change [c42494acb2](http://xenbits.xen.org/gitweb/
* ?p=xen.git;a=commitdiff;h=c42494acb2f7f31e561d38f06c59a50ee4198f36)
*
* @page test-xsa-194 XSA-194
*
- * Advisory: [XSA-194](http://xenbits.xen.org/xsa/advisory-xsa-194.html)
+ * Advisory: [XSA-194](http://xenbits.xen.org/xsa/advisory-194.html)
*
* When a guest requests BSD_SYMTAB, Some versions of libelf use a packed
* struct containing an Elf header, and three Section headers. These headers
*
* @page test-xsa-195 XSA-195
*
- * Advisory: [XSA-195](http://xenbits.xen.org/xsa/advisory-xsa-195.html)
+ * Advisory: [XSA-195](http://xenbits.xen.org/xsa/advisory-195.html)
*
* The `bt` family of instructions can reference an arbitrary bit offset from
* their memory operand. The x86 instruction emulator accounts for this by
*
* @page test-xsa-196 XSA-196
*
- * Advisory: [XSA-196](http://xenbits.xen.org/xsa/advisory-xsa-196.html)
+ * Advisory: [XSA-196](http://xenbits.xen.org/xsa/advisory-196.html)
*
* Xen change [36ebf14ebe](http://xenbits.xen.org/gitweb/
* ?p=xen.git;a=commitdiff;h=36ebf14ebe60310aa22952cbb94de951c158437d)