elpher-info-page ('i') is called to show the URL to a human, so use
the IRI. Useful for such pages as gemini://namu.blue/
(defun elpher-info-page (page)
"Display URL of PAGE in minibuffer."
(let ((address (elpher-page-address page)))
- (message "%s" (elpher-address-to-url address))))
+ (message "%s" (elpher-address-to-iri address))))
(defun elpher-info-link ()
"Display information on page corresponding to link at point."