diff --git a/source/index.rst b/source/index.rst index c0a38fb..78bd4b2 100644 --- a/source/index.rst +++ b/source/index.rst @@ -5,14 +5,14 @@ Welcome to nix.dev Nix ecosystem is a DevOps toolkit to achieve: - - Reproducible development environments. + - :ref:`Reproducible development environments `. - Easy installation of software over URLs. - Easy transfer of software environments between computers. - - Declarative specification of Linux machines. - - Reproducible integration testing using virtual machines. + - :ref:`Declarative specification of Linux machines `. + - :ref:`Reproducible integration testing using virtual machines `. - Avoidance of version conflicts with an already installed software. - Installing software from source code. - - Transparent build caching via binary caches. + - :ref:`Transparent build caching using binary caches `. - Strong support for software auditability. - Remote builds. - Remote deployments. diff --git a/source/tutorials/integration-testing-using-virtual-machines.rst b/source/tutorials/integration-testing-using-virtual-machines.rst index 9e6e732..318b56c 100644 --- a/source/tutorials/integration-testing-using-virtual-machines.rst +++ b/source/tutorials/integration-testing-using-virtual-machines.rst @@ -1,3 +1,5 @@ +.. _integration-testing-vms: + Integration testing using virtual machines (VMs) ================================================