Reputation: 10937
I have a amp-only website and all links are root relative like below:
<a href="/page-2/detail" />
Do link urls work when site cached?
Upvotes: 1
Views: 136
Reputation: 4288
Yes they do. You can easily verify by manually loading your page (or a test page) from the AMP cache. Here is a guide (and a tool) on how to construct the AMP Cache URLs.
Upvotes: 2