From c7756c3c5f6e5f0a3a9f7a25d156efe41a3af07b Mon Sep 17 00:00:00 2001 From: Sasha Khamkov Date: Fri, 1 Mar 2019 21:30:50 +0200 Subject: [PATCH] DOCS (link): fix sorce link for rtl example --- docs/src/examples/Rtl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/examples/Rtl.js b/docs/src/examples/Rtl.js index f3554c25..acd650d6 100644 --- a/docs/src/examples/Rtl.js +++ b/docs/src/examples/Rtl.js @@ -14,7 +14,7 @@ const Rtl = ({ title }) => ( <h2>{title}</h2> - <a href="https://github.com/sanusart/react-dropdown-select/tree/master/docs/src/examples/Basic.js"> + <a href="https://github.com/sanusart/react-dropdown-select/tree/master/docs/src/examples/Rtl.js"> Source </a>