Link to external url in markdown

I would like to include in a given page an external link.

Such as:

This web uses Google Analytics, all information can be found in this [link]('https://developers.google.com/analytics/devguides/collection/analyticsjs/cookie-usage').

But a relative URL link is generated.
Is it possible to define an absolute URL link?

Thanks,

Try removing the quotes…

This web uses Google Analytics, all information can be found in this link.

1 Like