From b628e3b1b612a9ffbfd18d2a45439f339634631c Mon Sep 17 00:00:00 2001 From: "Ryan S. Elliott" Date: Wed, 6 Mar 2019 10:26:03 -0600 Subject: [PATCH] Update openkim.org urls in various places --- doc/src/Build_extras.txt | 8 ++------ doc/src/pair_kim.txt | 8 ++------ lib/kim/Install.py | 4 ++-- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/doc/src/Build_extras.txt b/doc/src/Build_extras.txt index 8691f64a09..cbbd9db2f3 100644 --- a/doc/src/Build_extras.txt +++ b/doc/src/Build_extras.txt @@ -181,14 +181,10 @@ library with all its models, may take around 30 min to build. Of course you only need to do that once. See the list of KIM model drivers here: -https://openkim.org/kim-items/model-drivers/alphabetical +https://openkim.org/browse/model-drivers/alphabetical See the list of all KIM models here: -https://openkim.org/kim-items/models/by-model-drivers - -See the list of example KIM models included by default here: -https://openkim.org/kim-api on the "What is in the KIM API source -package?" page. +https://openkim.org/browse/models/by-model-drivers [CMake build]: diff --git a/doc/src/pair_kim.txt b/doc/src/pair_kim.txt index 67ab0b6c07..c5d42403e3 100644 --- a/doc/src/pair_kim.txt +++ b/doc/src/pair_kim.txt @@ -31,14 +31,10 @@ element or alloy and set of parameters, e.g. EAM for Cu with a specific EAM potential file. See the current list of "KIM model -drivers"_https://openkim.org/kim-items/model-drivers/alphabetical. +drivers"_https://openkim.org/browse/model-drivers/alphabetical. See the current list of all "KIM -models"_https://openkim.org/kim-items/models/by-model-drivers - -See the list of "example KIM models"_https://openkim.org/kim-api which -are included in the KIM library by default, in the "What is in the KIM -API source package?" section. +models"_https://openkim.org/browse/models/by-model-drivers To use this pair style, you must first download and install the KIM API library from the "OpenKIM website"_https://openkim.org. The KIM diff --git a/lib/kim/Install.py b/lib/kim/Install.py index 7a3d9c148d..dfb6bc53dc 100644 --- a/lib/kim/Install.py +++ b/lib/kim/Install.py @@ -40,10 +40,10 @@ make lib-kim args="-b -a everything" # install KIM API lib with all models make lib-kim args="-n -a EAM_Dynamo_Ackland_2003_W__MO_141627196590_005" # only add one model or model driver See the list of KIM model drivers here: -https://openkim.org/kim-items/model-drivers/alphabetical +https://openkim.org/browse/model-drivers/alphabetical See the list of all KIM models here: -https://openkim.org/kim-items/models/by-model-drivers +https://openkim.org/browse/models/by-model-drivers """ pgroup = parser.add_mutually_exclusive_group()