From a67fa86444b0ead2aa02156c77bde8f3065bbaeb Mon Sep 17 00:00:00 2001 From: arti0090 Date: Mon, 13 Sep 2021 13:52:03 +0200 Subject: [PATCH] [DOCS] Fix catalog promotions docs reference --- docs/book/products/catalog_promotions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/products/catalog_promotions.rst b/docs/book/products/catalog_promotions.rst index 428932e572f..b15f6f99ea4 100644 --- a/docs/book/products/catalog_promotions.rst +++ b/docs/book/products/catalog_promotions.rst @@ -5,7 +5,7 @@ Catalog Promotions ================== The **Catalog Promotions** system in **Sylius** is a new way of dealing with promotions on multiple products. -If you get used to `Cart Promotions ` this will be something familiar to you. +If you get used to :doc:`Cart Promotions ` this will be something familiar to you. It is managed by combination of promotion rules and actions, where you can specify on which e.g. products or taxons you can specify the Catalog Promotion with your custom actions as well as actions like percentage discount. @@ -115,7 +115,7 @@ After we get to know with some basics of Catalog Promotion let's see how we can .. tip:: - Check this doc `Authorization ` if you are having trouble with login in. + Check this doc :doc:`Authorization ` if you are having trouble with login in. And let's call the POST endpoint to create very basic catalog promotion: