diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-05-22 15:05:38 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-05-22 15:10:10 +0200 |
commit | ad03424cb4049c494c5294c23232125e84cce415 (patch) | |
tree | 2958a1c08c39bd36e9fa406311e4cf9cf359f524 | |
parent | 2b4f04527b1fc537a69af33b8ddebd692fe0e5d7 (diff) | |
download | guix-artwork-ad03424cb4049c494c5294c23232125e84cce415.tar guix-artwork-ad03424cb4049c494c5294c23232125e84cce415.tar.gz |
website: 0.13.0: Add links to service doc.
* website/posts/gnu-guix-and-guixsd-0.13.0-released.md: Add links to
service doc.
-rw-r--r-- | website/posts/gnu-guix-and-guixsd-0.13.0-released.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/website/posts/gnu-guix-and-guixsd-0.13.0-released.md b/website/posts/gnu-guix-and-guixsd-0.13.0-released.md index 540185c..3cbaafb 100644 --- a/website/posts/gnu-guix-and-guixsd-0.13.0-released.md +++ b/website/posts/gnu-guix-and-guixsd-0.13.0-released.md @@ -1,5 +1,5 @@ title: GNU Guix and GuixSD 0.13.0 released -date: 2017-05-22 15:00 +date: 2017-05-22 15:30 author: Ludovic Courtès slug: gnu-guix-and-guixsd-0.13.0-released tags: release @@ -59,7 +59,10 @@ contribute code and packages. The highlights include: and many updates, including glibc 2.25, Linux-libre 4.11, and GCC 7. - New [system services](https://www.gnu.org/software/guix/manual/html_node/Services.html) - for Redis, Exim, Open vSwitch, and more. The interface of existing + for + [Redis](https://www.gnu.org/software/guix/manual/html_node/Database-Services.html#index-redis_002dservice_002dtype), + [Exim](https://www.gnu.org/software/guix/manual/html_node/Mail-Services.html#index-exim_002dservice_002dtype), + [Open vSwitch](https://www.gnu.org/software/guix/manual/html_node/Networking-Services.html#index-openvswitch_002dservice_002dtype), and more. The interface of existing services, notably that of the [NGINX service](https://www.gnu.org/software/guix/manual/html_node/Web-Services.html), has been greatly improved. |