From 9edd69ee09a9610dabf0de1d31b1f605b47a314e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Zmarz=C5=82y?= Date: Mon, 13 Aug 2018 02:41:02 +0200 Subject: [PATCH] Fix broken link in documentation `https://apple.github.io/performance` -> `https://apple.github.io/foundationdb/performance` --- documentation/sphinx/source/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/sphinx/source/configuration.rst b/documentation/sphinx/source/configuration.rst index a85f9fd46c..dbede2aeca 100644 --- a/documentation/sphinx/source/configuration.rst +++ b/documentation/sphinx/source/configuration.rst @@ -533,4 +533,4 @@ The recommended minimum number of ``class=transaction`` (log server) processes i .. warning:: The conflict-resolution algorithm used by FoundationDB is conservative: it guarantees that no conflicting transactions will be committed, but it may fail to commit some transactions that theoretically could have been. The effects of this conservatism may increase as you increase the number of resolvers. It is therefore important to employ the recommended techniques for :ref:`minimizing conflicts ` when increasing the number of resolvers. -You can contact us on the `community forums `_ if you are interested in more details or if you are benchmarking or performance-tuning on large clusters. Also see our `performance benchmarks `_ for a baseline of how a well-configured cluster should perform. +You can contact us on the `community forums `_ if you are interested in more details or if you are benchmarking or performance-tuning on large clusters. Also see our :doc:`performance benchmarks ` for a baseline of how a well-configured cluster should perform.