- Revert the change applied in r1.12 as it didn't actually fix the
problem. The proper solution is to use the freebsd.urls.absolute parameter entity, let's use it from now on. Pointed out by: pgj
This commit is contained in:
parent
8bf0549808
commit
40ff5e8d3d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32313
1 changed files with 3 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
-->
|
||||
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % freebsd.urls.absolute "INCLUDE">
|
||||
<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
|
||||
%articles.ent;
|
||||
<!--
|
||||
|
@ -302,16 +303,14 @@
|
|||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><ulink url="&url.base;/releng/index.html#schedule">
|
||||
&url.base;/releng/index.html#schedule</ulink></term>
|
||||
<term><ulink url="&url.base;/releng/index.html#schedule"></ulink></term>
|
||||
<listitem>
|
||||
<para>The Release Engineering Schedule</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><ulink url="&url.base;/security/security.html#supported-branches">
|
||||
&url.base;/security/security.html#supported-branches</ulink></term>
|
||||
<term><ulink url="&url.base;/security/security.html#supported-branches"></ulink></term>
|
||||
<listitem>
|
||||
<para>The Security Branch Schedule</para>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue