diff --git a/site/tutorials/tutorial-two-spring-amqp.md b/site/tutorials/tutorial-two-spring-amqp.md index 3950049a0c..6ce8898c59 100644 --- a/site/tutorials/tutorial-two-spring-amqp.md +++ b/site/tutorials/tutorial-two-spring-amqp.md @@ -388,7 +388,7 @@ set to 1 the behavior would be the round robin delivery as described above. > > In most of the cases `prefetchCount` equal to 1 would be too conservative and severely > limit consumer throughput. -> A couple of cases where this configuration is applicable can be found in [Spring AMQP Consumer Documentation](https://docs.spring.io/spring-amqp/reference/#async-consumer) +> A couple of cases where this configuration is applicable can be found in [Spring AMQP Consumer Documentation](https://docs.spring.io/spring-amqp/reference/amqp/containerAttributes.html#prefetchCount) > > For more details on prefetch, please refer to the [Consumer Acknowledgements guide](../confirms.html#channel-qos-prefetch).