You can’t have real links in a dropdown.
However you can do one of the following:
-
Have string values that stand for the target URLs and once selected (dropdown.onChange() use wixLocation.to(dropdown.value);
-
Create a dropdown-like element using a box (with .collpase() .expand()) and have the links there.