From 8994633dab5a0a372b95216a80c7b484c06c5632 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 2 Feb 2023 23:25:57 -0500 Subject: [PATCH] fix broken link --- doc/src/Intro_portability.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/Intro_portability.rst b/doc/src/Intro_portability.rst index 119453eb27..239eacd1b7 100644 --- a/doc/src/Intro_portability.rst +++ b/doc/src/Intro_portability.rst @@ -2,7 +2,7 @@ LAMMPS portability and compatibility ------------------------------------ The primary form of distributing LAMMPS is through highly portable -source code. But also several ways of obtaining LAMMPS as `precompiled +source code. But also several ways of obtaining LAMMPS as :doc:`precompiled packages or through automated build mechanisms ` exist. Most of LAMMPS is written in C++, some support tools are written in Fortran or Python or MATLAB.