forked from mirrors/nixpkgs
nixos/release-notes: fix link formatting
This commit is contained in:
parent
384b898d18
commit
29450f5d80
|
@ -1512,7 +1512,7 @@ services.github-runner.serviceOverrides.SupplementaryGroups = [
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<literal>haskellPackage.callHackage</literal> is not always
|
<literal>haskellPackages.callHackage</literal> is not always
|
||||||
invalidated if <literal>all-cabal-hashes</literal> changes,
|
invalidated if <literal>all-cabal-hashes</literal> changes,
|
||||||
leading to less rebuilds of haskell dependencies.
|
leading to less rebuilds of haskell dependencies.
|
||||||
</para>
|
</para>
|
||||||
|
@ -1825,10 +1825,10 @@ services.github-runner.serviceOverrides.SupplementaryGroups = [
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
[xray] (https://github.com/XTLS/Xray-core), a fully compatible
|
<link xlink:href="https://github.com/XTLS/Xray-core">xray</link>,
|
||||||
v2ray-core replacement. Features XTLS, which when enabled on
|
a fully compatible v2ray-core replacement. Features XTLS,
|
||||||
server and client, brings UDP FullCone NAT to proxy setups.
|
which when enabled on server and client, brings UDP FullCone
|
||||||
Available as
|
NAT to proxy setups. Available as
|
||||||
<link xlink:href="options.html#opt-services.xray.enable">services.xray</link>.
|
<link xlink:href="options.html#opt-services.xray.enable">services.xray</link>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
|
@ -530,6 +530,6 @@ In addition to numerous new and upgraded packages, this release includes the fol
|
||||||
|
|
||||||
- [WriteFreely](https://writefreely.org), a simple blogging platform with ActivityPub support. Available as [services.writefreely](options.html#opt-services.writefreely.enable).
|
- [WriteFreely](https://writefreely.org), a simple blogging platform with ActivityPub support. Available as [services.writefreely](options.html#opt-services.writefreely.enable).
|
||||||
|
|
||||||
- [xray] (https://github.com/XTLS/Xray-core), a fully compatible v2ray-core replacement. Features XTLS, which when enabled on server and client, brings UDP FullCone NAT to proxy setups. Available as [services.xray](options.html#opt-services.xray.enable).
|
- [xray](https://github.com/XTLS/Xray-core), a fully compatible v2ray-core replacement. Features XTLS, which when enabled on server and client, brings UDP FullCone NAT to proxy setups. Available as [services.xray](options.html#opt-services.xray.enable).
|
||||||
|
|
||||||
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
|
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
|
||||||
|
|
Loading…
Reference in a new issue