diff --git a/digital-course-file/src/user/Sharelink.js b/digital-course-file/src/user/Sharelink.js
index 76de100f4d2105a73916a497b8b802611c83baa9..ee618aa796e8e3b61e30d4977f7fcdf35530318d 100644
--- a/digital-course-file/src/user/Sharelink.js
+++ b/digital-course-file/src/user/Sharelink.js
@@ -30,10 +30,10 @@ export default function Sharelink({ currentFolder }) {
           <Form.Group>
             <Form.Label>Sharable link for this folder :</Form.Label>
             <Form.Label>
-              {'www.dcfstudentview.com/' + String(currentFolder.id)}
+              {'https://dcfstudentsview.netlify.app/folders/' + String(currentFolder.id)}
               <p></p>
               <CopyToClipboard
-                text={'www.dcfstudentview.com/' + String(currentFolder.id)}
+                text={'https://dcfstudentsview.netlify.app/folders/' + String(currentFolder.id)}
                 onCopy={() => setClipBoard(true)}
               >
                 <FontAwesomeIcon icon={faPaste} />