From 3310aaeeeec4f797538aa54378fa3b3ae23b5acc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Simonis?= Date: Wed, 22 May 2024 10:41:39 +0200 Subject: [PATCH] Remove www prefix from precice.org (#329) --- Allwmake | 2 +- docs/config.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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