documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Issue: Documentation link incorrect

Open rurumeister opened this issue 2 years ago • 1 comments

Description: There is an incorrect link in this project. The documentation link for React Hook Form is currently set to https://react-hook-form.com/, which does not lead to the actual documentation page. This may lead to confusion for users trying to access the React Hook Form documentation.

Possible Fix: The correct URL for the documentation is https://www.react-hook-form.com/. Updating the documentation this correct link will ensure users can easily find and access the correct documentation.

Added notes: On google search, it also shows https://react-hook-form.com/: Screenshot 2023-11-26 at 12 12 04 AM

Which results in multiple network errors: Screenshot 2023-11-26 at 12 12 49 AM

On https://www.react-hook-form.com/, expected page is shown to client: Screenshot 2023-11-26 at 12 13 21 AM

rurumeister avatar Nov 25 '23 16:11 rurumeister

Since this website is being powered and hosted by Vercel, the fix of this would be the site admin going to https://vercel.com/<USERNAME>/<PROJECT_NAME>/settings/domains and configrating the domain https://react-hook-form.com/ to redirects to https://www.react-hook-form.com/.

nattui avatar Jan 03 '24 08:01 nattui