Skip to content

Commit

Permalink
Fix Issue #6776 "Relative URL used in AMP4email example code" (#6778)
Browse files Browse the repository at this point in the history
* Add zaymo tool

* move to bottom

* Fix relative url in broken amp email example - "Advanced Server Request"
  • Loading branch information
dkjonzy2 committed Mar 6, 2024
1 parent c3f2277 commit 03710a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<div submitting>Loading ...</div>
<div submit-success template="animal-template"></div>
</form>
<amp-list id="animal-list" max-items="1" template="animal-template" src="/static/inline-examples/data/amp-list-animals.json" layout="fixed-height" height="85">
<amp-list id="animal-list" max-items="1" template="animal-template" src="https://amp.dev/static/inline-examples/data/amp-list-animals.json" layout="fixed-height" height="85">
<div placeholder>Loading ...</div>
</amp-list>
</div>
Expand Down

0 comments on commit 03710a3

Please sign in to comment.