How to put a weburl link in the project description?
This is my project description – here I want description to be a weburl link with redirect to my website. How to do this?
How to put a weburl link in the project description?
This is my project description – here I want description to be a weburl link with redirect to my website. How to do this?
You mean embedded hyperlink?
Try this format in the, so, in the Project Settings, in Public description tab:
<a href="https://hello.mytestwebsite.com/">Some text needed to be used</a>
So, it will show only Some text needed to be used
and if click on it, will direct to hello.mytestwebsite.com