From 5a46a86ef3ffbbc73eb05c14327a96428fb5f4b2 Mon Sep 17 00:00:00 2001 From: lemeow125 <63192778+lemeow125@users.noreply.github.com> Date: Sun, 23 Jul 2023 23:26:14 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37a3482..e277dc0 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,6 @@ This link will open the "activation" page/screen of our mobile app, pass the UID - "stude" in the example above must correspond to the name of your mobile app - "activation" should correspond to the link to your mobile app's screen/page - You can adjust the last two URL slugs/values according to your needs -- simple-redirect does not allow HTTP/HTTPS redirects for security reasons. If you wish to enable it, clone this repository, change forbid_http_links to false in App.tsx, and deploy it to Github pages on your own account +- simple-redirect does not allow HTTP/HTTPS redirects for security reasons. If you wish to enable it, fork this repository, change forbid_http_links to false in App.tsx, and deploy it to Github pages on your own account #### Powered by Vite, ReactJS, and React Router