diff --git a/Allwmake b/Allwmake index d74d9fcd..2480fe64 100755 --- a/Allwmake +++ b/Allwmake @@ -20,7 +20,7 @@ adapter_build_command(){ ADAPTER_TARGET_DIR="${FOAM_USER_LIBBIN:-}" # More information for compatibility with OpenFOAM -DOC_COMPATIBILITY="https://www.precice.org/adapter-openfoam-support.html" +DOC_COMPATIBILITY="https://precice.org/adapter-openfoam-support.html" ################################################################################ # Function to print to screen and copy to a logfile diff --git a/docs/config.md b/docs/config.md index 7f22c51a..ae0b7d4d 100644 --- a/docs/config.md +++ b/docs/config.md @@ -7,7 +7,7 @@ summary: "Write a system/preciceDict, set compatible boundary conditions, and ac In order to run a coupled simulation, you need to: -1. prepare a preCICE configuration file (described in the [preCICE configuration](https://www.precice.org/configuration-overview.html)), +1. prepare a preCICE configuration file (described in the [preCICE configuration](https://precice.org/configuration-overview.html)), 2. prepare an adapter's configuration file, 3. set the coupling boundaries in the OpenFOAM case, 4. load the adapter, and