From 39292dcd133da1fcdcbad168e88f31c1774a223f Mon Sep 17 00:00:00 2001 From: Chris McBride <3595025+ankona@users.noreply.github.com> Date: Mon, 17 Jul 2023 11:32:06 -0400 Subject: [PATCH] update URI for installation instructions (#380) [ committed by @ankona ] [ reviewed by @billschereriii ] --- README.md | 2 +- doc/changelog.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6cd8689e..9094a7da7 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ SmartSim in any Python, C++, C, or Fortran project. ## Using SmartRedis SmartRedis installation instructions are currently hosted as part of the -[SmartSim library installation instructions](https://www.craylabs.org/docs/installation.html#smartredis) +[SmartSim library installation instructions](https://www.craylabs.org/docs/installation_instructions/basic.html#smartredis) Additionally, detailed [API documents](https://www.craylabs.org/docs/api/smartredis_api.html) are also available as part of the SmartSim documentation. diff --git a/doc/changelog.rst b/doc/changelog.rst index 1bc531a54..4d990e268 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -14,11 +14,13 @@ Description Detailed Notes +- Fix incorrect link to installation documentation (PR380_) - Update language support matrix in documentation to reflect updates from the last release (PR379_) - Fix typo causing startup failure in utility script for unit tests (PR378_) - Deleted obsolete build and testing files that are no longer needed with the new build and test system (PR366_) - Reuse existing redis connection when mapping the Redis cluster (PR364_) +.. _PR380: https://github.com/CrayLabs/SmartRedis/pull/380 .. _PR379: https://github.com/CrayLabs/SmartRedis/pull/379 .. _PR378: https://github.com/CrayLabs/SmartRedis/pull/378 .. _PR366: https://github.com/CrayLabs/SmartRedis/pull/366